VlSiftKeypoint

** ** This structure represent a keypoint as extracted by the SIFT ** filter ::VlSiftFilt.

extern (System)
struct VlSiftKeypoint {
int o;
}

Members

Variables

is_
int is_;

< Integer unnormalized y coordinate.

ix
int ix;

< o coordinate (octave).

iy
int iy;

< Integer unnormalized x coordinate.

s
float s;

< y coordinate.

sigma
float sigma;

< s coordinate.

x
float x;

< Integer s coordinate.

y
float y;

< x coordinate.

Meta