InputImageData class

Image metadata used when creating image from bytes.

Constructors

InputImageData({required Size size, InputImageRotation rotation = InputImageRotation.ROTATION_0, InputImageFormat format = InputImageFormat.NV21})

Properties

format InputImageFormat
Input image format
final
hashCode int
The hash code for this object.
no setterinherited
json Map<String, dynamic>
Function to get the metadata of image processing purposes
no setter
rotation InputImageRotation
Image rotation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
Size of image
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited