How to measure the height of an object in image

3 visualizaciones (últimos 30 días)
sana3 sal
sana3 sal el 1 de Mayo de 2018
Respondida: Florian Morsch el 17 de Mayo de 2018
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

Respuestas (1)

Florian Morsch
Florian Morsch el 17 de Mayo de 2018
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.

Categorías

Más información sobre MRI 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!

Translated by