boofcv.examples.imageprocessing
Class ExamplePyramidFloat<T extends ImageGray>
- java.lang.Object
-
- boofcv.examples.imageprocessing.ExamplePyramidFloat<T>
-
public class ExamplePyramidFloat<T extends ImageGray> extends java.lang.ObjectDemonstrates how to construct and display aPyramidFloat. Float pyramids require only require that each layer's scale be larger than the scale of the previous layer. Interpolation is used to allow sub-sampling at arbitrary scales. All of this additional flexibility comes at the cost of speed when compared to aPyramidDiscrete.
-
-
Constructor Summary
Constructors Constructor and Description ExamplePyramidFloat(java.lang.Class<T> imageType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)voidprocess(java.awt.image.BufferedImage image)Updates and displays the pyramid.voidstandard()Creates a fairly standard pyramid and updater.
-
-
-
Constructor Detail
-
ExamplePyramidFloat
public ExamplePyramidFloat(java.lang.Class<T> imageType)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG