Back to Chromium

face_transform

third_party/mediapipe/src/mediapipe/modules/face_geometry/README.md

150.0.7841.22.3 KB
Original Source

face_transform

ProtosDetails
face_geometry.EnvironmentDescribes an environment; includes the camera frame origin point location as well as virtual camera parameters.
face_geometry.GeometryPipelineMetadataDescribes metadata needed to estimate face 3D transform based on the face landmark module result.
face_geometry.FaceGeometryDescribes 3D transform data for a single face; includes a face mesh surface and a face pose in a given environment.
face_geometry.Mesh3dDescribes a 3D mesh triangular surface.
CalculatorsDetails
FaceGeometryEnvGeneratorCalculatorGenerates an environment that describes a virtual scene.
FaceGeometryPipelineCalculatorExtracts face 3D transform for multiple faces from a vector of landmark lists.
FaceGeometryEffectRendererCalculatorRenders a face effect.
SubgraphsDetails
FaceGeometryFromDetectionExtracts 3D transform from face detection for multiple faces.
FaceGeometryFromLandmarksExtracts 3D transform from face landmarks for multiple faces.
FaceGeometryExtracts 3D transform from face landmarks for multiple faces. Deprecated, please use FaceGeometryFromLandmarks in the new code.