|
Spectral Signal Processing Suite v1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--signal.lib.edgeDetect
Finds edge locations in functions. Searches the entire interval on which the function is given.
| 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 |
public edgeDetect()
| Method Detail |
public static void findEdges(double[] u,
double JCRIT,
int Q,
double[] uE,
double[] uNLE,
java.util.Vector d,
int NE)
|
Spectral Signal Processing Suite v1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||