public static class BilateralFilter.Parameters extends Object
Modifier and Type | Field and Description |
---|---|
VectorNorm.NormType |
colorNormType
Specify which distance norm to use
|
double |
sigmaD
Sigma (width) of domain filter
|
double |
sigmaR
Sigma (width) of range filter
|
Constructor and Description |
---|
Parameters() |
public double sigmaD
public double sigmaR
public VectorNorm.NormType colorNormType
public Parameters()
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)