mediapipe_face_mesh library

Classes

FaceMeshBox
Pixel-space bounding box used to derive a normalized ROI.
FaceMeshImage
Container that holds RGBA/BGRA pixels used as inference input.
FaceMeshLandmark
A single 3D landmark returned by MediaPipe.
FaceMeshNv21Image
Holder for NV21 (Y + interleaved VU) camera buffers.
FaceMeshPixelFormat
Integer constants describing the pixel formats understood by the native side.
FaceMeshProcessor
High-level wrapper around the native MediaPipe Face Mesh graph.
FaceMeshResult
Aggregates the results of a single face mesh inference.
NormalizedRect
Immutable normalized rectangle that MediaPipe uses as ROI input.

Enums

FaceMeshDelegate
Delegate types supported by the native runtime.

Extensions

FaceMeshResultPixels on FaceMeshResult
Pixel-space helpers attached to FaceMeshResult instances.

Exceptions / Errors

MediapipeFaceMeshException
Base exception thrown by this plugin when native calls fail.