Package gov.nih.mipav.model.algorithms
Class SIFT3D.Pyramid
java.lang.Object
gov.nih.mipav.model.algorithms.SIFT3D.Pyramid
- Enclosing class:
SIFT3D
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) int(package private) SIFT3D.Image[](package private) int(package private) int(package private) int(package private) double(package private) double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
levels
SIFT3D.Image[] levels -
sigma_n
double sigma_n -
sigma0
double sigma0 -
num_kp_levels
int num_kp_levels -
first_octave
int first_octave -
num_octaves
int num_octaves -
first_level
int first_level -
num_levels
int num_levels
-
-
Constructor Details
-
Pyramid
public Pyramid()
-