| View previous topic :: View next topic |
| Author |
Message |
Navatar
Joined: 15 Sep 2011 Posts: 1
|
Posted: Thu Sep 15, 2011 10:31 am Post subject: Building mesh from point cloud |
|
|
I know Syntheyes can build a 3D mesh from its own trackers.
But could I import a point cloud from another app and have Syntheyes build geometry? |
|
| Back to top |
|
 |
ddustin
Joined: 04 Feb 2009 Posts: 31 Location: Georgia, USA
|
Posted: Mon Oct 10, 2011 11:49 am Post subject: |
|
|
Actually, that is a great question.
We have a 3d laser scanner and I was wondering the same thing.
Thanks,
David |
|
| Back to top |
|
 |
borgus
Joined: 30 Dec 2009 Posts: 144 Location: bremen, germany
|
Posted: Tue Oct 11, 2011 3:23 am Post subject: |
|
|
Hi!
as far as i know you can import point positions via a text file and file->import->extra points.
the textfile has this format: xpos ypos zpos pointName
I've recently tested it with this points and it worked just fine:
| Code: |
0 0 0 point0
0 2 0 point1
0 0 2 point2
0 2 2 point3
2 0 0 point4
2 2 0 point5
2 0 2 point6
2 2 2 point7 |
@Navatar: I don't know if that's a common format for exchanging pointclouds, but I'm sure that the software you use can run scripts and
can easily output such a file format for you.
@ddustin: I think it depends in which format you laserscan pointclouds are. I'd love to see such a file, could you post an example file of a scan?
cheers, Seb |
|
| Back to top |
|
 |
|