필터 지우기
필터 지우기

Why Pixel information is in fraction returned by regionprops function.

조회 수: 1 (최근 30일)
Dhanu Naik
Dhanu Naik 2017년 11월 11일
댓글: Walter Roberson 2017년 11월 11일
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.

답변 (1개)

Walter Roberson
Walter Roberson 2017년 11월 11일
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
Dhanu Naik
Dhanu Naik 2017년 11월 11일
Sir can you please provide mathematical background on which basis Majoraxislength and Minoraxislength functions are implimented using pixel information in matlab

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by