#include <BlobOperators.h>

| Public Member Functions | |
| CBlobGetMoment () | |
| CBlobGetMoment (int p, int q) | |
| const char * | GetNom () | 
| Get operator name. | |
| double | operator() (CBlob &blob) | 
| Private Attributes | |
| int | m_p | 
| moment que volem calcular | |
| int | m_q | 
Classe per calcular el moment PQ del blob Class to calculate the P,Q moment of a blob
Definition at line 253 of file BlobOperators.h.
| CBlobGetMoment::CBlobGetMoment | ( | ) |  [inline] | 
Constructor estāndard Standard constructor (gets the 00 moment)
Definition at line 258 of file BlobOperators.h.
| CBlobGetMoment::CBlobGetMoment | ( | int | p, | 
| int | q | ||
| ) |  [inline] | 
Constructor: indiquem el moment p,q a calcular Constructor: gets the PQ moment
Definition at line 264 of file BlobOperators.h.
| const char* CBlobGetMoment::GetNom | ( | ) |  [inline, virtual] | 
| double CBlobGetMoment::operator() | ( | CBlob & | blob | ) |  [virtual] | 
Implements COperadorBlob.
Definition at line 22 of file BlobOperators.cpp.
| int CBlobGetMoment::m_p  [private] | 
moment que volem calcular
Definition at line 277 of file BlobOperators.h.
| int CBlobGetMoment::m_q  [private] | 
Definition at line 277 of file BlobOperators.h.