Search found 20 matches

by anagno
Wed Jul 10, 2013 3:24 pm
Forum: CCLib
Topic: Cloud registration with align
Replies: 10
Views: 40561

Re: Cloud registration with align

I believe I found the answer myself.
Thank you for you time and for the cloudcompare . it helped me a lot in my thesis :-)
by anagno
Wed Jan 30, 2013 9:04 am
Forum: Questions
Topic: Render to file with SF scale
Replies: 9
Views: 6405

Re: Render to file with SF scale

Thanks for the info
by anagno
Fri Jan 25, 2013 10:09 am
Forum: Questions
Topic: Render to file with SF scale
Replies: 9
Views: 6405

Render to file with SF scale

Hi all,

Is there a way to export and the SF scale when i use the command "Render to file" ???

Thanks in advance
by anagno
Tue Oct 16, 2012 6:28 pm
Forum: Linux related topics
Topic: compale error on NormalDistribution.cpp.o
Replies: 7
Views: 6709

Re: compale error on NormalDistribution.cpp.o

Hi Daniel,

Sorry for me late reply but most of the day i was to my university. I confirm that now it compiles and runs correct.

Thanks for your time :)

P.S.: When ever you need a guinea pig for ubuntu just send me an email :)
by anagno
Mon Oct 15, 2012 9:15 pm
Forum: Linux related topics
Topic: compale error on NormalDistribution.cpp.o
Replies: 7
Views: 6709

Re: compale error on NormalDistribution.cpp.o

Hi, Almost... My compiler is more grumpy :P anagno@laptop:~/Documents/CloudCompare/build$ make [ 1%] Built target triangle [ 11%] Built target CC_DLL [ 11%] Built target GLEW [ 12%] Built target CC_FBO [ 12%] Building CXX object libs/qCC_db/CMakeFiles/QCC_DB_DLL.dir/ccExtru.cpp.o /home/anagno/Docume...
by anagno
Mon Oct 15, 2012 2:31 pm
Forum: Linux related topics
Topic: compale error on NormalDistribution.cpp.o
Replies: 7
Views: 6709

Re: compale error on NormalDistribution.cpp.o

Hi again, There are more problems on compilation: anagno@laptop:~/Documents/CloudCompare/build$ make [ 1%] Built target triangle [ 11%] Built target CC_DLL [ 11%] Built target GLEW [ 12%] Built target CC_FBO [ 12%] Building CXX object libs/qCC_db/CMakeFiles/QCC_DB_DLL.dir/ccExtru.cpp.o /home/anagno/...
by anagno
Mon Oct 15, 2012 10:15 am
Forum: Linux related topics
Topic: compale error on NormalDistribution.cpp.o
Replies: 7
Views: 6709

Re: compale error on NormalDistribution.cpp.o

I confirm that fabs solve this problem, but now i have some other compilation problems. I will investigate later and i will report if there is more problems. Thanks for your time P.S.: I am installing it on a diffrent computer thats why i download the latest trunk ... Because am i using linux distro...
by anagno
Mon Oct 15, 2012 7:43 am
Forum: Linux related topics
Topic: compale error on NormalDistribution.cpp.o
Replies: 7
Views: 6709

compale error on NormalDistribution.cpp.o

I am trying to compile on ubuntu 12.04 64bit the latest trunk and i am getting: anagno@laptop:~/Documents/CloudCompare/build$ make [ 3%] Built target triangle Scanning dependencies of target CC_DLL [ 6%] Building CXX object CMakeFiles/CC_DLL.dir/src/NormalDistribution.cpp.o In file included from /ho...
by anagno
Wed Aug 08, 2012 8:38 am
Forum: CCLib
Topic: CCLib::DistanceComputationTools::synchronizeOctrees
Replies: 0
Views: 19467

CCLib::DistanceComputationTools::synchronizeOctrees

Hi all, I have a question regarding synchronizeOctrees function from the distance computations tools. I was wondering if the only condition to sync two octree is to have the same bounding box ??? If it is, the synchronizeOctrees what it does is to check the two bounding box of the octrees and if the...
by anagno
Fri Jul 27, 2012 4:42 pm
Forum: Issues, bugs, etc.
Topic: qPCL
Replies: 2
Views: 2705

Re: qPCL

Hi daniel, After searching a little bit in the PCL documentations i believe that the correct replacement for MovingLeastSquaresOMP is MovingLeastSquares but it seems i can`t make it work. It compiles all right but when i try to open a .pcd file the qcc seems unresponsive. For the moment i fall back ...