Export point cloud data?

Anything that doesn't fit the other topics should go here.

Export point cloud data?

Postby booyah » Fri Nov 16, 2012 1:16 pm

Just wondering if anyone knows if its possible or how to export point cloud data from David?
booyah
 
Posts: 8
Joined: Tue Jul 24, 2012 3:29 pm

Re: Export point cloud data?

Postby VDX » Fri Nov 16, 2012 1:35 pm

... simply remove the triangle-section in the *obj-file, then automatically delete all "v" in the vertices section lines with a text editor and rename the file from "*.obj" to "*.asc" (or "*.xyz" or another raw-format, that your program can import)

This will change the file from:
# Mesh file generated with DAVID-Laserscanner version 3
# Simon Winkelbach and Sven Molkenstruck
# http://www.david-laserscanner.com

# List of vertices with (x,y,z) coordinates:
v 50.761340 12.556320 63.433530
v 50.285840 12.490260 63.420580
v ...
v 57.708650 -1.641494 38.045480
# 55009 vertices

# List of triangles:
f 1 2 3
f 7 8 9
f ...
f 54994 55009 54995
# 108407 triangles


... to:

# List of vertices with (x,y,z) coordinates:
50.761340 12.556320 63.433530
50.285840 12.490260 63.420580
...
57.708650 -1.641494 38.045480


Viktor
VDX
 
Posts: 222
Joined: Wed Jul 04, 2012 1:35 pm


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 0 guests