Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

IntegralImage Class Reference

#include <viola_locator.h>

List of all members.

Public Methods

 IntegralImage ()
 IntegralImage (GrayImage &image)
unsigned long & elementAt (unsigned int x, unsigned int y)
IntegralImage & operator= (IntegralImage &other)
void setImage (GrayImage &image)
long checksum ()
void print ()

Private Attributes

bool is_set
unsigned int width
unsigned int height
unsigned long * data


Detailed Description

this class represents an integral image this class is used to compute the values of several huristics


Constructor & Destructor Documentation

IntegralImage::IntegralImage  
 

IntegralImage::IntegralImage GrayImage   image
 


Member Function Documentation

long IntegralImage::checksum  
 

unsigned long & IntegralImage::elementAt unsigned int    x,
unsigned int    y
 

IntegralImage & IntegralImage::operator= IntegralImage &    other
 

void IntegralImage::print  
 

void IntegralImage::setImage GrayImage   image
 


Member Data Documentation

unsigned long* IntegralImage::data [private]
 

unsigned int IntegralImage::height [private]
 

bool IntegralImage::is_set [private]
 

unsigned int IntegralImage::width [private]
 


The documentation for this class was generated from the following files:
Generated on Wed Apr 23 10:42:35 2003 for BioFilter by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002