所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- cn.smartjavaai.objectdetection.DetectorConfig
- cn.smartjavaai.objectdetection.model.DetectorModel (implements java.lang.AutoCloseable)
- cn.smartjavaai.objectdetection.DetectorModelConfig
- cn.smartjavaai.objectdetection.utils.DetectorUtils
- cn.smartjavaai.objectdetection.model.ObjectDetectionModelFactory
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cn.smartjavaai.objectdetection.exception.DetectionException
- java.lang.RuntimeException
- java.lang.Exception
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- cn.smartjavaai.objectdetection.DetectorModelEnum
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)