Documentation of 'boofcv.examples.imageprocessing.ExamplePyramidDiscrete' Java class
ExamplePyramidDiscrete
boofcv.examples.imageprocessing

Class ExamplePyramidDiscrete<T extends ImageGray>



  • public class ExamplePyramidDiscrete<T extends ImageGray>
    extends java.lang.Object
    Demonstrates how to construct and display a PyramidDiscrete. 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 void main(java.lang.String[] args) 
      void process(java.awt.image.BufferedImage image)
      Updates and displays the pyramid.
      void standard()
      Creates a fairly standard pyramid and updater.
      void unusual()
      Creates a more unusual pyramid and updater.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

You see the box below because you did not login.