See: Description
| Interface | Description |
|---|---|
| BoundingBox |
An interface representing a bounding box for the detected object.
|
| PathIterator |
A sequence of points used to outline an object in an image.
|
| Class | Description |
|---|---|
| DetectedObjects |
A class representing the detected objects results for a single image in an object detection case.
|
| DetectedObjects.DetectedObject |
A
DetectedObject represents a single potential detected Object for an image. |
| ImageClassificationTranslator |
A generic
Translator for Image Classification tasks. |
| ImageClassificationTranslator.Builder |
A Builder to construct a
ImageClassificationTranslator. |
| ImageTranslator<T> |
Built-in
Translator that provides default image pre-processing. |
| ImageTranslator.BaseBuilder<T extends ImageTranslator.BaseBuilder> |
A builder to extend for all classes extending the
ImageTranslator. |
| ImageVisualization |
A Collection of utilities for visualizing the results of Computer Vision tasks.
|
| InstanceSegmentationTranslator |
A
ImageTranslator that post-process the NDArray into DetectedObjects with
boundaries at the detailed pixel level. |
| InstanceSegmentationTranslator.Builder |
The builder for Instance Segmentation translator.
|
| Joints |
A result of all joints found during Human Pose Estimation on a single image.
|
| Joints.Joint |
A joint that was detected using Human Pose Estimation on an image.
|
| Mask |
A mask with a probability for each pixel within a bounding rectangle.
|
| 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. |
| Point |
A point representing a location in
(x,y) coordinate space, specified in double precision. |
| Rectangle |
A
Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's upper-left point Point in the coordinate space, its width, and its
height. |
| SimplePoseTranslator | |
| SimplePoseTranslator.Builder |
The builder for Pose Estimation translator.
|
| SingleShotDetectionTranslator | |
| SingleShotDetectionTranslator.Builder |
The builder for SSD translator.
|