Module: mp.tasks.vision.drawing_styles.pose_landmarker

MediaPipe pose landmarker task.

Modules

async_result_dispatcher module: A dispatcher to handle asynchronous results from a C library.

base_options_c_lib module: C types for BaseOptions.

base_options_lib module: Base options for MediaPipe Task APIs.

image_lib module: MediaPipe image container.

image_processing_options_c_lib module: MediaPipe ImageProcessingOptions C API types.

image_processing_options_lib module: MediaPipe vision options for image processing.

landmark_c_lib module: C types for Landmark.

landmark_lib module: Landmark data class.

mediapipe_c_bindings_lib module: MediaPipe Text tasks shared library.

mediapipe_c_utils module: Common MediaPipe CTypes definitions and utilities.

running_mode_lib module: The running mode of MediaPipe Vision Tasks.

serial_dispatcher module: A thread-safe dispatcher for a ctypes.

Classes

class PoseLandmark: The 33 pose landmarks.

class PoseLandmarker: Class that performs pose landmarks detection on images.

class PoseLandmarkerOptions: Options for the pose landmarker task.

class PoseLandmarkerOptionsC: The ctypes struct for PoseLandmarkerOptions.

class PoseLandmarkerResult: The pose landmarks detection result from PoseLandmarker, where each vector element represents a single pose detected in the image.

class PoseLandmarkerResultC: The ctypes struct for PoseLandmarkerResult.

class PoseLandmarksConnections: The connections between pose landmarks.