All Packages Class Hierarchy This Package Previous Next Index
Class cohy.laplace.FilterAndNorm
java.lang.Object
|
+----cohy.laplace.FilterAndNorm
- public class FilterAndNorm
- extends Object
-
FilterAndNorm()
-
-
main(String[])
- FilterAndNorm filter=rsfFile norm=n > out.H
FilterAndNorm
public FilterAndNorm()
main
public static void main(String args[])
- FilterAndNorm filter=rsfFile norm=n > out.H
- Parameters:
- filter - specifies the filter to be used.
- norm=y - divides each output pixel of the convolution
by the sum of the absolute values
of all input pixels that
contributed to that output pixel.
All Packages Class Hierarchy This Package Previous Next Index