SIFT filter. More...
#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 |
| vl_sift_pix * | gaussFilter |
| double | gaussFilterSigma |
| vl_size | gaussFilterWidth |
| VlSiftKeypoint * | keys |
| int | nkeys |
| int | keys_res |
| double | peak_thresh |
| double | edge_thresh |
| double | norm_thresh |
| double | magnif |
| double | windowSize |
| vl_sift_pix * | grad |
| int | grad_o |
Detailed Description
This filter implements the SIFT detector and descriptor.
Field Documentation
current DoG data.
| double VlSiftFilt::dsigma0 |
delta-smoothing.
| double VlSiftFilt::edge_thresh |
edge threshold.
current Gaussian filter
| double VlSiftFilt::gaussFilterSigma |
current Gaussian filter std
current Gaussian filter width
GSS gradient data.
GSS gradient data octave.
image height.
detected keypoints.
size of the keys buffer.
| double VlSiftFilt::magnif |
magnification factor.
number of detected keypoints.
| double VlSiftFilt::norm_thresh |
norm threshold.
| int VlSiftFilt::O |
number of octaves.
current octave.
minimum octave index.
current GSS data.
current octave height.
current octave width.
| double VlSiftFilt::peak_thresh |
peak threshold.
| int VlSiftFilt::S |
number of levels per octave.
maximum level index.
minimum level index.
| double VlSiftFilt::sigma0 |
smoothing of pyramid base.
| double VlSiftFilt::sigmak |
k-smoothing
| double VlSiftFilt::sigman |
nominal image smoothing.
temporary pixel buffer.
image width.
| double VlSiftFilt::windowSize |
size of Gaussian window (in spatial bins)
The documentation for this struct was generated from the following file: