Anisotropic diffusion
Hello great openCV-community,
I'd like to find out if it is possible to perform an anisotropic diffusion operation on an image through openCV? I found out that the KAZE and AKAZE feature detectors use the anisotropic diffusion. But I think the functions behind are private and inaccessible. Is there a filter predefined for this filteringoperation or do I have to write my own filter? (or make usage of the filter which "occurs" for this purposes in this forum ? isotropic non-linear diffusion...
Thank you very much in advance, Best Regards
If you want to use KAZE code you have to do something like this
you mean I should copy and paste the code?
Yes an example here for LMSolver. If you want you can try this code
Thank you LBerger for the fast and helpful answer! I'll try it
There is a function to do this now, in opencv_contrib. Here is the documentation: https://docs.opencv.org/3.4/df/d2d/gr...