Documentation - C API
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_pixtemp
vl_sift_pixoctave
vl_sift_pixdog
int octave_width
int octave_height
vl_sift_pixgaussFilter
double gaussFilterSigma
vl_size gaussFilterWidth
VlSiftKeypointkeys
int nkeys
int keys_res
double peak_thresh
double edge_thresh
double norm_thresh
double magnif
double windowSize
vl_sift_pixgrad
int grad_o

Detailed Description

This filter implements the SIFT detector and descriptor.


Field Documentation

current DoG data.

delta-smoothing.

edge threshold.

current Gaussian filter

current Gaussian filter std

current Gaussian filter width

GSS gradient data.

GSS gradient data octave.

image height.

detected keypoints.

size of the keys buffer.

magnification factor.

number of detected keypoints.

norm threshold.

number of octaves.

current octave.

minimum octave index.

current GSS data.

current octave height.

current octave width.

peak threshold.

number of levels per octave.

maximum level index.

minimum level index.

smoothing of pyramid base.

k-smoothing

nominal image smoothing.

temporary pixel buffer.

image width.

size of Gaussian window (in spatial bins)


The documentation for this struct was generated from the following file: