Class DiscretePyramidPanel<T extends ImageGray<T>>

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class DiscretePyramidPanel<T extends ImageGray<T>> extends JPanel
Displays the entire image pyramid in a single panel. With discrete pyramids it is possible to show the whole pyramid inside a single window of a reasonable size.
See Also:
  • Constructor Details

    • DiscretePyramidPanel

      public DiscretePyramidPanel()
    • DiscretePyramidPanel

      public DiscretePyramidPanel(PyramidDiscrete<T> pyramid)
  • Method Details