_VlSiftKeypoint Struct Reference
#include <sift.h>
Detailed Description
This structure represent a keypoint as extracted by the SIFT filter VLSiftFilt.Definition at line 27 of file sift.h.
Data Fields | |
int | o |
int | ix |
int | iy |
int | is |
float | x |
float | y |
float | s |
float | sigma |
Field Documentation
o coordinate (octave).
Definition at line 29 of file sift.h.
Referenced by vl_sift_calc_keypoint_descriptor(), and vl_sift_calc_keypoint_orientations().
float _VlSiftKeypoint::x |
float _VlSiftKeypoint::y |
float _VlSiftKeypoint::s |
float _VlSiftKeypoint::sigma |
The documentation for this struct was generated from the following file: