Package gov.nih.mipav.model.algorithms
Class SIFT3D.Keypoint_store
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.SIFT3D.Keypoint_store
-
- Enclosing class:
- SIFT3D
class SIFT3D.Keypoint_store extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SIFT3D.Keypoint[]
buf
(package private) int
nx
(package private) int
ny
(package private) int
nz
(package private) SIFT3D.Slab
slab
-
Constructor Summary
Constructors Constructor Description Keypoint_store()
-
-
-
Field Detail
-
buf
SIFT3D.Keypoint[] buf
-
slab
SIFT3D.Slab slab
-
nx
int nx
-
ny
int ny
-
nz
int nz
-
-