|
Jafar
|
This class represents an interest point. More...
This class represents an interest point.
Definition at line 71 of file InterestFeature.hpp.
#include <InterestFeature.hpp>

Public Types | |
| typedef DESCRIPTOR | DescriptorType |
Public Member Functions | |
| InterestFeature (double u, double v) | |
| Create a new Interest Point. | |
| InterestFeature (double u, double v, float size, float angle) | |
| Create a new Interest Point. | |
| void | setDescriptor (const DescriptorType &descriptor) |
| const DescriptorType & | descriptor () const |
| DescriptorType & | descriptor () |
| void | setSize (float size) |
| set size | |
| void | setAngle (float angle) |
| set angle | |
| float const * | size () const |
| float const * | angle () const |
Public Attributes | |
| unsigned int | parent_id |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int) |
Private Attributes | |
| boost::optional< float > | m_size |
| boost::optional< float > | m_angle |
| DescriptorType | m_descriptor |
Friends | |
| class | boost::serialization::access |
| !! nizar 20100912 : serialization stuff | |
| jafar::fdetect_v2::InterestFeature< DESCRIPTOR >::InterestFeature | ( | double | u, |
| double | v | ||
| ) | [inline] |
Create a new Interest Point.
| u | column number |
| v | lign number |
Definition at line 81 of file InterestFeature.hpp.
| jafar::fdetect_v2::InterestFeature< DESCRIPTOR >::InterestFeature | ( | double | u, |
| double | v, | ||
| float | size, | ||
| float | angle | ||
| ) | [inline] |
Create a new Interest Point.
| u | column number |
| v | lign number |
| size | point size |
| angle | point orientation |
Definition at line 89 of file InterestFeature.hpp.
| float const* jafar::fdetect_v2::InterestFeature< DESCRIPTOR >::angle | ( | ) | const [inline] |
Definition at line 115 of file InterestFeature.hpp.
| float const* jafar::fdetect_v2::InterestFeature< DESCRIPTOR >::size | ( | ) | const [inline] |
Definition at line 113 of file InterestFeature.hpp.
| Generated on Wed Oct 15 2014 00:37:36 for Jafar by doxygen 1.7.6.1 |
|