BIJ API

volume
Class Sobel

java.lang.Object
  |
  +--volume.Kernel
        |
        +--volume.Kernel2D
              |
              +--volume.Sobel

public class Sobel
extends Kernel2D

This class implements a 2D separated Sobel differentiation kernel. Gonzales & Woods, Digital Image Processing (c) 1999-2002 Michael Abramoff. All rights reserved.


Fields inherited from class volume.Kernel2D
k
 
Fields inherited from class volume.Kernel
halfwidth
 
Constructor Summary
Sobel()
          Initialize Sobel 2D kernel.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class volume.Kernel2D
kernelToString
 
Methods inherited from class volume.Kernel
support
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sobel

public Sobel()
Initialize Sobel 2D kernel.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Kernel

BIJ API

Submit a bug or feature

Copyright (c) 1997-2003 Michael Abramoff
Licensing available. All Rights Reserved.