Package ai.djl.modality.cv
package ai.djl.modality.cv
Contains utility classes for computer vision tasks and image processing.
-
ClassDescription
BufferedImageFactory
is the default implementation ofImageFactory
.Image
is a container of an image in DJL.Flag indicates the color channel options for images.Interpolation indicates the Interpolation options for resizinig an image.ImageFactory
contains image creation mechanism on top of different platforms like PC and Android.MultiBoxDetection
is 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 aMultiBoxDetection
object.MultiBoxPrior
is the class that generates anchor boxes that act as priors for object detection.The Builder to construct aMultiBoxPrior
object.MultiBoxTarget
is the class that computes the training targets for training a Single Shot Detection (SSD) models.The Builder to construct aMultiBoxTarget
object.The input container for a vision language model.