Search found 4 matches

by leifeiyi
Thu Apr 18, 2019 2:42 am
Forum: Plugins
Topic: qCANUPO (classifier files, etc.)
Replies: 134
Views: 2657504

Re: qCANUPO (classifier files, etc.)

Hello, first of all, thank you for providing such a good classifier. I recently read the article about this classifier, but there are some doubts. I hope you can help me answer: 1. The multi-scale dimension feature space made in the first half refers to the position of the point set in the triangle ...
by leifeiyi
Wed Mar 13, 2019 1:31 pm
Forum: Windows related topics
Topic: always can't load pcd file
Replies: 10
Views: 39116

Re: always can't load pcd file

Hello, how do I add some header files from PCL to the plugin? For example, using pcd_io.h in PCL, I included this header file into the plugin, and reported error in VS: unable to open the source file (Note: I have added the file path to the plugin right->properties->attach In the directory), to put ...
by leifeiyi
Sat Mar 09, 2019 4:50 pm
Forum: Other libraries
Topic: OPTION_PDAL_LAS
Replies: 1
Views: 23185

Re: OPTION_PDAL_LAS

I have solved this problem: when using the cmake compiled file to add OPTION_PDAL_LAS, click configure, you need to set the two variable paths PDAL_DIR and JSON_ROOT_DIR。
by leifeiyi
Fri Mar 08, 2019 5:56 pm
Forum: Other libraries
Topic: OPTION_PDAL_LAS
Replies: 1
Views: 23185

OPTION_PDAL_LAS

Hey, I want to compile cloudcompare with VS2015+cmake+QT to enable it to support .las format files. After downloading OSGeo4W64, I have compiled cmake, but when running ALL_BUILD of .sln, there are many problems, and if Without adding OPTION_PDAL_LAS, I can compile and run successfully. Can you expl...