public static class TschumperleDericheFilter.Parameters extends Object
Modifier and Type | Field and Description |
---|---|
float |
a1
Diff.
|
float |
a2
Diff.
|
double |
dt
Adapting time step
|
int |
iterations
Number of smoothing iterations
|
double |
sigmaG
Gradient smoothing (sigma of Gaussian)
|
double |
sigmaS
Structure tensor smoothing (sigma of Gaussian)
|
boolean |
useLinearRgb
Set true to apply the filter in linear RGB (assumes sRGB input)
|
Constructor and Description |
---|
Parameters() |
public int iterations
public double dt
public double sigmaG
public double sigmaS
public float a1
public float a2
public boolean useLinearRgb
public Parameters()
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)