Page 1 of 1
georeferenced pointclouds
Posted: Mon Apr 08, 2019 8:39 am
by msc818
Hi everyone!
For my bachelor thesis I created pointclouds of trees to measure the diameter. For half of the point clouds I used a 3D ImageVector --Mono-- PPK camera attachment, which georeferences each photo with GNSS data.
My problem is, that I cannot open the georeferenced point clouds in cloud compare. The project is visible in the DB Tree section, but not in the main part. (picture attached)
Is there something I can do to make them visible?
Thanks for any help!
Re: georeferenced pointclouds
Posted: Mon Apr 08, 2019 7:38 pm
by daniel
It can happen if all the points are at the exact same position (it may be the case in the file, or it's maybe because there's a reading error).
Can you send me the file maybe? (admin [at] cloudcompare.org)
Re: georeferenced pointclouds
Posted: Tue Apr 09, 2019 10:25 am
by msc818
I have the same problem with 8 data sets so far.
The ply file seems to be too big to send by email, is there another way?
Re: georeferenced pointclouds
Posted: Tue Apr 09, 2019 8:00 pm
by daniel
wetransfer?
Re: georeferenced pointclouds
Posted: Wed Apr 10, 2019 8:32 am
by TMC
msc818 wrote: ↑Mon Apr 08, 2019 8:39 am
For my bachelor thesis I created point-clouds of trees to measure the diameter.
Since I'm working with tree point-clouds as well for my bachelor thesis, I want to suggest you another software: CompuTree. It is designed to measure the DBH (and lot more). Its not as sophisticated as CloudCompare, but for measuring the DBH its quite good.
(I hope this recommendation is not against the rules)
Best TMC
Re: georeferenced pointclouds
Posted: Wed Apr 10, 2019 5:26 pm
by daniel
@msc818 Okay so your problem is that the points are in a strange coordinate system with XY having different units than the Z dimension.
When you load your point cloud, just rotate the camera (or look at the cloud bounding-box) and you'll see that it's elongated:
- elongated.PNG (5.14 KiB) Viewed 3052 times
Either you find a way to export your points in a 'cartesian/homogenic' coordinate system, or you scale the points afterwards in CC (with the 'Edit > Scale / Multiply tool). But that's generally not a good idea when the differences in scale is that big (10^5!!!) as you'll lose a lot of accuracy.
@TMC absolutely no problem, it's not as if we were making money with CloudCompare :D
Re: georeferenced pointclouds
Posted: Thu Apr 11, 2019 9:42 am
by msc818
Thank you for your help! I think I will try if CompuTreeworks better for me.