Search found 6 matches

by jonathanlepage
Wed Jan 28, 2015 5:59 pm
Forum: Questions
Topic: Keeping Grid info (e57)
Replies: 5
Views: 4668

Re: Keeping Grid info (e57)

Allright, I'll try and find another way to do it.

Merci de prendre le temps de répondre à mes questions.
by jonathanlepage
Wed Jan 28, 2015 2:12 pm
Forum: Questions
Topic: Keeping Grid info (e57)
Replies: 5
Views: 4668

Re: Keeping Grid info (e57)

Meanwhile there would the possibility to "remember" that the cloud was structured (basically saving the grid dimension and angular steps as "meta-data") and then projecting the points back to their 'original' 2D scan world when exporting as E57 (or PTX). I was thinking of using ...
by jonathanlepage
Tue Jan 27, 2015 2:28 pm
Forum: Questions
Topic: Keeping Grid info (e57)
Replies: 5
Views: 4668

Keeping Grid info (e57)

Hi, Using the command line utility, is there a way to keep an E57 gridded after manipulations? here's the context : We have Large point clouds (20-50gb) that we clean with an in-house decimation tool to reduce the size without loosing quality of the data (down to 4-10gb). To clean outliers and noise...
by jonathanlepage
Thu Jan 22, 2015 2:55 pm
Forum: Questions
Topic: Noise reduction
Replies: 7
Views: 7703

Re: Noise reduction

Great Thanks!

Any plans to add PCL commands in the command line?
by jonathanlepage
Mon Jan 19, 2015 6:45 pm
Forum: Questions
Topic: Noise reduction
Replies: 7
Views: 7703

Re: Noise reduction

Thanks! I found a workaround using the command line as follow : cloudcompare -o Test1.e57 -MERGE_CLOUDS -C_EXPORT_FMT E57 -FILTER_SF 0.05 0.980 -DENSITY 0.01 -TYPE KNN -FILTER_SF 10 MAX -FILTER_SF removes very low and very high intensity (which are usually off using our scanner) -DENSITY 0.01 -TYPE ...
by jonathanlepage
Thu Jan 15, 2015 8:23 pm
Forum: Questions
Topic: Noise reduction
Replies: 7
Views: 7703

Noise reduction

Hi there,

Is there a step by step guide on how to reduce Point Cloud noise ?

is there a way to use this functionality using the command line ?

Thanks