Questions tagged [meshlab]

MeshLab is an open source program for editing 3D triangle mesh files in various formats. It is used in 3D scanning and virtual reality applications.

MeshLab is a open source desktop program for editing 3-D triangle mesh files in various formats used in 3-D scanning and virtual reality. It was originally developed as a didactical experiment at the University of Pisa and is actively maintained at the Visual Computing Lab of the Italian National Research Council.

Windows, Linux, and Mac OS X versions are available at the MeshLab official site.

Its capabilities include importing and exporting 3-D triangular mesh files in various formats, mesh visualization, and mesh editing functions such as cleaning, painting, remeshing, selecting and deleting parts of the mesh, and colorization.

467 questions
2
votes
0 answers

Size limit of imported meshes in MeshLab

MeshLab crashes when importing a OBJ file larger than 10 MB. Is there a size limit or a workaround?
2
votes
1 answer

Exporting .obj with texture from Meshlab?

I can't seem to find a simple solution to this problem I'm having! I am new to Meshlab but working with .obj. I've loaded an asset from Adobe stock and I need to separate two items (a whole lime and a half lime) into two separate .obj files for use…
pierrejordan
  • 21
  • 1
  • 2
2
votes
1 answer

Meshlab - Possible to export / import the current camera configuration?

I frequently spend time moving the camera around a mesh and fine-tuning just the right angle etc to view some feature, and would like to be able to easily save and restore that view for use in another session with the same or a different mesh, or to…
orion elenzil
  • 4,484
  • 3
  • 37
  • 49
2
votes
1 answer

How to use conditional select faces in MeshLab filter script?

I want to delete faces selected with the filter conditional face selection. (e.g. y0 > 1.0) It is easy do that on MeshLab GUI. ([Filters]-[Selection]-[Conditional Face Selection], and [Filters]-[Selection]-[Delete Selected Faces]) But, conditional…
ken
  • 65
  • 8
2
votes
1 answer

Switching between two different textures or UV maps in Meshlab

I will be generating a mesh outside of Meshlab, but viewing it in Meshlab. I haven't decided on a format yet. I want to have a single file that would contain all the data - the triangles, uv maps and the textures. However, I have 2 textures between…
M.K.
  • 346
  • 3
  • 14
2
votes
1 answer

Using meshlab function with python

I am new to 3D, I have a point cloud for this I want to form a mesh using python libraries. But I am able to do with using meshlab functions those are "Filters --> Pointset -- > compute normals for pointsets" and "Filters -->…
KIRAN
  • 31
  • 2
  • 6
2
votes
1 answer

Meshlab doesn't start due to failed GLEW initalization

On Ubuntu 16.04, I compiled MeshLab from the source (as described here). When I then try to run the created binary, I get the error message: terminate called after throwing an instance of 'MLException' what(): MLSceneGLSharedDataContext: GLEW…
chronosynclastic
  • 1,585
  • 3
  • 19
  • 40
2
votes
1 answer

Can Meshlab determine whether a point is inside a mesh

Meshlab uses vcglib c++ library at its core. I was wondering if Meshlab can check if a point is inside a 3D mesh (polyhedron). I found an article which explains a possible way to determine an internal face. However, the proposed method colors…
afp_2008
  • 1,940
  • 1
  • 19
  • 46
2
votes
1 answer

Can MeshLab managed the LAS data?

Is it possible to open a las file format with MeshLab in order to do image processing? The las file has (x, y, z) georeferenced coordinates and the color (RGB).
2
votes
0 answers

Directionality of mesh parts

I created my meshes from 3D-scan data (.ply). Each mesh represent the void structure in an object so is composed of many disconnected components. I am interested to quantify the directionality of the voids. Is there any way to get the angle for the…
2
votes
1 answer

Meshlab volume and area measurements of a mesh

I need help because I do not know where to start. I'm not a programmer I work with wounds and I wanted to see for my PhD if I can, with a 3D scan, measure the area, volume and depth of a wound. This scanner obtains both STL and OBJ. I get a mesh…
Juan
  • 21
  • 1
  • 3
2
votes
1 answer

Cutting a surface mesh

Is there any way to slice a surface mesh along a plane using Meshlab? Or select all the triangles of a surface mesh that are below a plane? I want to delete all of the faces of a surface mesh that are below 0 in the z-axis.
Stu
  • 61
  • 1
  • 2
  • 6
2
votes
1 answer

Meshlab: how to select vertex by color

I want to select vertex by color. At the moment I want to select the cells with (R,G,B)=(0,0,0). What function should I write? r=0 and g=0 and b=0 doens't work. And if I want to pick (R,G,B)=(255,255,255)? Or any other combination? This question…
2
votes
3 answers

MeshLab Quadric Edge Collapse Decimation preserving textures in JavaScript, PHP or Python?

There is a filter in MeshLab that I normally use to decimate (or simplify) 3D models that were 'photogrammetised'; to a lower number of faces (so that they can be viewed faster on mobile client devices). The filter used is the Quadric Edge Collapse…
HB87
  • 413
  • 7
  • 16
2
votes
0 answers

Meshlab: .stl file does not retain smoothing after saving

I have been trying Meshlab software for smoothing the .stl file and exporting the mesh as .wrl file. I used Laplacian smoothing (Laplacian Smooth with smoothing steps of 2, 1D boundary smooting and contangent weighting). After applying the smoothing…
ssal
  • 21
  • 2