How to measure the height of an object in image

조회 수: 3 (최근 30일)
sana3 sal
sana3 sal 2018년 5월 1일
답변: Florian Morsch 2018년 5월 17일
Hello I have the next image of lumber spin disk located between L4-L5 vertebra, I need to detect the disk as an object to evaluate its height

답변 (1개)

Florian Morsch
Florian Morsch 2018년 5월 17일
Extract the object (with edge detector for exsample), get its measurements in pixel (with regionprops() ) and then have a reference on the conversion from pixel to real world measurement units ( e.g. 1 pixel = 2 mm so if the object is 20 pixel in height its around 40 mm in real world.

카테고리

Help CenterFile Exchange에서 MRI에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by