smoothGradient in edge.m changed between 2015b and 2016a
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (1)
Sara Bahloul
el 23 de Ag. de 2016
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
0 comentarios
Ver también
Categorías
Más información sobre White en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!