Search found 7411 matches

by daniel
Thu Jun 16, 2011 7:24 am
Forum: Plugins
Topic: Plugins
Replies: 17
Views: 26164

Re: Plugins

In fact, the offset between points and texture comes from the fact that libfreenect couldn't give me the internal Kinect calibration information at that time. So I used the 'standard' information that can be found on the web. I don't know if there is a better way to do this now.
by daniel
Wed Jun 15, 2011 3:36 pm
Forum: Plugins
Topic: Plugins
Replies: 17
Views: 26164

Re: Plugins

Oh, Interesting! In fact, this plugin is still a "work in progress" (to tell the truth, I almost forget about it ;). So if it has ever been released in the official version, it was an error. Or did you simply get it from the sources? I never had the time to fully test it, and I was also wo...
by daniel
Thu Jun 09, 2011 7:36 pm
Forum: Questions
Topic: CCViewer command line arguments.
Replies: 2
Views: 4267

Re: CCViewer command line arguments.

Actually, you won't be able to get anything more from the ccViewer command line (as it its meant to be a very simple viewer, with as less features as possible). CloudCompare's command line is being currently enhanced (in order to be able to call some of its algorithms in batch process) but it's stil...
by daniel
Sun May 22, 2011 8:31 pm
Forum: Requests, new functionalities
Topic: [Done] Geological plane orientation
Replies: 7
Views: 9675

Re: Geological plane orientation

Hello Thomas, very interesting suggestions: - you can already pick up 3 points in a interactive way, but it's meant to get the angle between them. We could of course give the normal (but as you say, it's not very interesting) - the algorithm to fit a LS plane to a set of points already exists in Clo...
by daniel
Tue May 03, 2011 7:37 am
Forum: Issues, bugs, etc.
Topic: Issue with displaying negative scalars
Replies: 9
Views: 11067

Re: Issue with displaying negative scalars

Hi Dimitri, in fact the 2nd and 3rd sliders (saturation) are absolute values because they are symmetrical. Normally , if you set min saturation to e.g. 200 and max saturation to 500, the colors should be constant between [-2048;-500[ (blue), ]-200;200[ (green) and ]500;2048] (red). And inbetween it ...
by daniel
Thu Apr 14, 2011 12:57 pm
Forum: Todo
Topic: [DONE] Camera placement
Replies: 9
Views: 37704

Re: Camera placement

I was waiting for updates about this functionnality from dktrudgett (who was willing to advance on this topic).

I might do it myself soon however.

Daniel
by daniel
Thu Apr 14, 2011 12:42 pm
Forum: Issues, bugs, etc.
Topic: Crash in density calculation [RESOLVED]
Replies: 1
Views: 3969

Re: Crash in density calculation

Hello Dimitri,

Indeed it crashes in the last version! Damn, as soon as you change something somewhere, there's always another thing somewhere else that goes wrong ... I really need to build up automatic non-regression tests (but this is soooooo boring).

It's corrected (Version: 04/14/2011).

Daniel
by daniel
Mon Mar 14, 2011 9:09 am
Forum: Questions
Topic: asking for *.bin file for test
Replies: 3
Views: 9057

Re: asking for *.bin file for test

You'd best look directly at 'qCC\fileIO\BinFilter.cpp (the 'saveToOpenedFile' and 'WriteListHeader' methods). the content is as following: [4 bytes - unsigned int] the number of clouds stored in the file then for each cloud: [4 bytes - unsigned int] the number of points in the cloud [1 byte - unsign...
by daniel
Fri Mar 11, 2011 8:16 pm
Forum: Questions
Topic: asking for *.bin file for test
Replies: 3
Views: 9057

Re: asking for *.bin file for test

Hello,

in fact, people generally import their own data from an ASCII file (one point per line - 'x y z' coordinates in clear text). Once loaded, they can save it in 'bin' format to make smaller files and faster loading.

However, you'll find in attach such a 'bin' file.

Daniel
by daniel
Thu Mar 03, 2011 9:05 pm
Forum: Questions
Topic: Clash Detection Solution
Replies: 1
Views: 4965

Re: Clash Detection Solution

Hello, CloudCompare (in fact CCLib) is actually used for clash detection in at least one project to my knowledge. It's an ongoing project at EDF R&D. The aim is to detect clashes between static structures (represented by triangular meshes or point clouds) and a moving object (generally represent...