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. |
| 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.
|
| 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. |