Clear Filters
Clear Filters

maximum and minimum axis distance of a segmented 3D vessel volume

1 view (last 30 days)
Hi all,
I have a volume in a ".stl" file. which has vertices and faces. The structure in the file is a segmented vessel. Most of the solutions on the community platform are provided for 2D (*.jpg) format files. I am reading my data with "stlread" command.
[v, f, n, c, stltitle] = stlread('filename');
After i have the informations ... v = vertices, f = faces, n=coordinate,c=colordata, unfortunately, I have no idea about how i can compute the maximum and minimum axis distance of the volume.
Can someone please help. I am not asking you to do the work, but i need some guidance in terms of how to go about it. I have never worked with "Vertices" and "Faces" before.
Your ideas and some short example code would be helpful.

Answers (0)

Categories

Find more on Convert Image Type in Help Center and File Exchange

Products


Release

R2016b

Community Treasure Hunt

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

Start Hunting!