Open GolamRashed opened 6 years ago
Hi Rashed,
thank you for the suggestion. I will take a look on this. Just two corrections
Ralf.
Hi Ralf,
Yes, need to set averaging window pixels in Bilateral Filter, but not coefficient like in halfQuadraticFilter. Median and Spline filter is over-smoothing (loss of sharp detail), the aforementioned halfQuadraticFilter is quite new to most users whereas Bilateral filter is as well known as Median yet better.
Bilateral Filter is widely used in image processing, yet it is a simple non-linear, edge-preserving, and noise-reducing smoothing filter. Unlike halfQuadraticFilter, it does not require any coefficient value to input (need to set averaging window pixels).
It would be better to have this filter in MTEX. Below are two MATLAB implementations of Bilateral Filter for reference -