Module imagingbook_plugins_demos
Package GenericFilterDemos
package GenericFilterDemos
-
ClassesClassDescriptionThis ImageJ plugin shows how to construct a 3x3 custom generic filter based on class
GenericFilterScalar
.This ImageJ plugin shows how to construct a 3x3 custom generic vector filter based on classGenericFilterVector
.This ImageJ plugin shows how to construct a generic linear filter using the classesLinearFilter
andKernel2D
.This ImageJ plugin shows how to construct a generic linear filter based on classesLinearFilter
andKernel2D
.This ImageJ plugin shows how to construct a generic linear filter using the classesLinearFilter
andKernel2D
.This ImageJ plugin shows how to construct a separable linear filter using the classesLinearFilterSeparable
andGenericFilter
.