Package gov.nih.mipav.model.algorithms
Class Covdet.VlScaleSpaceGeometry
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.Covdet.VlScaleSpaceGeometry
-
- Enclosing class:
- Covdet
class Covdet.VlScaleSpaceGeometry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) double
baseScale
< Index of the last octave subdivision(package private) int
firstOctave
< Image height(package private) int
height
< Image width(package private) int
lastOctave
< Index of the fisrt octave(package private) double
nominalScale
< Base smoothing (smoothing of octave 0, level 0)(package private) int
octaveFirstSubdivision
< Number of octave subdivisions(package private) int
octaveLastSubdivision
< Index of the first octave subdivision(package private) int
octaveResolution
< Index of the last octave(package private) int
width
-
Constructor Summary
Constructors Constructor Description VlScaleSpaceGeometry()
-
-
-
Field Detail
-
width
int width
-
height
int height
< Image width
-
firstOctave
int firstOctave
< Image height
-
lastOctave
int lastOctave
< Index of the fisrt octave
-
octaveResolution
int octaveResolution
< Index of the last octave
-
octaveFirstSubdivision
int octaveFirstSubdivision
< Number of octave subdivisions
-
octaveLastSubdivision
int octaveLastSubdivision
< Index of the first octave subdivision
-
baseScale
double baseScale
< Index of the last octave subdivision
-
nominalScale
double nominalScale
< Base smoothing (smoothing of octave 0, level 0)
-
-