com.pearsoneduc.ip.op
Class VerticalPrewittKernel

java.lang.Object
  |
  +--java.awt.image.Kernel
        |
        +--com.pearsoneduc.ip.op.StandardKernel
              |
              +--com.pearsoneduc.ip.op.VerticalPrewittKernel

public class VerticalPrewittKernel
extends StandardKernel

A Kernel to compute gradient in the y direction.

Version:
1.1 [1999/07/29]
Author:
Nick Efford

Constructor Summary
VerticalPrewittKernel()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Creates a VerticalPrewittKernel and prints it on standard output.
 
Methods inherited from class com.pearsoneduc.ip.op.StandardKernel
createKernel, createKernel, getFractionDigits, setFractionDigits, toString, write
 
Methods inherited from class java.awt.image.Kernel
clone, getHeight, getKernelData, getWidth, getXOrigin, getYOrigin
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VerticalPrewittKernel

public VerticalPrewittKernel()
Method Detail

main

public static void main(java.lang.String[] argv)
Creates a VerticalPrewittKernel and prints it on standard output.