1MeshLab(Version) MeshLab(Version)
2
3
4
6 MeshLab - a tool for mesh inspection, processing, and conversion
7
9 meshlabserver [args]
10
12 MeshLab is an open source, portable, and extensible system for the pro‐
13 cessing and editing of unstructured 3D triangular meshes.The system is
14 aimed to help the processing of the typical not-so-small unstructured
15 models arising in 3D scanning, providing a set of tools for editing,
16 cleaning, healing, inspecting, rendering and converting this kind of
17 meshes.The system is based on the VCG library developed at the Visual
18 Computing Lab of ISTI - CNR.
19
20
22 meshlabserver accepts the following options:
23
24 -i meshfilename
25 The mesh that has to be loaded -o meshfilename The mesh where
26 to write the result -s scriptfilename an optional script to be
27 applied to the mesh before saving it.
28
29
31 meshlab (1)
32
33
35 MeshLab Copyright © 2005-2008 by Visual Computing Lab - ISTI CNR
36
37 This program is free software; you can redistribute it and/or modify it
38 under the terms of the GNU General Public License as published by the
39 Free Software Foundation; either version 2 of the License, or (at your
40 option) any later version.
41
42 This program is distributed in the hope that it will be useful, but
43 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
44 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
45 Public License for more details.
46
47 You should have received a copy of the GNU General Public License along
48 with this program; if not, write to the Free Software Foundation, Inc.,
49 675 Mass Ave, Cambridge, MA 02139, USA.
50
51
52
53 1.2.0 MeshLab(Version)