_VlSiftFilt Struct Reference
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.
Definition at line 49 of file sift.h.
Field Documentation
| double _VlSiftFilt::dsigma0 |
| double _VlSiftFilt::edge_thresh |
GSS gradient data.
Definition at line 85 of file sift.h.
Referenced by update_gradient(), vl_sift_calc_keypoint_descriptor(), and vl_sift_delete().
image height.
Definition at line 57 of file sift.h.
Referenced by vl_sift_process_first_octave(), and vl_sift_process_next_octave().
detected keypoints.
Definition at line 75 of file sift.h.
Referenced by vl_sift_delete(), and vl_sift_detect().
| double _VlSiftFilt::magnif |
number of detected keypoints.
Definition at line 76 of file sift.h.
Referenced by vl_sift_detect(), and vl_sift_process_first_octave().
| double _VlSiftFilt::norm_thresh |
| int _VlSiftFilt::O |
number of octaves.
Definition at line 58 of file sift.h.
Referenced by vl_sift_keypoint_init(), and vl_sift_process_first_octave().
current octave.
Definition at line 63 of file sift.h.
Referenced by update_gradient(), vl_sift_calc_keypoint_descriptor(), vl_sift_calc_keypoint_orientations(), vl_sift_detect(), vl_sift_process_first_octave(), and vl_sift_process_next_octave().
current GSS data.
Definition at line 66 of file sift.h.
Referenced by vl_sift_delete(), and vl_sift_get_octave().
| double _VlSiftFilt::peak_thresh |
| int _VlSiftFilt::S |
number of levels per octave.
Definition at line 59 of file sift.h.
Referenced by vl_sift_detect(), and vl_sift_keypoint_init().
maximum level index.
Definition at line 62 of file sift.h.
Referenced by update_gradient(), vl_sift_calc_keypoint_descriptor(), vl_sift_calc_keypoint_orientations(), vl_sift_keypoint_init(), and vl_sift_new().
minimum level index.
Definition at line 61 of file sift.h.
Referenced by update_gradient(), vl_sift_calc_keypoint_descriptor(), vl_sift_calc_keypoint_orientations(), vl_sift_get_octave(), vl_sift_keypoint_init(), and vl_sift_new().
| double _VlSiftFilt::sigma0 |
smoothing of pyramid base.
Definition at line 52 of file sift.h.
Referenced by vl_sift_detect(), vl_sift_keypoint_init(), and vl_sift_new().
| double _VlSiftFilt::sigmak |
| double _VlSiftFilt::sigman |
image width.
Definition at line 56 of file sift.h.
Referenced by vl_sift_process_first_octave(), and vl_sift_process_next_octave().
| double _VlSiftFilt::windowSize |
size of Gaussian window (in spatial bins)
Definition at line 83 of file sift.h.
Referenced by vl_sift_calc_keypoint_descriptor(), and vl_sift_calc_raw_descriptor().
The documentation for this struct was generated from the following file: