Yuv420Image constructor
const
Yuv420Image({
- required int height,
- required int width,
- required Rect cropRect,
- required List<
ImagePlane> planes, - required InputAnalysisImageFormat format,
- required InputAnalysisImageRotation rotation,
Implementation
const Yuv420Image({
required super.height,
required super.width,
required this.cropRect,
required this.planes,
required super.format,
required super.rotation,
});