VlSiftFilt

** ** This filter implements the SIFT detector and descriptor.

Members

Variables

O
int O;

< image height.

S
int S;

< number of octaves.

dog
vl_sift_pix* dog;

< current GSS data.

dsigma0
double dsigma0;

< k-smoothing

edge_thresh
double edge_thresh;

< peak threshold.

gaussFilter
vl_sift_pix* gaussFilter;

< current octave height.

gaussFilterSigma
double gaussFilterSigma;

< current Gaussian filter

gaussFilterWidth
vl_size gaussFilterWidth;

< current Gaussian filter std

grad
vl_sift_pix* grad;

< size of Gaussian window (in spatial bins)

grad_o
int grad_o;

< GSS gradient data.

height
int height;

< image width.

keys
VlSiftKeypoint* keys;

< current Gaussian filter width

keys_res
int keys_res;

< number of detected keypoints.

magnif
double magnif;

< norm threshold.

nkeys
int nkeys;

< detected keypoints.

norm_thresh
double norm_thresh;

< edge threshold.

o_cur
int o_cur;

< maximum level index.

o_min
int o_min;

< number of levels per octave.

octave
vl_sift_pix* octave;

< temporary pixel buffer.

octave_height
int octave_height;

< current octave width.

octave_width
int octave_width;

< current DoG data.

peak_thresh
double peak_thresh;

< size of the keys buffer.

s_max
int s_max;

< minimum level index.

s_min
int s_min;

< minimum octave index.

sigma0
double sigma0;

< nominal image smoothing.

sigmak
double sigmak;

< smoothing of pyramid base.

temp
vl_sift_pix* temp;

< current octave.

width
int width;

< delta-smoothing.

windowSize
double windowSize;

< magnification factor.

Meta