|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFeatureExtractor.Filter.Wavelets.Wavelet
public abstract class Wavelet
Abstract class implementing the wavelet computation.
| Constructor Summary | |
|---|---|
Wavelet()
|
|
| Method Summary | |
|---|---|
abstract double[] |
compute(double[] values)
Abstract method for applying the wavelet filter to a single array of values (row or column). |
double[][] |
compute(double[][] values,
int level)
Performs the wavelet filter computation. |
abstract java.lang.String |
toString()
Returns a string representation of this wavelet filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Wavelet()
| Method Detail |
|---|
public double[][] compute(double[][] values,
int level)
values - The matrix to be filtered.level - Wavelet level.
public abstract double[] compute(double[] values)
values - The array to be filtered.
public abstract java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||