#include <BlobOperators.h>
Public Member Functions | |
const char * | GetNom () |
Get operator name. | |
double | operator() (CBlob &blob) |
Classe per calcular la longitud d'un blob Class to calculate the length of a blob
Definition at line 201 of file BlobOperators.h.
const char* CBlobGetLength::GetNom | ( | ) | [inline, virtual] |
double CBlobGetLength::operator() | ( | CBlob & | blob | ) | [virtual] |
Retorna la longitud del blob
Implements COperadorBlob.
Definition at line 328 of file BlobOperators.cpp.