Package-level declarations

Types

Link copied to clipboard
data class ImageFlip(val horizontal: Boolean = false, val vertical: Boolean = false)

Represents flipping operations for image processing.

Link copied to clipboard

Represents a rotation angle for image processing.

Link copied to clipboard
expect class LiteRtImage

Represents an image that can be preprocessed before being fed into a LiteRT model.