Basically I have a .ply file, a dense pointcloud, and I would like to import it in meshlab, and use a Filter->Screened Poisson Surface Reconstruction on the file, all of this in the command prompt.
I open the command prompt in the MeshLab folder, and I use the following command:
cmd /c meshlabserver -i option-0000.ply -o surface.ply -s filter_screened_poisson.xml
After this, I get the following error: Failure in opening script Failed to apply script file
I have no idea what I miss, this should work fine.