|
unsigned char | m_bin [16384] = { 0 } |
|
◆ WeightBin()
Digikam::Haar::WeightBin::WeightBin |
( |
| ) |
|
|
explicit |
◆ bin()
unsigned char Digikam::Haar::WeightBin::bin |
( |
int |
index | ) |
const |
|
inline |
◆ binAbs()
unsigned char Digikam::Haar::WeightBin::binAbs |
( |
int |
index | ) |
const |
|
inline |
◆ m_bin
unsigned char Digikam::Haar::WeightBin::m_bin[16384] = { 0 } |
Fixed weight mask for pixel positions (i,j). Each entry x = i*NUM_PIXELS + j, gets value max(i,j) saturated at 5. To be treated as a constant.
Referenced by bin(), and binAbs().
The documentation for this class was generated from the following files: