M7FaceDetectorPainter constructor

M7FaceDetectorPainter(
  1. Face face,
  2. Size absoluteImageSize,
  3. InputImageRotation rotation
)

Implementation

M7FaceDetectorPainter(
  this.face,
  this.absoluteImageSize,
  this.rotation,
);