Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros
BoxFilter.h File Reference
#include "MathStuff.h"
#include "hugin_math/hugin_math.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.

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

Macro Definition Documentation

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