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
MediaPipeHandLandmarker.cs File Reference

Classes

struct  OpenCVForUnity.UnityIntegration.Worker.DnnModule.MediaPipe.MediaPipeHandLandmarker.HandLandmarkerEstimationData
 Packed result for one detected hand, without an explicit bounding box. The memory layout matches one row produced by PackResultsToMats. NormLandmarks corresponds to the MediaPipe Task API hand_landmarks output represented as 21 Vec3f values. WorldLandmarks corresponds to the MediaPipe Task API hand_world_landmarks output. More...
 
class  OpenCVForUnity.UnityIntegration.Worker.DnnModule.MediaPipe.MediaPipeHandLandmarker
 Processing worker that reproduces the hand landmarking graph logic of MediaPipe HandLandmarker 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