All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cohy.gradient.PartDiff3d

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

public class PartDiff3d
extends Object
Implements a simple 4-point difference star with adjustable coefficients.


Constructor Index

 o PartDiff3d()

Method Index

 o getDerivative(float, float, float)
 o getDerivativeDx()
 o getDerivativeDy()
 o getDerivativeDz()
 o main(String[])

Constructors

 o PartDiff3d
 public PartDiff3d()

Methods

 o getDerivative
 public static Rsf getDerivative(float dx,
                                 float dy,
                                 float dz)
Parameters:
dx=1 - dy=0 dz=0 yields (Dx input)
dx=0 - dy=1 dz=0 yields (Dy input)
dx=1 - dy=1 dz=1 yields (Dx + Dy + Dz) input
 o getDerivativeDx
 public static Rsf getDerivativeDx()
 o getDerivativeDy
 public static Rsf getDerivativeDy()
 o getDerivativeDz
 public static Rsf getDerivativeDz()
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index