OpenCV for Unity 3.0.3
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.13.0/index.html ) for the details of the argument of the method.
Loading...
Searching...
No Matches
MediaPipeFaceLandmarker.cs File Reference

Classes

struct  OpenCVForUnity.UnityIntegration.Worker.DnnModule.MediaPipe.MediaPipeFaceLandmarker.FaceBlendshapeEstimationData
 Packed result for one detected face blendshape output. The memory layout matches one row of the packed blendshape result matrix when output_face_blendshapes is enabled. Coefficients corresponds to the MediaPipe Task API face_blendshapes output represented as 52 coefficients. More...
 
struct  OpenCVForUnity.UnityIntegration.Worker.DnnModule.MediaPipe.MediaPipeFaceLandmarker.FaceLandmarkerEstimationData
 Packed result for one detected face. The memory layout matches one row produced by BuildPackedOutputMats. NormLandmarks corresponds to the MediaPipe Task API face_landmarks output represented as 478 Vec3f values. Face-level raw presence scores are not included; the internal threshold is configured by the MediaPipeFaceLandmarker constructor. More...
 
struct  OpenCVForUnity.UnityIntegration.Worker.DnnModule.MediaPipe.MediaPipeFaceLandmarker.FacialTransformationMatrixEstimationData
 Packed result for one detected facial transformation matrix. The memory layout matches one row of the packed facial transformation matrix result when output_facial_transformation_matrixes is enabled. RowMajor4x4 corresponds to the MediaPipe face geometry output stored as a row-major 4x4 matrix in the same ordering as MatrixData. More...
 
class  OpenCVForUnity.UnityIntegration.Worker.DnnModule.MediaPipe.MediaPipeFaceLandmarker
 Processing worker that reproduces the face landmarking graph logic of MediaPipe FaceLandmarker on top of the OpenCV for Unity Dnn module. More...
 

Namespaces

namespace  OpenCVForUnity
 
namespace  OpenCVForUnity.UnityIntegration
 
namespace  OpenCVForUnity.UnityIntegration.Worker
 
namespace  OpenCVForUnity.UnityIntegration.Worker.DnnModule
 
namespace  OpenCVForUnity.UnityIntegration.Worker.DnnModule.MediaPipe