I am currently reading Joachim Weickert:Anisotropic Diffusion in Image Processing . There said Perona--Malik filter isn't anisotropic as it didn't use structure tensor. I can implement Perona--Malik but I am having trouble to implementing this edge enhancing diffusion filter. Can anyone help me with implementation or give me the explanation how the tensor is working there?
Asked
Active
Viewed 834 times
3
-
Here is an implementation in C++ of Weickert's Coherence Enhancing Diffusion: https://github.com/DIPlib/diplib/blob/1918cbcb89feac292689d02ecc2ab99326771851/src/nonlinear/anisotropic_diffusion.cpp#L236 – Cris Luengo Feb 07 '20 at 15:53
-
Thanks..Do u have any implementaion on Weickert's Edge Enhancing Diffusion? – Sayed Sohan Feb 07 '20 at 18:37
-
I'm a little hazy at the moment as to the difference between the two, but I can't imagine it's a lot of work to implement the one given the other, they should be fairly similar. – Cris Luengo Feb 07 '20 at 18:42