See: Description
| Interface | Description |
|---|---|
| Image |
Image is a container of an image in DJL. |
| Class | Description |
|---|---|
| BufferedImageFactory |
BufferedImageFactory is the default implementation of ImageFactory. |
| ImageFactory |
ImageFactory contains image creation mechanism on top of different platforms like PC and
Android. |
| MultiBoxDetection |
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. |
| MultiBoxDetection.Builder |
The Builder to construct a
MultiBoxDetection object. |
| MultiBoxPrior |
MultiBoxPrior is the class that generates anchor boxes that act as priors for object
detection. |
| MultiBoxPrior.Builder |
The Builder to construct a
MultiBoxPrior object. |
| MultiBoxTarget |
MultiBoxTarget is the class that computes the training targets for training a Single Shot
Detection (SSD) models. |
| MultiBoxTarget.Builder |
The Builder to construct a
MultiBoxTarget object. |
| Enum | Description |
|---|---|
| Image.Flag |
Flag indicates the color channel options for images.
|
| Image.Interpolation |
Interpolation indicates the Interpolation options for resizinig an image.
|
| Image.Type |
Type indicates the type options for images.
|