Hugin trunk 0.1
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
WaveFilter.h File Reference
This graph shows which files directly or indirectly include this file:

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])
 

Macro Definition Documentation

◆ CALC_INTEGRAL_SURFACE

#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 66 of file WaveFilter.h.