Class PoseDetector
java.lang.Object
com.codename1.ai.vision.PoseDetector
- All Implemented Interfaces:
VisionAnalyzer<Pose[]>, AutoCloseable
Creates reusable body-pose analyzers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclose()final booleanfinal AsyncResource<Pose[]> process(VisionImage image)
-
Constructor Details
-
PoseDetector
public PoseDetector() -
PoseDetector
-
-
Method Details
-
isSupported
public final boolean isSupported()- Specified by:
isSupportedin interfaceVisionAnalyzer<T>
-
process
- Specified by:
processin interfaceVisionAnalyzer<T>
-
close
public final void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceVisionAnalyzer<T>
-