#include <sift.h>
Data Fields | |
double | sigman |
double | sigma0 |
double | sigmak |
double | dsigma0 |
int | width |
int | height |
int | O |
int | S |
int | o_min |
int | s_min |
int | s_max |
int | o_cur |
vl_sift_pix * | temp |
vl_sift_pix * | octave |
vl_sift_pix * | dog |
int | octave_width |
int | octave_height |
VlSiftKeypoint * | keys |
int | nkeys |
int | keys_res |
double | peak_thresh |
double | edge_thresh |
double | norm_thresh |
vl_sift_pix * | grad |
int | grad_o |
double _VlSiftFilt::sigman |
nominal image smoothing.
double _VlSiftFilt::sigma0 |
smoothing of pyramid base.
double _VlSiftFilt::sigmak |
k-smoothing
double _VlSiftFilt::dsigma0 |
delta-smoothing.
image width.
image height.
int _VlSiftFilt::O |
number of octaves.
int _VlSiftFilt::S |
number of levels per octave.
minimum octave index.
minimum level index.
maximum level index.
current octave.
temporary pixel buffer.
current GSS data.
current DoG data.
current octave width.
current octave height.
detected keypoints.
number of detected keypoints.
size of the keys buffer.
double _VlSiftFilt::peak_thresh |
peak threshold.
double _VlSiftFilt::edge_thresh |
edge threshold.
double _VlSiftFilt::norm_thresh |
norm threshold.
GSS gradient data.
GSS gradient data octave.