Search found 7370 matches

by daniel
Thu Sep 15, 2011 3:39 pm
Forum: Issues, bugs, etc.
Topic: Error with ICM files [RESOLVED]
Replies: 7
Views: 7483

Re: Error with ICM files

It works with my own ICM files, but please send me yours: daniel.girardeau@gmail.com (or add it as an attachment to your reply).
by daniel
Thu Sep 15, 2011 1:27 pm
Forum: Issues, bugs, etc.
Topic: Error with ICM files [RESOLVED]
Replies: 7
Views: 7483

Re: Error with ICM files

Oh, it may also come from your text editor. Can you still test this with the new CC version on the trunk? (or do you need an executable?)
by daniel
Thu Sep 15, 2011 12:45 pm
Forum: Issues, bugs, etc.
Topic: Error with ICM files [RESOLVED]
Replies: 7
Views: 7483

Re: Error with ICM files

Hello, are you trying to do this on Linux? I checked the code and I saw that the comparison between the first line in the file and what is attended (#CC_ICM_FILE) is a bit harsh (it includes also the 'carriage return' character (which is never a good idea, as it is not the same for Unix and Windows ...
by daniel
Wed Sep 14, 2011 3:59 pm
Forum: Requests, new functionalities
Topic: [Done] Center of Bbox
Replies: 2
Views: 3872

Re: Center of Bbox

Yeah, no problem. It's already in the trunk version. It will appear in the next release. I just had to strip the ",0,'f',3" arguments of the QString 'arg' methods, as it depends too much on your cloud dimensions/units. I prefer let QString choose automatically (it does this well generally)...
by daniel
Fri Sep 09, 2011 1:27 pm
Forum: Questions
Topic: Local density tool values
Replies: 1
Views: 5137

Re: Local density tool values

Hello, indeed, the CloudCompare 2.3 documentation is still a "work in progress" (for 2 years now!). In fact, the "compute density" tool is very simple and was just intended to give a quick and dirty overlook of the cloud density repartition: - for each point of the cloud, it just...
by daniel
Mon Sep 05, 2011 12:00 pm
Forum: Issues, bugs, etc.
Topic: Issue with displaying negative scalars
Replies: 9
Views: 10900

Re: Issue with displaying negative scalars

Hum, didn't you want to work in non-absolute mode? In this mode, the minimum and maximum are actually the true values. For the other issues, the color in each square is generally the color that you would get with the average value in this square. But for some specific values (0, min and max, etc.), ...
by daniel
Mon Aug 29, 2011 9:41 am
Forum: Issues, bugs, etc.
Topic: Issue with displaying negative scalars
Replies: 9
Views: 10900

Re: Issue with displaying negative scalars

Hello Dimitri, here is a first peak on the new 'color scale' system. - I've found very neat widgets to handle intervales (Qxt library 'SpanSlider' - libqxt.org). It should help to better understand how the sliders work. - I've added options in the 'Display settings' dialog to handle the color scale ...
by daniel
Sat Aug 13, 2011 2:21 pm
Forum: Issues, bugs, etc.
Topic: Issue with displaying negative scalars
Replies: 9
Views: 10900

Re: Issue with displaying negative scalars

Hello Dimitri, It's true that the sliders are a bit limited while already quite complicated... With the system you propose, how do you handle saturation near 0 ? For example to have a constant color between -2 and 2 and regular color ramps between -10:-2 and 2:5 ? But I get your point and I'll try t...
by daniel
Fri Jul 08, 2011 9:21 am
Forum: Plugins
Topic: Plugins
Replies: 17
Views: 25923

Re: Plugins

You can send me your errors by email.

Did you update the 'start_msvc.bat' paths ?
by daniel
Thu Jul 07, 2011 8:34 pm
Forum: Issues, bugs, etc.
Topic: EDL and bounding box
Replies: 4
Views: 5096

Re: EDL and bounding box

Is this in 'perspective' mode? I didn't tried EDL in this mode!

I will disable the "zoom" following effect for perspective modes if this is not satisfactory.