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

Public Member Functions

float detect (const cv::Mat &image) const override
 
- Public Member Functions inherited from Digikam::AbstractDetector
 AbstractDetector (QObject *const parent=nullptr)
 

Static Public Member Functions

static bool s_isEmptyModel ()
 
static bool s_loadModel ()
 
static void s_unloadModel ()
 
- Static Public Member Functions inherited from Digikam::AbstractDetector
static cv::Mat prepareForDetection (const DImg &inputImage)
 

Member Function Documentation

◆ detect()

float Digikam::AestheticDetector::detect ( const cv::Mat &  image) const
overridevirtual