imageprocessing Class Reference
[Image Processing]

#include <imageprocessing.h>

Public Member Functions

 imageprocessing (int width=0, int height=0, int se_width=10, int se_height=10)
 ~imageprocessing ()
int ip_tophat_on_birdview (IplImage *src, IplImage *dst, int theshold=128, double stretch_low=0.3, double stretch_high=0.95)
int stretch_image_histogram (IplImage *src, IplImage *dst, double low, double high)
void templatesearch_normalised (IplImage *srcI, IplImage *srcT, double *maxval, double *minval, CvPoint *maxloc, CvPoint *minloc)
void templatesearch_non_normalised (IplImage *srcI, IplImage *srcT, double *maxval, double *minval, CvPoint *maxloc, CvPoint *minloc)

Private Attributes

IplConvKernel * tophat_element
IplImage * gray
IplImage * border
IplImage * tmp
IplImage * ipl_pointer
IplImage * matchresult

Field Documentation

IplImage* imageprocessing::border [private]
IplImage* imageprocessing::gray [private]
IplImage* imageprocessing::ipl_pointer [private]

Referenced by ip_tophat_on_birdview().

IplImage* imageprocessing::matchresult [private]
IplImage* imageprocessing::tmp [private]
IplConvKernel* imageprocessing::tophat_element [private]

The documentation for this class was generated from the following files:
Generated on Wed Jun 2 12:43:29 2010 for LAR Atlas by  doxygen 1.6.3