ImageProcessor

constructor(bitmap: Bitmap)
constructor(nv21: ByteArray, width: Int, height: Int, orientation: ImageRotation = ImageRotation.NONE)
constructor(jpeg: ByteArray)
constructor(imagePath: String)
constructor(imageRef: ImageRef)
constructor()