Package ai.djl.modality.cv
Contains utility classes for computer vision tasks and image processing.
-
Interface Summary Interface Description Image Imageis a container of an image in DJL. -
Class Summary Class Description BufferedImageFactory BufferedImageFactoryis the default implementation ofImageFactory.ImageFactory ImageFactorycontains image creation mechanism on top of different platforms like PC and Android.MultiBoxDetection MultiBoxDetectionis the class that takes the output of a multi-box detection model, and converts it into an NDList that contains the object detections.MultiBoxDetection.Builder The Builder to construct aMultiBoxDetectionobject.MultiBoxPrior MultiBoxPrioris the class that generates anchor boxes that act as priors for object detection.MultiBoxPrior.Builder The Builder to construct aMultiBoxPriorobject.MultiBoxTarget MultiBoxTargetis the class that computes the training targets for training a Single Shot Detection (SSD) models.MultiBoxTarget.Builder The Builder to construct aMultiBoxTargetobject. -
Enum Summary Enum Description Image.Flag Flag indicates the color channel options for images.Image.Interpolation Interpolation indicates the Interpolation options for resizinig an image.