Package | Description |
---|---|
imagingbook.lib.filters | |
imagingbook.pub.color.filters | |
imagingbook.pub.edgepreservingfilters |
Modifier and Type | Class and Description |
---|---|
class |
GaussianFilter |
class |
LinearFilter
Generic linear convolution filter implemented
by extending the GenericFilter class.
|
Modifier and Type | Class and Description |
---|---|
class |
ScalarMedianFilter
Ordinary (scalar) median filter for color images implemented
by extending the
GenericFilter class. |
class |
VectorMedianFilter
Basic vector median filter for color images implemented
by extending the
GenericFilter class. |
class |
VectorMedianFilterSharpen
Sharpening vector median filter for color images implemented
by extending the
GenericFilter class. |
Modifier and Type | Class and Description |
---|---|
class |
BilateralFilter
This class implements a bilateral filter as proposed in
C.
|
class |
BilateralFilterSeparable
XY-Separated version of bilateral filter using Gaussian domain and
range kernels.
|
class |
KuwaharaFilter
This class implements a Kuwahara-type filter, similar to the filter suggested in
Tomita and Tsuji (1977).
|
class |
NagaoMatsuyamaFilter
This class implements a 5x5 Nagao-Matsuyama filter, as described in
NagaoMatsuyama (1979).
|
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)