View source on GitHub
|
MediaPipe hand landmarker task.
Modules
async_result_dispatcher module: A dispatcher to handle asynchronous results from a C library.
base_options_c module: C types for BaseOptions.
base_options_lib module: Base options for MediaPipe Task APIs.
category module: Category data class.
category_c module: C types for Category.
image_lib module: MediaPipe image container.
image_processing_options_c module: MediaPipe ImageProcessingOptions C API types.
image_processing_options_lib module: MediaPipe vision options for image processing.
landmark module: Landmark data class.
landmark_c module: C types for Landmark.
mediapipe_c_bindings module: MediaPipe Text tasks shared library.
mediapipe_c_utils module: Common MediaPipe CTypes definitions and utilities.
serial_dispatcher module: A thread-safe dispatcher for a ctypes.
vision_task_running_mode module: The running mode of MediaPipe Vision Tasks.
Classes
class HandLandmark: The 21 hand landmarks.
class HandLandmarker: Class that performs hand landmarks detection on images.
class HandLandmarkerOptions: Options for the hand landmarker task.
class HandLandmarkerOptionsC: The hand landmarker options used in the C API.
class HandLandmarkerResult: The hand landmarks result from HandLandmarker, where each vector element represents a single hand detected in the image.
class HandLandmarkerResultC: The hand landmarker result from HandLandmarker in ctypes.
class HandLandmarksConnections: The connections between hand landmarks.
View source on GitHub