All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gui.ConvolutionFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----gui.ClosableFrame
                                           |
                                           +----gui.ShortCutFrame
                                                   |
                                                   +----gui.ImageFrame
                                                           |
                                                           +----gui.FilterFrame
                                                                   |
                                                                   +----gui.GrabFrame
                                                                           |
                                                                           +----gui.NegateFrame
                                                                                   |
                                                                                   +----gui.SaveFrame
                                                                                           |
                                                                                           +----gui.OpenFrame
                                                                                                   |
                                                                                                   +----gui.ConvolutionFrame

public class ConvolutionFrame
extends gui.OpenFrame

Method Index

 o convolve(float[][])
 o convolve(short[][], float[][])
 o convolveBrute(short[][], float[][])
 o convolveNoEdge(short[][], float[][])
 o cx(int)
 o cy(int)
 o rand(int, int)
 o randImage()
 o randImage(int, int)
 o showConvolutionKernal()

Methods

 o showConvolutionKernal
 public void showConvolutionKernal()
See Also:
SpatialFilterFrame
 o cx
 public int cx(int x)
 o cy
 public int cy(int y)
 o convolveBrute
 public short[][] convolveBrute(short f[][],
                                float k[][])
 o convolve
 public short[][] convolve(short f[][],
                           float k[][])
 o convolveNoEdge
 public short[][] convolveNoEdge(short f[][],
                                 float k[][])
 o rand
 public static int rand(int min,
                        int max)
 o randImage
 public void randImage()
 o randImage
 public void randImage(int min,
                       int max)
 o convolve
 public void convolve(float k[][])

All Packages  Class Hierarchy  This Package  Previous  Next  Index