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");
}
It's weird, it should have worked. Check your path.
You could also take a look on
meshlabserver.exe. It's a command line version of meshlab.