Search found 30 matches

by muzo583
Thu May 28, 2015 9:10 pm
Forum: Questions
Topic: Opening las/laz files
Replies: 12
Views: 17786

Re: Opening las/laz files

Hi Daniel, I have compiled and installed liblas. But I got an error WARNING: Target "QCC_IO_LIB" requests linking to directory "/usr/local/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "CloudCompare" requests linking to directory...
by muzo583
Thu May 28, 2015 4:07 pm
Forum: Questions
Topic: Opening las/laz files
Replies: 12
Views: 17786

Re: Opening las/laz files

Dear Daniel, I have a problem with Las file importing. I choosed the option use liblas in CMAKE. An error occured, "error in configuration process, project files maybe invalid" I read the wiki for liblas, but I am confused. I am using CC 2.6.1 beta on Ubuntu 14.04. Do I need to install Lib...
by muzo583
Fri Dec 12, 2014 3:52 pm
Forum: Linux related topics
Topic: Compiling CC on Lubuntu, issue with cmake
Replies: 11
Views: 29264

Re: Compiling CC on Lubuntu, issue with cmake

So first of all: be sure that the BUILD directory is not under the 'trunk' one (i.e. the git repository) othrewise it can really mess things up the 'ccViewer' folder shouldn't be under the 'plugins' folder?! You should clean everything and restart from a clean repository never look inside the BUILD...
by muzo583
Thu Dec 11, 2014 4:14 pm
Forum: Linux related topics
Topic: Compiling CC on Lubuntu, issue with cmake
Replies: 11
Views: 29264

Re: Compiling CC on Lubuntu, issue with cmake

Hi Daniel, I can run the qcc after all steps. But the plugins are not installing. while cmake step and the installing step I did all things. When I click the plugin information in software. Found plugins (looked in /home/muzo/CC/build/qcc/plugins): but when I opened the qcc folder, there is not any ...
by muzo583
Wed Dec 10, 2014 7:51 pm
Forum: Linux related topics
Topic: Not able to configure
Replies: 8
Views: 17665

Re: Not able to configure

What you are missing here is that CMake is not a compiler. It's only a "make file" generator. It simply creates the file(s) that will be used by the compiler tool to actually generate the program. In your case, you have to open a terminal, browse to your "build" directory, then ...
by muzo583
Wed Dec 10, 2014 5:51 pm
Forum: Questions
Topic: Georeferencing
Replies: 7
Views: 7619

Re: Georeferencing

Dear all, I'm wondering sth about georeferencing. Is there a possible to create and detect circle from target shape in point cloud? And if it is possible with ransac algorthim, can we use the center of this primitives for georeferencing? I was using it in Polyworks, choosing target(or drawing polygo...
by muzo583
Wed Dec 10, 2014 5:22 pm
Forum: Coffee place
Topic: [SURVEY] For which applications do you use CloudCompare?
Replies: 3
Views: 21779

Re: [SURVEY] For which applications do you use CloudCompare?

Everything is in the title: "Why do you use CC?" I use CC for: -Analysis of Terrestrial Laser Scans for: - archaeology and cultural heritage - deformation analysis of rocks and cliffs -Creation of visuals and images What about you?? It will certainly help improving CC!! I'm using CC for L...
by muzo583
Wed Dec 10, 2014 4:55 pm
Forum: Linux related topics
Topic: Not able to configure
Replies: 8
Views: 17665

Re: Not able to configure

I have finished Cmake steps after generate. After these steps I did not do anything. But I see now there must be an install files in /usr/local ??.. eventually, the "CMAKE" group contains a CMAKE_INSTALL_PREFIX which is where CloudCompare and ccViewer will be installed (when you compile th...
by muzo583
Tue Dec 09, 2014 12:35 am
Forum: Linux related topics
Topic: Not able to configure
Replies: 8
Views: 17665

Re: Not able to configure

Thank you Daniel.
I have fixed the problem however I don't know how to execute software in Ubuntu.
Could someone help me about how to run CC on Ubuntu?

Thanks
by muzo583
Wed Dec 03, 2014 9:17 am
Forum: Linux related topics
Topic: Not able to configure
Replies: 8
Views: 17665

Re: Not able to configure

hi all, I 've tried to install cc on ubuntu however I could not install. I've followed instructions on wiki. CC files under trunk-master folder /home/muzo/CC cmake source code /home/muzo/CC/trunk-master build /home/muzo/CC/trunk-master/build I choose generator codeblocks unix makefiles the error is ...