#include <BlobOperators.h>

| Public Member Functions | |
| const char * | GetNom () | 
| Get operator name. | |
| double | operator() (CBlob &blob) | 
Classe per calcular la compacitat d'un blob Class to calculate the compactness of a blob
Definition at line 189 of file BlobOperators.h.
| const char* CBlobGetCompactness::GetNom | ( | ) |  [inline, virtual] | 
| double CBlobGetCompactness::operator() | ( | CBlob & | blob | ) |  [virtual] | 
Retorna la compacitat del blob
Implements COperadorBlob.
Definition at line 280 of file BlobOperators.cpp.