|
DFX Extraction library v4.14.5
enabling applications to perform DFX blood flow analysis
|
16 #ifndef LIBDFX_POSEPOINT_H
17 #define LIBDFX_POSEPOINT_H
19 #include <opencv2/opencv.hpp>
79 #endif // LIBDFX_POSEPOINT_H
bool valid
if this point is valid, false otherwise.
Definition: PosePoint.h:54
float quality
the probability quality probability of this point between zero and one.
Definition: PosePoint.h:75
Definition: ChunkData.h:21
Pose points are used to identify individual MPEG-4 Facial Data Points of a face.
Definition: PosePoint.h:37
cv::Point3f point
the X,Y,Z point location information.
Definition: PosePoint.h:45
bool estimated
if this point is "well known", or estimated based on other points.
Definition: PosePoint.h:66