AnalysisImageUtils class
Constructors
- AnalysisImageUtils({BinaryMessenger? binaryMessenger})
- 
          Constructor for AnalysisImageUtils.  The binaryMessengernamed argument is available for dependency injection. If it is left null, the default BinaryMessenger will be used which routes to the host platform.
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
- 
  bgra8888toJpeg(AnalysisImageWrapper arg_bgra8888image, int arg_jpegQuality) → Future< AnalysisImageWrapper> 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  nv21toJpeg(AnalysisImageWrapper arg_nv21Image, int arg_jpegQuality) → Future< AnalysisImageWrapper> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  yuv420toJpeg(AnalysisImageWrapper arg_yuvImage, int arg_jpegQuality) → Future< AnalysisImageWrapper> 
- 
  yuv420toNv21(AnalysisImageWrapper arg_yuvImage) → Future< AnalysisImageWrapper> 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- 
    codec
  → const MessageCodec<Object?>