PoseLandmark class

A landmark in a pose detection result.

Constructors

PoseLandmark({required PoseLandmarkType type, required double x, required double y, required double z, required double likelihood})
Constructor to create an instance of PoseLandmark.
PoseLandmark.fromJson(Map json)
Returns an instance of PoseLandmark from a given json.
factory

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
The landmark type.
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