PoseLandmark class

This gives the Offset information as to where pose landmarks are locates in image.

Constructors

PoseLandmark(PoseLandmarkType type, double x, double y, double z, double likelihood)

Properties

hashCode int
The hash code for this object.
no setterinherited
likelihood double
Gives the likelihood of this landmark being in the image frame.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type PoseLandmarkType
final
x double
Gives x coordinate of landmark in image frame.
final
y double
Gives y coordinate of landmark in image frame.
final
z double
Gives z coordinate of landmark in image space.
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