Module imagingbook.common
Class BilateralF.Parameters
java.lang.Object
imagingbook.common.filter.edgepreserving.BilateralF.Parameters
- All Implemented Interfaces:
ParameterBundle<BilateralF>
- Enclosing interface:
- BilateralF
Parameter bundle for bilateral filters (implementations of
BilateralF
).-
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
-
sigmaD
-
sigmaR
-
colorNormType
-
-
Constructor Details
-
Parameters
public Parameters()
-