Jafar
|
This class represents an interest point. More...
This class represents an interest point.
Definition at line 24 of file InterestFeature.hpp.
#include <InterestFeature.hpp>
Public Member Functions | |
InterestFeature () | |
Create a new Interest Point. | |
InterestFeature (double u, double v) | |
InterestFeature (InterestFeature const &m) | |
InterestFeature & | operator= (InterestFeature const &m) |
void | setDescriptor (Descriptor *descriptor) |
Descriptor * | descriptor () const |
Public Attributes | |
unsigned int | parent_id |
Private Member Functions | |
void | copy (const InterestFeature &m) |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
Private Attributes | |
Descriptor * | m_descriptor |
Friends | |
class | boost::serialization::access |
!! nizar 20100912 : serialization stuff |
jafar::fdetect::InterestFeature::InterestFeature | ( | ) | [inline] |
Create a new Interest Point.
u | column number |
v | lign number |
Definition at line 32 of file InterestFeature.hpp.
Generated on Wed Oct 15 2014 00:37:35 for Jafar by doxygen 1.7.6.1 |