digiKam
Loading...
Searching...
No Matches
Digikam::ExposureDetector Class Reference

#include <exposure_detector.h>

+ Inheritance diagram for Digikam::ExposureDetector:

Public Member Functions

float detect (const cv::Mat &image) const override
 
 ExposureDetector ()
 
 ~ExposureDetector ()
 

Static Public Member Functions

static cv::Mat prepareForDetection (const DImg &inputImage)
 

Constructor & Destructor Documentation

◆ ExposureDetector()

Digikam::ExposureDetector::ExposureDetector ( )
explicit

◆ ~ExposureDetector()

Digikam::ExposureDetector::~ExposureDetector ( )

Member Function Documentation

◆ detect()

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

◆ prepareForDetection()

cv::Mat Digikam::AbstractDetector::prepareForDetection ( const DImg inputImage)
staticinherited

NOTE: Maybe this function will move to read_image() of imagequalityparser in case all detectors of IQS use cv::Mat

References Digikam::DImg::bits(), Digikam::DImg::height, Digikam::DImg::isNull(), Digikam::DImg::sixteenBit, Digikam::DImg::size(), and Digikam::DImg::width.

Referenced by Digikam::ImageQualityParser::startAnalyse().


The documentation for this class was generated from the following files: