2

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).

ndmeiri
  • 4,979
  • 12
  • 37
  • 45

1 Answers1

1

Meshlab can read ASCII text files containing points, or xyz files. You can convert las files to Text using LAS tools and then import them. I believe you'll probably lose the color information.

James
  • 339
  • 3
  • 16