Page Summary
-
This content describes classes and annotations related to image processing in the context of vision APIs.
-
It lists InputImage.ImageFormat as an accepted image format for vision APIs.
-
It provides details on classes such as InputImage (representing an image object), PointF3D (representing a 3D point), and Triangle (representing a triangle with 3 generic points).
Annotations
| InputImage.ImageFormat | Accepted image format of vision APIs. |
Classes
| InputImage | Represents an image object. |
| PointF3D | Represents a 3D point. |
| Triangle<T extends Object> | Represents a triangle with 3 generic points. |