【发布时间】:2016-01-11 05:14:33
【问题描述】:
我按照http://pointclouds.org/documentation/tutorials/using_pcl_pcl_config.php 进行配置。我在 64 位 windows7 中使用 64 位 pcl 1.5.1、visual studio 2010 和 cmake3.0.2。在我配置时,我收到以下错误。
The C compiler identification is MSVC 16.0.30319.1
The CXX compiler identification is MSVC 16.0.30319.1
Check for working C compiler using: Visual Studio 10 2010 Win64
Check for working C compiler using: Visual Studio 10 2010 Win64 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 10 2010 Win64
Check for working CXX compiler using: Visual Studio 10 2010 Win64 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Found eigen: C:/Program Files/PCL 1.5.1/3rdParty/Eigen/include
Could NOT find Boost
CMake Error at C:/Program Files/PCL 1.5.1/cmake/PCLConfig.cmake:38 (message):
common is required but boost was not found
Call Stack (most recent call first):
C:/Program Files/PCL 1.5.1/cmake/PCLConfig.cmake:344 (pcl_report_not_found)
C:/Program Files/PCL 1.5.1/cmake/PCLConfig.cmake:489 (find_external_library)
CMakeLists.txt:3 (find_package)
Configuring incomplete, errors occurred!
See also "D:/LocalData/build/CMakeFiles/CMakeOutput.log".
还有其他方法可以将 OpenCV 库与 PCL 集成到 windows 中吗?
【问题讨论】:
-
你有没有试过这个安装也谈到了opencv sourceforge.net/projects/pointclouds/files/1.6.0/…
-
如果它想要提升,最好得到它。
标签: visual-studio-2010 opencv point-cloud-library