Spectral Signal Processing Suite
v1.0

signal.lib
Class edgeDetect

java.lang.Object
  |
  +--signal.lib.edgeDetect

public final class edgeDetect
extends java.lang.Object

Finds edge locations in functions. Searches the entire interval on which the function is given.

See Also:
"Detection of Edges in Spectral Data II. Nonlinear Enhancement. UCLA CAM Report No. 99-23."

Constructor Summary
edgeDetect()
           
 
Method Summary
static void findEdges(double[] u, double JCRIT, int Q, double[] uE, double[] uNLE, java.util.Vector d, int NE)
          Given a function u, critical threshold JCRIT, and enhancement exponent Q, and a neighborhood parameter NE, the method returns the edge series uE, the nonlinear enhancement uNLE, a Vector d containing the edge locations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

edgeDetect

public edgeDetect()
Method Detail

findEdges

public static void findEdges(double[] u,
                             double JCRIT,
                             int Q,
                             double[] uE,
                             double[] uNLE,
                             java.util.Vector d,
                             int NE)
Given a function u, critical threshold JCRIT, and enhancement exponent Q, and a neighborhood parameter NE, the method returns the edge series uE, the nonlinear enhancement uNLE, a Vector d containing the edge locations.

Spectral Signal Processing Suite
v1.0

copyright 2002 scottsarra.org