Module imagingbook.common
Class KuwaharaF.Parameters
java.lang.Object
imagingbook.common.filter.edgepreserving.KuwaharaF.Parameters
- All Implemented Interfaces:
ParameterBundle<KuwaharaF>
- Enclosing interface:
- KuwaharaF
Parameter bundle for Kuwahara filters (implementations of
KuwaharaF
).-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface imagingbook.common.util.ParameterBundle
getValidParameterFields, printToStream, printToString, validate
-
Field Details
-
radius
Radius of the filter (should be even) -
tsigma
Threshold on sigma to avoid banding in flat regions
-
-
Constructor Details
-
Parameters
public Parameters()
-