All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cohy.laplace.FilterAndNorm

java.lang.Object
   |
   +----cohy.laplace.FilterAndNorm

public class FilterAndNorm
extends Object

Constructor Index

 o FilterAndNorm()

Method Index

 o main(String[])
FilterAndNorm filter=rsfFile norm=n > out.H

Constructors

 o FilterAndNorm
 public FilterAndNorm()

Methods

 o 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