#include <BlobOperators.h>

| Public Member Functions | |
| CBlobGetXYInside () | |
| CBlobGetXYInside (CvPoint2D32f p) | |
| const char * | GetNom () | 
| Get operator name. | |
| double | operator() (CBlob &blob) | 
| Private Attributes | |
| CvPoint2D32f | m_p | 
Classe per calcular si un punt cau dins del blob Class to calculate whether a point is inside a blob
Definition at line 726 of file BlobOperators.h.
| CBlobGetXYInside::CBlobGetXYInside | ( | ) |  [inline] | 
Constructor estàndard Standard constructor
Definition at line 731 of file BlobOperators.h.
| CBlobGetXYInside::CBlobGetXYInside | ( | CvPoint2D32f | p | ) |  [inline] | 
Constructor: indiquem el punt Constructor: sets the point
Definition at line 738 of file BlobOperators.h.
| const char* CBlobGetXYInside::GetNom | ( | ) |  [inline, virtual] | 
| double CBlobGetXYInside::operator() | ( | CBlob & | blob | ) |  [virtual] | 
Implements COperadorBlob.
Definition at line 418 of file BlobOperators.cpp.
| CvPoint2D32f CBlobGetXYInside::m_p  [private] | 
punt que considerem point to be considered
Definition at line 751 of file BlobOperators.h.