Module: mp.tasks.vision.drawing_styles.face_landmarker

MediaPipe face 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.

category_c_lib module: C types for Category.

category_lib module: Category data class.

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.

matrix_c_lib module: C types for Matrix.

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 Blendshapes: The 52 blendshape coefficients.

class FaceLandmarker: Class that performs face landmark detection on images.

class FaceLandmarkerOptions: Options for the face landmarker task.

class FaceLandmarkerOptionsC: The ctypes struct for FaceLandmarkerOptions.

class FaceLandmarkerResult: The face landmarks detection result from FaceLandmarker, where each vector element represents a single face detected in the image.

class FaceLandmarkerResultC: The ctypes struct for FaceLandmarkerResult.

class FaceLandmarksConnections: The connections between face landmarks.