#include <BlobOperators.h>

| Public Member Functions | |
| CBlobGetMean () | |
| CBlobGetMean (IplImage *image) | |
| const char * | GetNom () | 
| Get operator name. | |
| double | operator() (CBlob &blob) | 
| Aply operator to blob. | |
| Private Attributes | |
| IplImage * | m_image | 
Classe per calcular la mitjana de nivells de gris d'un blob Class to get the mean grey level of a blob
Definition at line 135 of file BlobOperators.h.
| CBlobGetMean::CBlobGetMean | ( | ) |  [inline] | 
Definition at line 138 of file BlobOperators.h.
| CBlobGetMean::CBlobGetMean | ( | IplImage * | image | ) |  [inline] | 
Definition at line 142 of file BlobOperators.h.
| const char* CBlobGetMean::GetNom | ( | ) |  [inline, virtual] | 
| double CBlobGetMean::operator() | ( | CBlob & | blob | ) |  [inline, virtual] | 
| IplImage* CBlobGetMean::m_image  [private] | 
Definition at line 157 of file BlobOperators.h.