1 | initial version |
When I submitted the pull request for this issue, the opencv devs told me that the code would be added to the opencv [contrib] package. This is used for new features that have not yet been fully supported. So you wont yet be able to use the anisotropic diffusion function like most other opencv functions. You will need to compile the contrib package yourself.
It might be worth checking out [how to compile opencv]
Personally I have found this easier on ubuntu linux
(https://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html)
(https://github.com/opencv/opencv_contrib) .