#include "MathStuff.h"Include dependency graph for BoxFilter.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | lfeat |
Classes | |
| class | lfeat::BoxFilter |
Defines | |
| #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 101 of file BoxFilter.h. Referenced by lfeat::BoxFilter::getDxxWithX(), lfeat::BoxFilter::getDxyWithX(), lfeat::BoxFilter::getDyyWithX(), lfeat::WaveFilter::getSum(), lfeat::WaveFilter::getWx(), and lfeat::WaveFilter::getWy(). |
1.3.9.1