AnimalPose class
A class that gives the type of joint and the location of the joint and the confidence that it is that joint
joint the joint found location where the position of the joint in x and y coords confidence the percentage that it is that joint
Constructors
- AnimalPose(AnimalJoint joint, AnimalPosePoint location, double confidence)
Properties
- confidence → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- joint → AnimalJoint
-
final
- location → AnimalPosePoint
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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