0

How can I call MeshLab filters from my java application? I know that with MeshLabServer I can execute MeshLab commands, but I don't know how and if I can execute MeshLab commands only from MeshLabServer without installing MeshLab?

Thanks

Ouz nour
  • 45
  • 1
  • 1
  • 8

1 Answers1

0

Actually you need to install almost the whole meshlab. All the filtering operations are implemented by means of plugins (as dynamically loaded library) so you need also all of them to use meshlabserver...

ALoopingIcon
  • 2,218
  • 1
  • 21
  • 30