Public Member Functions | |
ComplexObject (char *name, char *vodbName) | |
Constructor. | |
ComplexObject (char *objFile) | |
virtual | ~ComplexObject () |
Destructor. | |
int | matchKeypoints (bool showAll, Image< PixRGB< byte > > inputImg, VisualObjectMatchAlgo voma, std::vector< rutz::shared_ptr< VisualObjectMatch > > &matches, Image< PixRGB< byte > > &kpImg, Image< PixRGB< byte > > &fusedImg) |
int | matchKeypoints (bool showAll, rutz::shared_ptr< VisualObject > vo, VisualObjectMatchAlgo voma, std::vector< rutz::shared_ptr< VisualObjectMatch > > &matches, Image< PixRGB< byte > > &kpImg, Image< PixRGB< byte > > &fusedImg) |
Public Attributes | |
std::string | itsName |
Definition at line 52 of file ComplexObject.H.
ComplexObject::ComplexObject | ( | char * | name, | |
char * | vodbName | |||
) |
Constructor.
Definition at line 47 of file ComplexObject.C.
References VisualObjectDB::loadFrom(), and MYLOGVERB.
ComplexObject::~ComplexObject | ( | ) | [virtual] |
Destructor.
Definition at line 110 of file ComplexObject.C.