digikam
Digikam::Haar::Calculator Class Reference
#include <haar.h>
Detailed Description
Definition at line 214 of file haar.h.
Public Member Functions | |
| int | calcHaar (ImageData *imageData, SignatureData *sigData) |
| Calculator () | |
| void | transform (ImageData *data) |
| ~Calculator () | |
Constructor & Destructor Documentation
Member Function Documentation
| int Digikam::Haar::Calculator::calcHaar | ( | ImageData * | data, | |
| SignatureData * | sigData | |||
| ) |
Determines a total of NUM_COEFS positions in the image that have the largest magnitude (absolute value) in color value.
Returns linearized coordinates in sig1, sig2, and sig3. avgl are the [0,0] values. The order of occurrence of the coordinates in sig doesn't matter. Complexity is 3 x NUM_PIXELS^2 x 2log(NUM_COEFS).
| void Digikam::Haar::Calculator::transform | ( | ImageData * | data | ) |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference