VlSiftKeypoint Struct Reference
SIFT filter keypoint. More...
#include <sift.h>
Data Fields | |
| int | o |
| int | ix |
| int | iy |
| int | is |
| float | x |
| float | y |
| float | s |
| float | sigma |
Detailed Description
This structure represent a keypoint as extracted by the SIFT filter VlSiftFilt.
Field Documentation
Integer s coordinate.
Integer unnormalized x coordinate.
Integer unnormalized y coordinate.
o coordinate (octave).
| float VlSiftKeypoint::s |
s coordinate.
| float VlSiftKeypoint::sigma |
scale.
| float VlSiftKeypoint::x |
x coordinate.
| float VlSiftKeypoint::y |
y coordinate.
The documentation for this struct was generated from the following file: