public static class PeronaMalikFilter.Parameters extends Object
Modifier and Type | Field and Description |
---|---|
float |
alpha
Update rate (alpha)
|
PeronaMalikFilter.ColorMode |
colorMode
Specify the color mode
|
int |
iterations
Number of iterations to perform
|
float |
kappa
Smoothness parameter (kappa)
|
boolean |
smoothRegions
Specify the type of conductivity function c()
|
boolean |
useLinearRgb
Set true to apply the filter in linear RGB (assumes sRGB input)
|
Constructor and Description |
---|
Parameters() |
public int iterations
public float alpha
public float kappa
public boolean smoothRegions
public PeronaMalikFilter.ColorMode colorMode
public boolean useLinearRgb
public Parameters()
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)