#include <blob.h>
Inheritance diagram for CBlobGetMean:
Public Member Functions | |
double | operator() (const CBlob &blob) const |
Aplica l'operació al blob. | |
const char * | GetNom () const |
Obté el nom de l'operador. |
Definition at line 256 of file blob.h.
double CBlobGetMean::operator() | ( | const CBlob & | blob | ) | const [inline, virtual] |
Aplica l'operació al blob.
Implements COperadorBlob.
Definition at line 259 of file blob.h.
References CBlob::Mean().
const char* CBlobGetMean::GetNom | ( | ) | const [inline, virtual] |