boofcv.examples.imageprocessing
Class ExamplePyramidDiscrete<T extends ImageGray>
- java.lang.Object
-
- boofcv.examples.imageprocessing.ExamplePyramidDiscrete<T>
-
public class ExamplePyramidDiscrete<T extends ImageGray> extends java.lang.ObjectDemonstrates how to construct and display aPyramidDiscrete. Discrete pyramids require that each level has a relative scale with an integer ratio and is updated by sparsely sub-sampling. These restrictions allows a very quick update across scale space.
-
-
Constructor Summary
Constructors Constructor and Description ExamplePyramidDiscrete(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.voidunusual()Creates a more unusual pyramid and updater.
-
-
-
Constructor Detail
-
ExamplePyramidDiscrete
public ExamplePyramidDiscrete(java.lang.Class<T> imageType)
-
-
Method Detail
-
standard
public void standard()
Creates a fairly standard pyramid and updater.
-
unusual
public void unusual()
Creates a more unusual pyramid and updater.
-
process
public void process(java.awt.image.BufferedImage image)
Updates and displays the pyramid.
-
main
public static void main(java.lang.String[] args)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG