AlignedFace constructor
AlignedFace({})
Creates an aligned face crop with a cv.Mat face crop image.
Implementation
AlignedFace({
required this.cx,
required this.cy,
required this.size,
required this.theta,
required this.faceCrop,
});