Why the values of perimeter calculated using regionprops for Matlab 2010 and 2015 differ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Waleed Saqib
il 22 Mag 2015
Modificato: Waleed Saqib
il 28 Mag 2015
The following code
a=zeros(5)
a(2,2)=1
a(2,3)=1
f=regionprops(a,'Perimeter')
when executed on Matlab 2010 , gives 2 as the value of perimeter.
But when I execute the same code on Matlab 2015 , the perimeter is 1.96.
Can anyone explain what is the reason of this difference.
For the record, Matlab 2010 is not rounding off the value.
Secondly, how regionprops calculate perimeter of an object in an image. I have read the help of this command but was unable to comprehend the method.
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!