#include <BlobOperators.h>

Public Member Functions | |
| CBlobGetStdDev () | |
| CBlobGetStdDev (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 desviació estàndard dels nivells de gris d'un blob Class to get the standard deviation of the grey level values of a blob
Definition at line 162 of file BlobOperators.h.
| CBlobGetStdDev::CBlobGetStdDev | ( | ) | [inline] |
Definition at line 165 of file BlobOperators.h.
| CBlobGetStdDev::CBlobGetStdDev | ( | IplImage * | image | ) | [inline] |
Definition at line 169 of file BlobOperators.h.
| const char* CBlobGetStdDev::GetNom | ( | ) | [inline, virtual] |
| double CBlobGetStdDev::operator() | ( | CBlob & | blob | ) | [inline, virtual] |
IplImage* CBlobGetStdDev::m_image [private] |
Definition at line 183 of file BlobOperators.h.