|
Jafar
|
Definition at line 133 of file InterestFeature.hpp.

Public Types | |
| typedef T | DataType |
Public Member Functions | |
| InterestFeatureWithData (double u, double v) | |
| Create a new Interest Feature. | |
| InterestFeatureWithData (double u, double v, float size, float angle) | |
| Create a new Interest Point. | |
| void | setData (const T &data) |
| data setter | |
| T | getData () |
| data getter | |
Private Attributes | |
| T | m_data |
| jafar::fdetect_v2::InterestFeatureWithData< DESCRIPTOR, T >::InterestFeatureWithData | ( | double | u, |
| double | v | ||
| ) | [inline] |
Create a new Interest Feature.
| u | column number |
| v | lign number |
Definition at line 145 of file InterestFeature.hpp.
| jafar::fdetect_v2::InterestFeatureWithData< DESCRIPTOR, T >::InterestFeatureWithData | ( | 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 154 of file InterestFeature.hpp.
| Generated on Wed Oct 15 2014 00:37:36 for Jafar by doxygen 1.7.6.1 |
|