Public Attributes
_VlSiftKeypoint Struct Reference

SIFT filter keypoint. More...

#include <sift.h>

List of all members.

Public Attributes

int is
int ix
int iy
int o
float s
float sigma
float x
float y

Detailed Description

SIFT filter keypoint.

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

Definition at line 30 of file sift.h.


Member Data Documentation

Integer s coordinate.

Definition at line 36 of file sift.h.

Integer unnormalized x coordinate.

Definition at line 34 of file sift.h.

Integer unnormalized y coordinate.

Definition at line 35 of file sift.h.

o coordinate (octave).

Definition at line 32 of file sift.h.

s coordinate.

Definition at line 40 of file sift.h.

scale.

Definition at line 41 of file sift.h.

x coordinate.

Definition at line 38 of file sift.h.

y coordinate.

Definition at line 39 of file sift.h.


The documentation for this struct was generated from the following file:


libvlfeat
Author(s): Andrea Vedaldi
autogenerated on Thu Jun 6 2019 20:25:52