digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
Loading...
Searching...
No Matches
Digikam::FaceClassifierBase Class Reference
+ Inheritance diagram for Digikam::FaceClassifierBase:

Public Member Functions

void setThreshold (float _threshold)
 
- Public Member Functions inherited from Digikam::MLClassifierFoundation
virtual int predict (const cv::Mat &target) const =0
 
virtual int predict (const cv::UMat &target) const =0
 
virtual bool retrain ()=0
 

Protected Attributes

float threshold = 0.0F
 
- Protected Attributes inherited from Digikam::MLClassifierFoundation
QReadWriteLock lock
 

Additional Inherited Members

- Protected Member Functions inherited from Digikam::MLClassifierFoundation
virtual bool loadTrainingData ()=0