public static class SiftDetector.Parameters extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
DEBUG
Set true to output debug information
|
int |
n_Angl
Number of angular descriptor bins
|
int |
n_Orient
Number of orientation bins in the feature descriptor (angular resolution)
|
int |
n_Refine
Max.
|
int |
n_Smooth
Number of smoothing steps applied to the orientation histogram
|
int |
n_Spat
Number of spatial descriptor bins along each x/y axis
|
SiftDetector.NeighborhoodType |
nhType
Type of neigborhood used for peak detection in 3D scale space
|
int |
P
Number of octaves in Gaussian/DoG scale space
|
int |
Q
Scale steps (levels) per octave
|
double |
rho_Max
Max.
|
double |
s_Desc
Spatial size factor of descriptor (relative to feature scale)
|
double |
s_Fscale
Scale factor for converting normalized features to byte values in [0,255]
|
double |
sigma_0
Base scale of level 0 (base smoothing)
|
double |
sigma_s
Sampling scale (nominal smoothing level of the input image)
|
boolean |
sortKeyPoints
Set true to sort detected keypoints by response magnitude
|
double |
t_DomOr
Min.
|
double |
t_Extrm
Min.
|
double |
t_Fclip
Max.
|
double |
t_Mag
Min.
|
double |
t_Peak
Min.
|
Constructor and Description |
---|
Parameters() |
public boolean DEBUG
public SiftDetector.NeighborhoodType nhType
public double sigma_s
public double sigma_0
public int P
public int Q
public double t_Mag
public double t_Peak
public double t_Extrm
public int n_Refine
public double rho_Max
public int n_Orient
public int n_Smooth
public double t_DomOr
public double s_Desc
public int n_Spat
public int n_Angl
public double t_Fclip
public double s_Fscale
public boolean sortKeyPoints
public Parameters()
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)