AI-generated Key Takeaways
-
Two global constants,
MLKPoseDetectorModeSingleImageandMLKPoseDetectorModeStream, are available for pose detection. -
MLKPoseDetectorModeSingleImageis optimized for processing single, static images for pose detection. -
MLKPoseDetectorModeStreamis optimized for processing streaming video for pose detection by using information from previous frames to improve speed.
Constants
The following constants are available globally.
-
Optimized for single static images.
Declaration
Objective-C
extern const MLKPoseDetectorMode MLKPoseDetectorModeSingleImage -
Optimized to expedite the processing of a streaming video by leveraging the results from previous images.
Declaration
Objective-C
extern const MLKPoseDetectorMode MLKPoseDetectorModeStream