25 #ifndef DIGIKAM_HOT_PIXELS_WEIGHTS_H
26 #define DIGIKAM_HOT_PIXELS_WEIGHTS_H
51 double** operator[](
int n)
const;
53 unsigned int height()
const;
54 void setHeight(
int h);
56 unsigned int polynomeOrder()
const;
57 void setPolynomeOrder(
int order);
60 void setTwoDim(
bool td);
63 unsigned int width()
const;
67 void calculateHotPixelsWeights();
71 int coefficientNumber()
const;
73 double** * weightMatrices()
const;
77 double polyTerm(
const size_t i_coeff,
80 const int poly_order)
const;
82 void matrixInv(
double*
const a,
87 unsigned int m_height;
89 unsigned int m_coefficientNumber;
91 unsigned int m_polynomeOrder;
92 double** * m_weightMatrices;
Definition: hotpixelsweights.h:41
Definition: datefolderview.cpp:43
bool operator==(const SearchTextSettings &a, const SearchTextSettings &b)
Definition: searchtextbar.cpp:49