Dlib FaceLandmark Detector 1.4.1
Enox Software
|
Represents the detection result of an object, including its bounding rectangle, detection confidence, and weight index. More...
Public Member Functions | |
RectDetection () | |
Initializes a new instance of the RectDetection class with default values. | |
Public Attributes | |
double | detection_confidence |
The confidence level of the detection (between 0.0 and 1.0). A higher value indicates higher confidence in the detection. | |
Rect | rect |
The bounding rectangle of the detected object. | |
long | weight_index |
The index for the weight vector that generated this detection. | |
Represents the detection result of an object, including its bounding rectangle, detection confidence, and weight index.
DlibFaceLandmarkDetector.FaceLandmarkDetector.RectDetection.RectDetection | ( | ) |
Initializes a new instance of the RectDetection class with default values.
double DlibFaceLandmarkDetector.FaceLandmarkDetector.RectDetection.detection_confidence |
The confidence level of the detection (between 0.0 and 1.0). A higher value indicates higher confidence in the detection.
Rect DlibFaceLandmarkDetector.FaceLandmarkDetector.RectDetection.rect |
The bounding rectangle of the detected object.
long DlibFaceLandmarkDetector.FaceLandmarkDetector.RectDetection.weight_index |
The index for the weight vector that generated this detection.