Class BilateralFilterScalarSeparable

All Implemented Interfaces:
BilateralF, ProgressReporter

Scalar and separable version of the Bilateral filter as proposed in [1]. On color images, this filter is applied separately to each color component. The filter uses Gaussian domain and range kernels and can be applied to all image types. See Sec. 17.2 of [2] for additional details.

[1] C. Tomasi and R. Manduchi, "Bilateral Filtering for Gray and Color Images", Proceedings of the 1998 IEEE International Conference on Computer Vision, Bombay, India.
[2] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2021/01/01