#include <BlobOperators.h>
Public Member Functions | |
const char * | GetNom () |
Get operator name. | |
double | operator() (CBlob &blob) |
Classe per calcular la x minima en la y minima Class to calculate the minimum x on the minimum y
Definition at line 306 of file BlobOperators.h.
const char* CBlobGetMinXatMinY::GetNom | ( | ) | [inline, virtual] |
double CBlobGetMinXatMinY::operator() | ( | CBlob & | blob | ) | [virtual] |
Implements COperadorBlob.
Definition at line 98 of file BlobOperators.cpp.