Class SiftScaleSpace.Octave
java.lang.Object
boofcv.alg.feature.detect.interest.SiftScaleSpace.Octave
- Enclosing class:
- SiftScaleSpace
Set of images (scales) in a single octave
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Reshapes all the images to match the first (index=0) scale, which has previously been reshaped to the appropriate size.
-
Field Details
-
scales
-
differenceOfGaussian
-
-
Constructor Details
-
Octave
public Octave(int numScales)
-
-
Method Details
-
reshapeToFirst
public void reshapeToFirst()Reshapes all the images to match the first (index=0) scale, which has previously been reshaped to the appropriate size.
-