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

Class ExamplePyramidFloat<T extends ImageGray>



  • public class ExamplePyramidFloat<T extends ImageGray>
    extends java.lang.Object
    Demonstrates how to construct and display a PyramidFloat. 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 a PyramidDiscrete.
    • 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 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExamplePyramidFloat

        public ExamplePyramidFloat(java.lang.Class<T> imageType)
    • Method Detail

      • standard

        public void standard()
        Creates a fairly standard 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.