Dlib FaceLandmark Detector 1.4.1
Enox Software
Loading...
Searching...
No Matches
DlibFaceLandmarkDetector.FaceLandmarkDetector.RectDetection Class Reference

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.
 

Detailed Description

Represents the detection result of an object, including its bounding rectangle, detection confidence, and weight index.

Constructor & Destructor Documentation

◆ RectDetection()

DlibFaceLandmarkDetector.FaceLandmarkDetector.RectDetection.RectDetection ( )

Initializes a new instance of the RectDetection class with default values.

Member Data Documentation

◆ detection_confidence

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

Rect DlibFaceLandmarkDetector.FaceLandmarkDetector.RectDetection.rect

The bounding rectangle of the detected object.

◆ weight_index

long DlibFaceLandmarkDetector.FaceLandmarkDetector.RectDetection.weight_index

The index for the weight vector that generated this detection.


The documentation for this class was generated from the following file: