2.3 KiB
2.3 KiB
face_transform
Protos | Details |
---|---|
face_geometry.Environment |
Describes an environment; includes the camera frame origin point location as well as virtual camera parameters. |
face_geometry.GeometryPipelineMetadata |
Describes metadata needed to estimate face 3D transform based on the face landmark module result. |
face_geometry.FaceGeometry |
Describes 3D transform data for a single face; includes a face mesh surface and a face pose in a given environment. |
face_geometry.Mesh3d |
Describes a 3D mesh triangular surface. |
Calculators | Details |
---|---|
FaceGeometryEnvGeneratorCalculator |
Generates an environment that describes a virtual scene. |
FaceGeometryPipelineCalculator |
Extracts face 3D transform for multiple faces from a vector of landmark lists. |
FaceGeometryEffectRendererCalculator |
Renders a face effect. |
Subgraphs | Details |
---|---|
FaceGeometryFromDetection |
Extracts 3D transform from face detection for multiple faces. |
FaceGeometryFromLandmarks |
Extracts 3D transform from face landmarks for multiple faces. |
FaceGeometry |
Extracts 3D transform from face landmarks for multiple faces. Deprecated, please use FaceGeometryFromLandmarks in the new code. |