Ask Your Question
0

Anisotropic Diffusion OpenCV python?

asked 2017-12-23 03:52:07 -0600

Santhosh1 gravatar image

How can I use this new feature added to OpenCV Anisotropic Diffusion

It is said to remove noise without actually removing the main edges in an image.

Any idea of how to use this using python?

edit retag flag offensive close merge delete

Comments

Sorry. wrong link

supra56 gravatar imagesupra56 ( 2017-12-23 08:33:46 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-04-29 10:58:03 -0600

Sav gravatar image

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/tutor...)

(https://github.com/opencv/opencv_contrib) .

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-12-23 03:52:07 -0600

Seen: 3,719 times

Last updated: Dec 23 '17