I am trying to implement Rolling Guidance Filter, but for that I need a filter which takes two images as base unit to perform filter.
We have Joint Bilateral Filter but that is not provided by OpenCV Java. So is there any filter which I can use?
1 | initial version |
I am trying to implement Rolling Guidance Filter, but for that I need a filter which takes two images as base unit to perform filter.
We have Joint Bilateral Filter but that is not provided by OpenCV Java. So is there any filter which I can use?