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
-
convolve(float[][])
-
-
convolve(short[][], float[][])
-
-
convolveBrute(short[][], float[][])
-
-
convolveNoEdge(short[][], float[][])
-
-
cx(int)
-
-
cy(int)
-
-
rand(int, int)
-
-
randImage()
-
-
randImage(int, int)
-
-
showConvolutionKernal()
-
showConvolutionKernal
public void showConvolutionKernal()
- See Also:
- SpatialFilterFrame
cx
public int cx(int x)
cy
public int cy(int y)
convolveBrute
public short[][] convolveBrute(short f[][],
float k[][])
convolve
public short[][] convolve(short f[][],
float k[][])
convolveNoEdge
public short[][] convolveNoEdge(short f[][],
float k[][])
rand
public static int rand(int min,
int max)
randImage
public void randImage()
randImage
public void randImage(int min,
int max)
convolve
public void convolve(float k[][])
All Packages Class Hierarchy This Package Previous Next Index