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

SampleImage Class Reference

#include <viola_locator.h>

Inheritance diagram for SampleImage:

Sample ClassifierImage TrainImage List of all members.

Public Methods

 SampleImage ()
 SampleImage (int sample_class)
virtual void setImage (GrayImage &image)=0
virtual long elementAt (unsigned int x, unsigned int y)=0
double getStdDev ()

Public Attributes

double stdDev
IntegralImage iimage

Friends

class ClassifierImage
class TrainImage

Detailed Description

sample is a struct that holds all of the appropriate information about a sample, in this case it holds the integral image and the weight associated with the integral image


Constructor & Destructor Documentation

SampleImage::SampleImage  
 

SampleImage::SampleImage int    sample_class
 


Member Function Documentation

virtual long SampleImage::elementAt unsigned int    x,
unsigned int    y
[pure virtual]
 

Implemented in TrainImage.

double SampleImage::getStdDev  
 

virtual void SampleImage::setImage GrayImage   image [pure virtual]
 

Implemented in TrainImage.


Friends And Related Function Documentation

friend class ClassifierImage [friend]
 

friend class TrainImage [friend]
 


Member Data Documentation

IntegralImage SampleImage::iimage
 

double SampleImage::stdDev
 


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