47 QObject*
const parent,
53 return QLatin1String(
"digikam:HotPixelFilter");
56 static QString DisplayableName();
60 return QList<int>() << 1;
68 void readParameters(
const FilterAction& action)
override;
72 return FilterIdentifier();
79 void filterImage()
override;
81 void interpolate(
DImg& img,
85 void weightPixels(
DImg& img,
91 inline bool validPoint(
const DImg& img,
const QPoint& p)
96 (p.x() < (
long) img.
width()) &&
97 (p.y() < (
long) img.
height())
104 QList<HotPixelsWeights> m_weightList;
Definition dimgthreadedfilter.h:31
unsigned int height
Definition dimg_p.h:135
unsigned int width
Definition dimg_p.h:134
Definition filteraction.h:33
Definition hotpixelcontainer.h:34
Direction
Definition hotpixelcontainer.h:47
Definition hotpixelfixer.h:40
static int CurrentVersion()
Definition hotpixelfixer.h:63
QString filterIdentifier() const override
Definition hotpixelfixer.h:70
static QList< int > SupportedVersions()
Definition hotpixelfixer.h:58
static QString FilterIdentifier()
Definition hotpixelfixer.h:51
Definition hotpixelprops.h:31
Definition datefolderview.cpp:34