Updates:
- Im2mesh v2.67 no longer depends on Matlab toolboxes. You do not need to install Matlab toolboxes when running most of the demos.
- Improve the robustness of demo20 by using the updated readMesh function. Remove the "--no-binary" command from demo20.
- I made a dumb mistake (wrong tagging) in the previous release (v2.67). The demo20 and the function readMesh were not up-to-date in v2.67. The new release v2.68 fixed this issue.
Details:
- Add functions for handling polygons. They are the open-source version of functions in the Mapping toolbox.
- Add functions for handling image boundary. They are the open-source version of functions in the Image processing toolbox.
- Revise the existing functions to use the newly added open-source functions
- Remove the toolbox dependence in demo01-18
- Improve function readMesh to read both binary and ASCII msh files
- Update Im2mesh_GUI & tutorial
New functions:
- checklatlonOS.m
- ispolycwOS.m
- poly2ccwOS.m
- polyjoinOS.m
- polymergeOS.m
- polysplitOS.m
- removeExtraNanSeparatorsOS.m
- bwboundariesOS.m
- bwlabelOS.m
- getExactBoundsOS.m
- regionpropsOS.m