MLHandKeyPoint class

Constructors

MLHandKeyPoint.fromMap(Map map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pointX double
final
pointY double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double
final
type int?
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

Constants

typeForefingerFirst → const int
First joint of the index finger near the wrist.
typeForefingerFourth → const int
Index finger tip.
typeForefingerSecond → const int
Second joint of the index finger near the wrist.
typeForefingerThird → const int
Third joint of the index finger near the wrist.
typeLittleFingerFirst → const int
First joint of the little finger near the wrist.
typeLittleFingerFourth → const int
Little finger tip.
typeLittleFingerSecond → const int
Second joint of the little finger near the wrist.
typeLittleFingerThird → const int
Third joint of the little finger near the wrist.
typeMiddleFingerFirst → const int
First joint of the middle finger near the wrist.
typeMiddleFingerFourth → const int
Middle finger tip.
typeMiddleFingerSecond → const int
Second joint of the middle finger near the wrist.
typeMiddleFingerThird → const int
Third joint of the middle finger near the wrist.
typeRingFingerFirst → const int
First joint of the ring finger near the wrist.
typeRingFingerFourth → const int
Ring finger tip.
typeRingFingerSecond → const int
Second joint of the ring finger near the wrist.
typeRingFingerThird → const int
Third joint of the ring finger near the wrist.
typeThumbFirst → const int
First joint of the thumb near the wrist.
typeThumbFourth → const int
Thumb tip.
typeThumbSecond → const int
Second joint of the thumb near the wrist.
typeThumbThird → const int
Third joint of the thumb near the wrist.
typeWrist → const int
Wrist joint.