SegmentationPainter constructor

SegmentationPainter(
  1. SegmentationMask mask,
  2. Size imageSize,
  3. InputImageRotation rotation,
  4. CameraLensDirection cameraLensDirection,
)

Implementation

SegmentationPainter(
    this.mask,
    this.imageSize,
    this.rotation,
    this.cameraLensDirection,
    );