|
Jafar
|
Represent an interest point in an image. More...
Represent an interest point in an image.
Definition at line 23 of file export.hpp.
#include <export.hpp>

Public Types | |
| typedef std::vector< HarrisPoint > | Vec |
| a vector of harris points | |
Public Member Functions | |
| virtual void | clear () |
Public Attributes | |
| unsigned int | id |
| id of the point, id=NO_ID means it has no id | |
| float | u |
| coordinate of the pixel | |
| float | v |
| coordinate of the pixel | |
| float | lambdaHigh |
| high harris eigen value | |
| float | lambdaLow |
| low harris eigen value | |
Static Public Attributes | |
| static const unsigned int | NO_ID |
| Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1 |
|