MeshLab

开源网格处理系统。(The open source mesh processing system.)

Github星跟蹤圖

MeshLab

这是MeshLab的源代码和二进制文件的官方存储库。

MeshLab是一个开源,可移植和可扩展的系统,用于处理和编辑非结构化的大型三维三角网格。源是根据GPL许可证发布的。 该系统旨在帮助处理3D扫描中出现的典型的非小型非结构化模型,提供一组用于编辑,清理,修复,检查,渲染和转换此类网格的工具。

MeshLab主要基于VCGlib ISTI - CNR 视觉计算实验室,用于所有核心网格处理任务,并且其适用于Windows,MacOSX和Linux。

编译说明可以在 src 文件夹中找到,或者只是查看连续文件 travis appveyor

主要指標

概覽
名稱與所有者cnr-isti-vclab/meshlab
主編程語言C++
編程語言C++ (語言數: 12)
平台Linux, Mac, Windows
許可證GNU General Public License v3.0
所有者活动
創建於2016-11-07 00:03:21
推送於2025-04-24 08:02:46
最后一次提交
發布數41
最新版本名稱MeshLab-2023.12 (發布於 )
第一版名稱v2016.12 (發布於 )
用户参与
星數5.1k
關注者數164
派生數842
提交數10.8k
已啟用問題?
問題數1082
打開的問題數179
拉請求數225
打開的拉請求數3
關閉的拉請求數35
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

MeshLab Logo MeshLab

Actions Status
Actions Status
Actions Status

This is the official repository for the source and the binaries of MeshLab.

MeshLab is an open source, portable, and extensible system for the processing and editing of unstructured large 3D triangular meshes. It is aimed to help the processing of the typical not-so-small unstructured models arising in 3D scanning, providing a set of tools for editing, cleaning, healing, inspecting, rendering and converting this kind of meshes. These tools include MeshLab proper, a versatile program with a graphical user interface, and meshlabserver, a program that can perform mesh processing tasks in batch mode, without a GUI.

MeshLab is mostly based on the open source C++ mesh processing library VCGlib developed at the Visual Computing Lab of ISTI - CNR. VCG can be used as a stand-alone large-scale automated mesh processing pipeline, while MeshLab makes it easy to experiment with its algorithms interactively.

MeshLab is available for Windows, MacOS, and Linux.

Releases

You can find the last MeshLab release in the Releases Tab for your favourite platform. Github Actions is scheduled to relase a new beta version of MeshLab the first day of every month.
You can also test a built version of MeshLab generated by the last commit pushed in this repository, by downloading the artifacts of the last Github Actions workflow.

Note for Windows

Right now, the portable version of meshlab won't start if doesn't find a Visual C++ Compiler installed. If you get the error "MSVCP140.dll not found" or related, please install Visual C++ Redist by executing the vc_redist.exe file contained in the meshlab portable archive. Alternatively, you can download Visual C++ Redist here.

Build instructions

We provide a set of scripts that build and deploy automatically MeshLab. All the scripts can be found in the install folder.
For specific build instructions see the src folder.

Structure of the Repository

The MeshLab repository is organized as follows:

  • distrib: this folder contains a set of prebuilt libraries, shaders and plugins that will be used by MeshLab once it is compiled. Binaries and plugins will be placed in this folder after MeshLab is built, or a copy of this folder will be placed in the chosen shadow build directory. For more details, check the readme here;
  • docs: doxygen scripts for generating MeshLab documentation. For more details, check the readme here;
  • install: in this folder there are a set of platform-dependent script to build and deploy MeshLab. For more details, check the readme here;
  • sample: a set of files (meshes, images) used for tests;
  • src: this folder contains all the source code of MeshLab, its plugins and the external libraries that it requires. For more details, check the readme here;
  • vcglib: submodule of VCGLib.

License

The Meshlab source is released under the GPL License.

Copyright

   MeshLab
   http://www.meshlab.net
   All rights reserved.

   VCGLib  http://www.vcglib.net                                         o o
   Visual and Computer Graphics Library                            o     o
                                                                  _   O  _
   Paolo Cignoni                                                    \/)\/
   Visual Computing Lab  http://vcg.isti.cnr.it                    /\/, ISTI - Italian National Research Council, Copyright(C) 2005-2018                                             \

References

Please, when using this tool, cite the following reference:

Meshlab: an open-source mesh processing tool. P. Cignoni, M. Callieri, M. Corsini, M. Dellepiane, F. Ganovelli, G. Ranzuglia
Proceedings of the 2008 Eurographics Italian Chapter Conference, ISBN: 978-3-905673-68-5, pp. 129-136, DOI: 10.2312/LocalChapterEvents/ItalChap/ItalianChapConf2008/129-136

BibTeX format:

@inproceedings {LocalChapterEvents:ItalChap:ItalianChapConf2008:129-136,
booktitle = {Eurographics Italian Chapter Conference},
editor = {Vittorio Scarano and Rosario De Chiara and Ugo Erra},
title = {{MeshLab: an Open-Source Mesh Processing Tool}},
author = {Cignoni, Paolo and Callieri, Marco and Corsini, Massimiliano and Dellepiane, Matteo and Ganovelli, Fabio and Ranzuglia, Guido},
year = {2008},
publisher = {The Eurographics Association},
ISBN = {978-3-905673-68-5},
DOI = {10.2312/LocalChapterEvents/ItalChap/ItalianChapConf2008/129-136}
}

Contacts

  • Paolo Cignoni (p.cignoni (at) isti.cnr.it)
  • Guido Ranzuglia (g.ranzuglia (at) isti.cnr.it)

Feedback

For documented and repeatable bugs, feature requests, etc., please use the GitHub issues.

For general questions use StackOverflow.