InputImageData constructor

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

Implementation

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