#include <blob.h>
Inheritance diagram for CBlobGetXYInside:
Public Member Functions | |
CBlobGetXYInside () | |
CBlobGetXYInside (CvPoint p) | |
double | operator() (const CBlob &blob) const |
const char * | GetNom () const |
Obté el nom de l'operador. | |
Private Attributes | |
CvPoint | m_p |
Definition at line 768 of file blob.h.
CBlobGetXYInside::CBlobGetXYInside | ( | ) | [inline] |
CBlobGetXYInside::CBlobGetXYInside | ( | CvPoint | p | ) | [inline] |
double CBlobGetXYInside::operator() | ( | const CBlob & | blob | ) | const [virtual] |
Implements COperadorBlob.
Definition at line 976 of file blob.cpp.
References CBlob::Edges(), and m_p.
const char* CBlobGetXYInside::GetNom | ( | ) | const [inline, virtual] |
CvPoint CBlobGetXYInside::m_p [private] |
punt que considerem point to be considered
Definition at line 792 of file blob.h.
Referenced by CBlobGetXYInside(), and operator()().