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