ProcessingCameraImage class abstract

Implementers

Constructors

ProcessingCameraImage()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processCameraImageToGray({int? width, int? height, Uint8List? plane0, double? rotationAngle, int backGroundColor = 0xFFFFFFFF, bool isFlipHoriozntal = false, bool isFlipVectical = false}) → Image?
processCameraImageToGray. for Android with YUV420.
processCameraImageToGray8Bit({int? width, int? height, Uint8List? plane0, double? rotationAngle, int backGroundColor = 0xFF, bool isFlipHoriozntal = false, bool isFlipVectical = false}) Image8bit?
processCameraImageToGray8Bit. for Android with YUV420.
processCameraImageToGrayIOS({int? width, int? height, Uint8List? plane0, double? rotationAngle, int backGroundColor = 0xFFFFFFFF, bool isFlipHoriozntal = false, bool isFlipVectical = false}) → Image?
processCameraImageToGrayIOS. for IOS with NV12.
processCameraImageToRGB({int? width, int? height, Uint8List? plane0, Uint8List? plane1, Uint8List? plane2, double? rotationAngle, int? bytesPerRowPlane0, int? bytesPerRowPlane1, int? bytesPerPixelPlan1, int backGroundColor = 0xFFFFFFFF, bool isFlipHoriozntal = false, bool isFlipVectical = false}) → Image?
processCameraImageToRGB. for Android with YUV420.
processCameraImageToRGBIOS({int? width, int? height, Uint8List? plane0, Uint8List? plane1, double? rotationAngle, int? bytesPerRowPlane0, int? bytesPerRowPlane1, int? bytesPerPixelPlan1, int backGroundColor = 0xFFFFFFFF, bool isFlipHoriozntal = false, bool isFlipVectical = false}) → Image?
processCameraImageToRGBIOS. for IOS with NV12.
toString() String
A string representation of this object.
inherited

Operators

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