IProcessingCameraImage class

Implemented types

Constructors

IProcessingCameraImage()
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.
override
processCameraImageToGray8Bit({int? width, int? height, Uint8List? plane0, double? rotationAngle, int backGroundColor = 0xFF, bool isFlipHoriozntal = false, bool isFlipVectical = false}) Image8bit?
processCameraImageToGray8Bit.
override
processCameraImageToGrayIOS({int? width, int? height, Uint8List? plane0, double? rotationAngle, int backGroundColor = 0xFFFFFFFF, bool isFlipHoriozntal = false, bool isFlipVectical = false}) → Image?
processCameraImageToGrayIOS. for IOS with YUV420.
override
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.
override
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 YUV420.
override
toString() String
A string representation of this object.
inherited

Operators

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