Public Attributes
_VlSiftFilt Struct Reference

SIFT filter. More...

#include <sift.h>

List of all members.

Public Attributes

vl_sift_pixdog
double dsigma0
double edge_thresh
vl_sift_pixgaussFilter
double gaussFilterSigma
vl_size gaussFilterWidth
vl_sift_pixgrad
int grad_o
int height
VlSiftKeypointkeys
int keys_res
double magnif
int nkeys
double norm_thresh
int O
int o_cur
int o_min
vl_sift_pixoctave
int octave_height
int octave_width
double peak_thresh
int S
int s_max
int s_min
double sigma0
double sigmak
double sigman
vl_sift_pixtemp
int width
double windowSize

Detailed Description

SIFT filter.

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

Definition at line 50 of file sift.h.


Member Data Documentation

current DoG data.

Definition at line 68 of file sift.h.

delta-smoothing.

Definition at line 55 of file sift.h.

edge threshold.

Definition at line 81 of file sift.h.

current Gaussian filter

Definition at line 72 of file sift.h.

current Gaussian filter std

Definition at line 73 of file sift.h.

current Gaussian filter width

Definition at line 74 of file sift.h.

GSS gradient data.

Definition at line 86 of file sift.h.

GSS gradient data octave.

Definition at line 87 of file sift.h.

image height.

Definition at line 58 of file sift.h.

detected keypoints.

Definition at line 76 of file sift.h.

size of the keys buffer.

Definition at line 78 of file sift.h.

magnification factor.

Definition at line 83 of file sift.h.

number of detected keypoints.

Definition at line 77 of file sift.h.

norm threshold.

Definition at line 82 of file sift.h.

number of octaves.

Definition at line 59 of file sift.h.

current octave.

Definition at line 64 of file sift.h.

minimum octave index.

Definition at line 61 of file sift.h.

current GSS data.

Definition at line 67 of file sift.h.

current octave height.

Definition at line 70 of file sift.h.

current octave width.

Definition at line 69 of file sift.h.

peak threshold.

Definition at line 80 of file sift.h.

number of levels per octave.

Definition at line 60 of file sift.h.

maximum level index.

Definition at line 63 of file sift.h.

minimum level index.

Definition at line 62 of file sift.h.

smoothing of pyramid base.

Definition at line 53 of file sift.h.

k-smoothing

Definition at line 54 of file sift.h.

nominal image smoothing.

Definition at line 52 of file sift.h.

temporary pixel buffer.

Definition at line 66 of file sift.h.

image width.

Definition at line 57 of file sift.h.

size of Gaussian window (in spatial bins)

Definition at line 84 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