![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Public Member Functions | |
DNNModelConfig (const DNNModelInfoContainer &_info) | |
![]() | |
DNNModelBase (const DNNModelInfoContainer &_info) | |
DownloadInfo | getDownloadInformation () const |
const QString | getModelPath () const |
float | getThreshold (int uiThreshold=DNN_MODEL_THRESHOLD_NOT_SET) const |
Additional Inherited Members | |
![]() | |
const DNNModelInfoContainer | info |
Information about the model. | |
bool | modelLoaded = false |
Indicate if the model has been loaded. | |
QMutex | mutex |
Mutex to single-thread model during critical processing functions. | |
![]() | |
bool | checkFilename () const |
const QPair< int, int > | getBackendAndTarget () const |
![]() | |
QMutex | loaderMutex |