Search found 20 matches

by anagno
Fri Jul 27, 2012 10:11 am
Forum: Issues, bugs, etc.
Topic: qPCL
Replies: 2
Views: 2725

qPCL

Hi all, I am trying to build the latest trunk of CloudCompare with PCL plugin and i am getting this error: anagno@computer:~/Documents/CloudCompare/build$ make [ 1%] Built target triangle [ 8%] Built target CC_DLL [ 8%] Built target GLEW [ 9%] Built target CC_FBO [ 17%] Built target QCC_DB_DLL [ 59%...
by anagno
Wed May 09, 2012 8:01 pm
Forum: CCLib
Topic: Cloud registration with align
Replies: 10
Views: 42765

Re: Cloud registration with align

Hi Daniel, I have two questions if you could help me :) First, I have been reading your paper on "change detection on points cloud data acquired with a ground laser scanner" and your doctoral thesis and i was wondering if is possible to have a vector of the change rather than absolute dist...
by anagno
Wed May 09, 2012 7:35 pm
Forum: Issues, bugs, etc.
Topic: Compilation on Unix
Replies: 1
Views: 2119

Compilation on Unix

After downloading the most recent trunk and when i tried to compile the program i got: In file included from /home/anagno/Documents/CloudCompare/trunk/libs/qCC_db/ccCalibratedImage.cpp:25:0: /home/anagno/Documents/CloudCompare/trunk/libs/qCC_db/ccCalibratedImage.h:158:45: error: ‘>>’ should be ‘> >’...
by anagno
Fri Apr 27, 2012 8:22 am
Forum: CCLib
Topic: Cloud registration with align
Replies: 10
Views: 42765

Re: Cloud registration with align

Hi daniel,

Thank you for your response. It was very helpful :)

P.S.: In my search for the icp algorithm i found the Point Cloud Library (PCL). If you haven`t heard it look it up. I believe that can help you very match in your project. Keep up the good work :)
by anagno
Thu Apr 26, 2012 5:39 pm
Forum: CCLib
Topic: Cloud registration with align
Replies: 10
Views: 42765

Re: Cloud registration with align

Hi daniel,

I have sent the paper at cloudcompare[at]danielgm.net (i hope it is the correct address)
One final question that concerns the icp. Is it possible the octree structure to influence the results of the icp ???

Thank you in advance
by anagno
Wed Apr 25, 2012 2:34 pm
Forum: CCLib
Topic: Cloud registration with align
Replies: 10
Views: 42765

Re: Cloud registration with align

Hi Daniel, I am trying to reproduce the results of a paper that use icp for movement detection of pit slopes using laser scanners point clouds (if you want i can mail you the paper) and it seems that something i am doing wrong. I will look deeper on the subject to find what i am doing wrong. Thank y...
by anagno
Tue Apr 24, 2012 9:18 am
Forum: CCLib
Topic: Cloud registration with align
Replies: 10
Views: 42765

Cloud registration with align

Hi, I was wondering if the Register command (Tools-> Registration -> Register) is using the ICP algorithm ??? If yes then could someone help interpret some results i get from the algorithm ??? I want to test the icp algorithm to see if it is capable of detecting deformations on two point clouds. For...
by anagno
Thu Apr 19, 2012 6:01 pm
Forum: Linux related topics
Topic: Compilation on Ubuntu 12.04 64bit
Replies: 16
Views: 15288

Re: Compilation on Ubuntu 12.04 64bit

Sorry for my late responce. Indeed it work on Ubuntu 12.04 32bit. I just did it. What i had to do was to download the trunk and then in the forlder of the trunk from a terminal i wrote: sudo apt-get install qt4-dev-tools python-qt4-gl cmake . make sudo make install and CC was installed. As you menti...
by anagno
Mon Apr 02, 2012 11:08 am
Forum: Linux related topics
Topic: Compilation on Ubuntu 12.04 64bit
Replies: 16
Views: 15288

Re: Compilation on Ubuntu 12.04 64bit

Hi, Thank you for your response Moreover, this night the project structure has totally changed (we use solely CMake from now on). So you can delete your actual repository and grab a new (clean) one. Then CMake will let you choose your preferate editor (even if I only validated compilation with Code:...
by anagno
Sun Apr 01, 2012 4:36 pm
Forum: Linux related topics
Topic: Compilation on Ubuntu 12.04 64bit
Replies: 16
Views: 15288

Compilation on Ubuntu 12.04 64bit

I am trying to compile CC on Ubuntu 12.04. I have installed Code::Blocks IDE 10.05 and qt4-dev-tools python-qt4-gl glew-utils dependencies. On the Current Viarable on the menu Settings, i putted qt_dir, on base /usr/share/qt4 and on include /usr/include/qt4 as mentioned on the compilation informatio...