smoothGradient in edge.m changed between 2015b and 2016a

2 次查看(过去 30 天)
Hi, the function 'edge' returns different values between the two version of matlab. This is because 'smoothGradient' changed. more specifically , in 2016 filterExtent = ceil(4*sigma); and in 2015 filterLength = 8*ceil(sigma);
is the change in edge expected? Thanks

回答(1 个)

Sara Bahloul
Sara Bahloul 2016-8-23
Hey!
It seems to be even worse, R2016a doesn't run with the 'old' edges.m function, because apparently cannyFindLocalMaxima.mex changed as well. And this is actually where my ability to trace back the difference is exhausted.
My experience with MATLAB so far was that changes in new versions are communicated well in advance. I am pretty confused to find this one here without any mentioning of it in the official release notes or documentation.
I would be very interested if someone has a work around that yields identical results to R2015 in R2016.
Thanks

类别

Help CenterFile Exchange 中查找有关 White 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by