Effacer les filtres
Effacer les filtres

Why Pixel information is in fraction returned by regionprops function.

1 vue (au cours des 30 derniers jours)
Dhanu Naik
Dhanu Naik le 11 Nov 2017
Commenté : Walter Roberson le 11 Nov 2017
Sir,am using regionprops function to find out the properties of elliptical structure. But it's Majojaxislength Minoraxislength and perimeter are in fractions. Why those fraction values? Is there any mathematical background to calculate these properties. Can you please help me.

Réponses (1)

Walter Roberson
Walter Roberson le 11 Nov 2017
regionprops says that the MajorAxisLength and MinorAxisLength will be in pixels. The definition for Perimeter is not as clear but the output is in pixels as well.
I think your question is perhaps why the results are not integers. The answer to that is that the lengths used are based upon the distance between pixel centers, which is an integer for horizontal and vertical distances but is not integer for angles.
A
B
distance between center of A and center of B is sqrt(1^2+1^2) = sqrt(2)
  2 commentaires
Dhanu Naik
Dhanu Naik le 11 Nov 2017
Sir can you please provide mathematical background on which basis Majoraxislength and Minoraxislength functions are implimented using pixel information in matlab

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by