public class LocalPredictionFilter
extends java.lang.Object
Warning: not yet completed or optimized for performance.
Constructor and Description |
---|
LocalPredictionFilter(double sigma)
Construct a prediction filter with specified Gaussian window half-width.
|
Modifier and Type | Method and Description |
---|---|
float[][][] |
apply(int[] lag1,
int[] lag2,
float[][] f,
float[][] g) |
void |
applyPef(int[] lag1,
int[] lag2,
float[][] f,
float[][] g) |