Landmark class Null safety
Face landmark (feature) type. Left and right are defined from the vantage of the viewer of the image without considering mirror projections typical of photos. So, LEFT_EYE, typically, is the person's right eye.
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- Landmark({required LandmarkType type, required Position position})
-
Landmark.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- position → Position
-
A 3D position in the image, used primarily for Face detection landmarks. A
valid Position must have both x and y coordinates. The position
coordinates are in the same scale as the original image.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- type → LandmarkType
-
Face landmark (feature) type. Left and right are defined from the vantage
of the viewer of the image without considering mirror projections typical
of photos. So, LEFT_EYE, typically, is the person's right eye.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited