java.lang.Object
imagingbook.common.sift.scalespace.ScaleOctave<ScaleLevel>
imagingbook.common.sift.scalespace.GaussianOctave
- All Implemented Interfaces:
PrintsToStream
Represents a single "octave" in a hierarchical Gaussian scale space. See Secs. 25.1.2 and 25.1.4 of [1] for more details. This class defines no public constructor.
[1] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).
- Version:
- 2022/11/20
-
Method Summary
Methods inherited from class imagingbook.common.sift.scalespace.ScaleOctave
getAbsoluteScale, getAbsoluteScale, getHeight, getImageStack, getLevel, getNeighborhood, getOctaveIndex, getWidth, isInside, printToStream
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface imagingbook.common.util.PrintsToStream
printToString