Hugintrunk
0.1
|
Go to the source code of this file.
Classes | |
class | lfeat::BoxFilter |
Namespaces | |
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]) |
#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]) |
Definition at line 102 of file BoxFilter.h.
Referenced by lfeat::BoxFilter::getDxxWithX(), lfeat::BoxFilter::getDxyWithX(), and lfeat::BoxFilter::getDyyWithX().