PoseDetector class
A detector for performing body-pose estimation.
Constructors
- PoseDetector({required PoseDetectorOptions options})
- Constructor to create an instance of PoseDetector.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Instance id.
final
- options → PoseDetectorOptions
-
The options for the pose detector.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → Future< void> - Closes the detector and releases its resources.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
processImage(
InputImage inputImage) → Future< List< Pose> > - Processes the given InputImage for pose detection. It returns a list of Pose.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited