Package gov.nih.mipav.model.algorithms
Class SIFT3D.SIFT3DC
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.SIFT3D.SIFT3DC
-
- Enclosing class:
- SIFT3D
class SIFT3D.SIFT3DC extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) double
corner_thresh
(package private) int
dense_rotate
(package private) SIFT3D.Pyramid
dog
(package private) SIFT3D.Pyramid
gpyr
(package private) SIFT3D.GSS_filters
gss
(package private) SIFT3D.Image
im
(package private) SIFT3D.Mesh
mesh
(package private) double
peak_thresh
-
Constructor Summary
Constructors Constructor Description SIFT3DC()
-
-
-
Field Detail
-
mesh
SIFT3D.Mesh mesh
-
gss
SIFT3D.GSS_filters gss
-
gpyr
SIFT3D.Pyramid gpyr
-
dog
SIFT3D.Pyramid dog
-
im
SIFT3D.Image im
-
peak_thresh
double peak_thresh
-
corner_thresh
double corner_thresh
-
dense_rotate
int dense_rotate
-
-