![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Public Member Functions | |
AutotagsClassifierSoftmax (float _threshold, const QString &predefinedClassFile) | |
virtual int | predict (const cv::Mat &target) const override |
virtual int | predict (const cv::UMat &target) const override |
virtual QList< int > | predictMulti (const QList< cv::Mat > &targets) const override |
virtual QList< int > | predictMulti (const QList< cv::UMat > &targets) const override |
![]() | |
AutotagsClassifierBase (float _threshold, const QString &_predefinedClassFile) | |
QList< QString > | getClassStrings (const QList< int > &labelList) const |
bool | retrain () override |
![]() | |
void | setThreshold (float _threshold) |
Additional Inherited Members | |
![]() | |
bool | loadTrainingData () override |
![]() | |
QList< QString > | predefinedClasses |
QString | predefinedClassFile |
![]() | |
QReadWriteLock | lock |
float | threshold = 0.0F |
|
overridevirtual |
Implements Digikam::MLClassifierFoundation.
|
overridevirtual |
Implements Digikam::MLClassifierFoundation.
|
overridevirtual |
Reimplemented from Digikam::AutotagsClassifierBase.
|
overridevirtual |
Reimplemented from Digikam::AutotagsClassifierBase.