All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cohy.gradient.Gradient

java.lang.Object
   |
   +----cohy.gradient.Gradient

public class Gradient
extends Object

Constructor Index

 o Gradient()

Method Index

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

Constructors

 o Gradient
 public Gradient()

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