digiKam
|
Public Types | |
enum | AlreadyScannedHandling { Skip , Merge , Rescan } |
For detect and recognize. More... | |
enum | ScanTask { Detect , DetectAndRecognize , RecognizeMarkedFaces , RetrainAll , BenchmarkDetection , BenchmarkRecognition } |
Public Member Functions | |
FaceScanSettings () | |
~FaceScanSettings () | |
Public Attributes | |
double | accuracy |
Detection accuracy. More... | |
AlbumList | albums |
Albums to scan. More... | |
AlreadyScannedHandling | alreadyScannedHandling |
ItemInfoList | infos |
Image infos to scan. More... | |
ScanTask | task |
bool | useFullCpu |
Processing power. More... | |
bool | useYoloV3 |
Use Yolo V3 model. More... | |
bool | wholeAlbums |
whole albums checked More... | |
|
explicit |
Digikam::FaceScanSettings::~FaceScanSettings | ( | ) |
double Digikam::FaceScanSettings::accuracy |
Detection accuracy.
Referenced by Digikam::FacesDetector::FacesDetector(), Digikam::FaceScanWidget::settings(), and Digikam::ItemIconView::slotImageScanForFaces().
AlbumList Digikam::FaceScanSettings::albums |
Albums to scan.
Referenced by Digikam::FacesDetector::FacesDetector(), Digikam::FaceScanWidget::settings(), and Digikam::MaintenanceDlg::settings().
AlreadyScannedHandling Digikam::FaceScanSettings::alreadyScannedHandling |
ItemInfoList Digikam::FaceScanSettings::infos |
Image infos to scan.
Referenced by Digikam::FacesDetector::FacesDetector(), and Digikam::ItemIconView::slotImageScanForFaces().
ScanTask Digikam::FaceScanSettings::task |
bool Digikam::FaceScanSettings::useFullCpu |
Processing power.
Referenced by Digikam::FacesDetector::FacesDetector(), and Digikam::FaceScanWidget::settings().
bool Digikam::FaceScanSettings::useYoloV3 |
Use Yolo V3 model.
Referenced by Digikam::FacesDetector::FacesDetector(), Digikam::FaceScanWidget::settings(), and Digikam::ItemIconView::slotImageScanForFaces().
bool Digikam::FaceScanSettings::wholeAlbums |
whole albums checked
Referenced by Digikam::FacesDetector::FacesDetector(), and Digikam::FaceScanWidget::settings().