See: Description
| Interface | Description |
|---|---|
| BoundingBox |
An interface representing a bounding box around an object inside an image.
|
| Class | Description |
|---|---|
| DetectedObjects |
A class representing the detected objects results for a single image in an
Application.CV.OBJECT_DETECTION case. |
| DetectedObjects.DetectedObject |
A
DetectedObject represents a single potential detected Object for an image. |
| 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.
|
| Landmark |
Landmark is the container that stores the key points for landmark on a single face. |
| Mask |
A mask with a probability for each pixel within a bounding rectangle.
|
| 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. |