Skip to content

Draft: Bilateral filtering

Adrian Knagg-Baugh requested to merge bilat into master

This MR implements a feature request from pixls.us for bilateral filtering. The bilateral and guided filter parts of the MR is very simple because the hard work is done by OpenCV and the GUI is almost a copy/paste of the asinh dialog. It supports all the parameters accepted by the OpenCV bilateralFilter() function. There is also an associated command bilateral.

TODO

  • consistent handling of sigma parameters between 16-bit and 32-bit images and between the GUI tool and the command.
Edited by Adrian Knagg-Baugh

Merge request reports