Borrar filtros
Borrar filtros

Radius of blood vessels in 3D.

14 visualizaciones (últimos 30 días)
M_sz
M_sz el 28 de Dic. de 2020
Respondida: Shashank Gupta el 7 de En. de 2021
Hello everyone.
I have to find radius of blood vessels which are in 3D. I was thinking about regionprops but it doesn't work with 3D dimension.
In the attached figure, the red points are the skelet of vessel. I've also attached matrix with skeleton('skel') and binary matrix with vessel ('BWc').
Maybe someone have any idea how to do it? I will appreciate any help.

Respuestas (1)

Shashank Gupta
Shashank Gupta el 7 de En. de 2021
Hi Martyna,
One suggestion I can give you is to find the volume of the blood vessel and approximate it to shape and find the radius accordingly. Check out convhull function. This might help you to get a shape. Another suggestion is to use connected componenet analysis i.e. bwconncomp function. This function will help you find all the object in your 3d volume and give you all required information you needed about those object which inturn can help you find radius.
Hope it helps.
Cheers

Community Treasure Hunt

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

Start Hunting!

Translated by