TimVanMourik / OpenFmriAnalysis

An MRI analysis toolbox, primarily for laminar analysis
GNU General Public License v3.0
11 stars 6 forks source link

Make sure tvm_makeLevelSet is bug free #6

Open TimVanMourik opened 7 years ago

TimVanMourik commented 7 years ago

As tvm_makeLevelSet contains mex compiled C code, MATLAB crashes badly when this function crahes. At the moment, this is suspected to happen when the input OBJ file has a non-supported stucture. Note that only an OBJ in its simplest form (vertices + faces) is supported. Exports from e.g. Blender that contain vertex normal data may well be problematic.