AlignedFace class
Aligned face crop data holder for OpenCV-based processing.
Holds a cv.Mat for the aligned face crop. Lives in the native side
because it is tied to opencv_dart.
Constructors
- AlignedFace({required double cx, required double cy, required double size, required double theta, required Mat faceCrop})
- Creates an aligned face crop with a cv.Mat face crop image.
Properties
- cx → double
-
X coordinate of the face center in absolute pixel coordinates.
final
- cy → double
-
Y coordinate of the face center in absolute pixel coordinates.
final
- faceCrop → Mat
-
The aligned face crop as cv.Mat. Caller must dispose when done.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → double
-
Length of the square crop edge in absolute pixels.
final
- theta → double
-
Rotation applied to align the face, in radians.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited