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