Finding convex hull of an obj file

1 view (last 30 days)
Emma Fowler
Emma Fowler on 26 Mar 2015
Commented: Image Analyst on 26 Mar 2015
I need to compute the convex hull from an obj file. How would I go about doing this in Matlab? Ideally I just need the volume of the hull, or an obj output file.
I have been trying to use convhulln and OBJ=read_wobj, but I am new to Matlab, I don't know how to actually compute a convex hull from the points in the obj file.
  1 Comment
Image Analyst
Image Analyst on 26 Mar 2015
What is an obj file? MATLAB has several functions for convex hull like convhull(), convhulln() and bwconvhull().

Sign in to comment.

Answers (0)

Categories

Find more on Bounding Regions in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!