Module imagingbook.common
Class PeronaMalikF.Parameters
java.lang.Object
imagingbook.common.filter.edgepreserving.PeronaMalikF.Parameters
- All Implemented Interfaces:
ParameterBundle<PeronaMalikF>
- Enclosing interface:
- PeronaMalikF
Parameter bundle for Perona-Malik filters (implementations of
PeronaMalikF
).-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble
int
double
-
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
-
iterations
-
alpha
-
kappa
-
conductanceFunType
-
colorMode
-
-
Constructor Details
-
Parameters
public Parameters()
-