How to call meshlab command line version from inside C++ program or javascript I tried the following code but did not work. I need to create reduced polygon(.obj file) from a inputted(.obj file)
#include <windows.h>
#include <cstdlib>
int main()
{
std::system("path of meshlab.exe");
}
First, this is the C++ code I use to call meshlab (as a viewer) inside my programs. It is quite similar to yours, but you have to be extra careful with correctly scaping whitespace and backslashes in case you are in windows, so maybe this was your problem.
Next, as pointed by lelabo_m, you should think about using
meshlabserver
instead, to automatize the creation of reduced polygon mesh. The command you need to use ismeshlabserver -i inputMesh.obj -o reducedMesh.obj -s quadric.mlx
where quadric.mlx is a file like this, but replacing the 1400 in the target number of triangles in the first "