|
Hugin trunk 0.1
|

Go to the source code of this file.
Classes | |
| class | lfeat::WaveFilter |
Namespaces | |
| namespace | lfeat |
Macros | |
| #define | CALC_INTEGRAL_SURFACE(II, STARTX, ENDX, STARTY, ENDY) (II[ENDY+1][ENDX+1] + II[STARTY][STARTX] - II[ENDY+1][STARTX] - II[STARTY][ENDX+1]) |