Search found 7379 matches

by daniel
Fri Oct 05, 2018 7:52 pm
Forum: Questions
Topic: Oculus Rift and CloudCompare
Replies: 11
Views: 6915

Re: Oculus Rift and CloudCompare

Nope :(
by daniel
Thu Oct 04, 2018 7:14 pm
Forum: Questions
Topic: set color scale etc for all children
Replies: 2
Views: 1245

Re: set color scale etc for all children

Currently this is not possible. One would have to modify the code to allow for multiple selection (I know Luca Penasa had some ideas to do this, if you are a developer or know one I could give you some pointers).
by daniel
Thu Oct 04, 2018 7:11 pm
Forum: Plugins
Topic: access the point cloud
Replies: 3
Views: 14224

Re: access the point cloud

You could/should use the octree. But you'll have to dig in the code to understand how it works.

There's especially a 'cylinder' search with the octree that should help you (see CCLib's "DgmOctree").
by daniel
Wed Oct 03, 2018 6:28 pm
Forum: Plugins
Topic: access the point cloud
Replies: 3
Views: 14224

Re: access the point cloud

Not sure to understand: do you mean programmatically? If yes, then you can of course scan the whole point cloud anytine (by using ccPointCloud::getPoint(i) for instance). And if you want to do that after a point click, you'll have to "listen" to the point click (by registering to the picki...
by daniel
Fri Sep 28, 2018 8:57 pm
Forum: Questions
Topic: surface area calculation
Replies: 12
Views: 10302

Re: surface area calculation

I would use the C2C (cloud-to-cloud) or C2M (cloud-to-mesh) tools? (see http://www.cloudcompare.org/doc/wiki/in ... #Distances)
by daniel
Fri Sep 28, 2018 8:54 pm
Forum: Questions
Topic: .E57 problems LFM
Replies: 1
Views: 978

Re: .E57 problems LFM

Yes, sadly as CloudCompare handles "generic" point clouds, it cannot retain all the specifics of E57 files. There might be some things that could be enhanced (like the sensor position and orientation that are necessary to create a bubble view I guess). But this require some development wor...
by daniel
Thu Sep 27, 2018 9:46 am
Forum: Questions
Topic: transforming pcd files
Replies: 1
Views: 1584

Re: transforming pcd files

Have you tested what format CC outputs? If it's not the one you are looking, then in the default GUI version you won't find any option to change it. Of course you could try to hack the code of the "I/O filter" that does the export job... But I'm not the author so I don't know what it impli...
by daniel
Thu Sep 27, 2018 9:43 am
Forum: Questions
Topic: Global Shift/Scale
Replies: 1
Views: 520

Re: Global Shift/Scale

Sorry for the delay, I was travelling. Assuming the cloud dimension is not longer than several hundreds of meters, you will indeed keep cm. accuracy without applying the Globlal Shift as suggested by CC. But you will definitely lose some information, which is a consequence that always needs to be ba...
by daniel
Wed Sep 19, 2018 8:14 pm
Forum: Issues, bugs, etc.
Topic: Rasterized cloud has unexplained holes
Replies: 1
Views: 3093

Re: Rasterized cloud has unexplained holes

Hum, interesting... Can you share the cloud with me maybe? (admin [at] cloudcompare.org)
by daniel
Wed Sep 19, 2018 8:11 pm
Forum: Questions
Topic: Completeness/Coverage of point cloud
Replies: 11
Views: 6448

Re: Completeness/Coverage of point cloud

Hum... I can't remember ;)

Just to be sure you should export the cloud (with the 'empty cells' option at 'leave empty') and check that the number of resulting points against the size of the grid (W * H). Just to be sure ;)