com.google.mlkit.vision.common

  • The InputImage class represents an image object and specifies the accepted image formats for Vision APIs.

  • The PointF3D and Triangle classes represent a 3D point and a triangle with three points, respectively, for use in computer vision tasks.

  • These classes provide fundamental data structures for working with images and geometric primitives within the ML Kit Vision API.

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.