# MeshViewer **Repository Path**: avicari/MeshViewer ## Basic Information - **Project Name**: MeshViewer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MeshViewer --- ## Features + Read 3d mesh data including *.obj, *.stl, *.off + Highlight single vertex & multiple vertices & single face & face normal by clicking surface of a mesh + Display mesh data with/without wireframe + Display number of points & faces & edges + Implementation of ICP algorithm & semi-automatic segmentation algorithm ## Examples ![read-model](./img/after_open.png)
UI overview
![color-table](./img/continuous_mode.png)
Display color table
![select-mode](./img/select_mode.png)
Selection modes
![icp](./img/icp.png)
ICP algorithm