Module imagingbook.common
Package imagingbook.common.filter.examples
package imagingbook.common.filter.examples
-
ClassesClassDescriptionExample filter based on
GenericFilterScalar
performing linear convolution with a custom 3x3 filter kernel.Example filter based onGenericFilterVector
performing linear convolution with a custom 3x3 filter kernel.This class defines a custom filter implementingGenericFilterVector
that reports its progress, which is queried by aProgressMonitor
in theFilterProgressExample.main(String[])
method.