org.tensorflow.lite.support.image

Interfaces

ImageOperator Operates a TensorImage object. 

Classes

BoundingBoxUtil Helper class for converting values that represents bounding boxes into rectangles. 
ImageProcessor ImageProcessor is a helper class for preprocessing and postprocessing TensorImage
ImageProcessor.Builder The Builder to create an ImageProcessor, which could be executed later. 
ImageProperties Represents the properties of an image object when being loaded to a TensorImage
ImageProperties.Builder Builder for ImageProperties
MlImageAdapter Converts MlImage to TensorImage and vice versa. 
TensorImage TensorImage is the wrapper class for Image object. 

Enums

BoundingBoxUtil.CoordinateType Denotes if the coordinates are actual pixels or relative ratios. 
BoundingBoxUtil.Type Denotes how a bounding box is represented. 
ColorSpaceType Represents the type of color space of an image.