digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
Loading...
Searching...
No Matches
Digikam::ImageQualityContainer Class Reference

Public Member Functions

 ImageQualityContainer (const ImageQualityContainer &other)
 
ImageQualityContaineroperator= (const ImageQualityContainer &other)
 
void readFromConfig ()
 
void readFromConfig (const KConfigGroup &)
 
void writeToConfig ()
 
void writeToConfig (KConfigGroup &)
 

Public Attributes

int acceptedThreshold
 Item accepted threshold.
 
int blurWeight
 Item blur level.
 
int compressionWeight
 Item compression level.
 
bool detectAesthetic
 Enable image aesthetic detection.
 
bool detectBlur
 Enable image blur detection.
 
bool detectCompression
 Enable image compression detection.
 
bool detectExposure
 Enable image over and under exposure detection.
 
bool detectNoise
 Enable image noise detection.
 
int exposureWeight
 Item exposure level.
 
bool highQAccepted
 Assign Accepted property to high quality.
 
bool lowQRejected
 Assign Rejected property to low quality.
 
bool mediumQPending
 Assign Pending property to medium quality.
 
int noiseWeight
 Item noise level.
 
int pendingThreshold
 Item pending threshold.
 
int rejectedThreshold
 Item rejection threshold.