Creating convexhull for 3D image

I have 3D image from computed tomography. I want to create convex hull for this 3D image. Bwconvexhull done it for 2D image I want to do same thing for 3D image. I would be happy if anyone can help me.

2 Comments

Have you seen convhulln ?
Yes I have seen but I couldnt apply it for my 3D image. Or maye I dont know how to use.

Sign in to comment.

Answers (1)

You can use regionprops3 for 3D image and extarct most important geometric features.

Asked:

on 29 May 2017

Community Treasure Hunt

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

Start Hunting!