41 double** operator[](
int n)
const;
43 unsigned int height()
const;
44 void setHeight(
int h);
46 unsigned int polynomeOrder()
const;
47 void setPolynomeOrder(
int order);
50 void setTwoDim(
bool td);
53 unsigned int width()
const;
55 const QList<QPoint> positions()
const;
57 void calculateHotPixelsWeights();
61 int coefficientNumber()
const;
63 double** * weightMatrices()
const;
67 double polyTerm(
const size_t i_coeff,
70 const int poly_order)
const;
72 void matrixInv(
double*
const a,
77 unsigned int m_height = 0;
78 unsigned int m_width = 0;
79 unsigned int m_coefficientNumber = 0;
80 bool m_twoDim =
false;
81 unsigned int m_polynomeOrder = 0;
82 double** * m_weightMatrices =
nullptr;
83 QList<QPoint> m_positions;
Definition hotpixelsweights.h:31
HotPixelsWeights()=default
Definition datefolderview.cpp:34
bool operator==(const SearchTextSettings &a, const SearchTextSettings &b)
Definition searchtextbar.cpp:40