38 float detect(
const cv::Mat& image)
const override;
42 cv::Mat preprocess(
const cv::Mat& image)
const;
43 float postProcess(
const cv::Mat& modelOutput)
const;
56 static cv::dnn::Net s_model;
57 static QMutex s_modelMutex;
Definition abstract_detector.h:31
Definition aesthetic_detector.h:30
float detect(const cv::Mat &image) const override
Definition aesthetic_detector.cpp:42
static bool s_isEmptyModel()
Definition aesthetic_detector.cpp:217
static void s_unloadModel()
Definition aesthetic_detector.cpp:196
~AestheticDetector()
Definition aesthetic_detector.cpp:38
AestheticDetector()
Definition aesthetic_detector.cpp:33
static bool s_loadModel()
Definition aesthetic_detector.cpp:132
Definition datefolderview.cpp:34