StereoVision-ADCensus | one solution for stereo vision | Computer Vision library
kandi X-RAY | StereoVision-ADCensus Summary
kandi X-RAY | StereoVision-ADCensus Summary
Checkout the project in action or see other nice projects: [My YouTube Channel] [Robalab W-HS YouTube Channel] Based on the following libraries: * OpenCV * BOOST * libConfig * PCL * OpenMP * Qt 4.8.X. Projects in this package: * IntrinsicExtrinsicCalib * ImageRectify * ADCensusBM * PictureOverlay * OpenCVBM * evalDisp.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of StereoVision-ADCensus
StereoVision-ADCensus Key Features
StereoVision-ADCensus Examples and Code Snippets
Community Discussions
Trending Discussions on StereoVision-ADCensus
QUESTION
I'm trying to build this project https://github.com/DLuensch/StereoVision-ADCensus, in Windows10 environment. As it tells, I need openCV, boost, libConfig, PCL, OpenMP, Qt 4.8X established. I don't really know what all of those libraries are, but, well, I just follow the instruction provided. When I tried the cmake .. command to build the project, CMake raised error "Unable to find the requested Boost libraries", which is shown as below
...ANSWER
Answered 2019-Jul-11 at 07:12cmake
just has an issue that it can't find the boost library files boost_filesystem
and boost_system
to link with the version of boost
that you've installed.
cmake
needs BOOST_LIBRARYDIR
to be set to the directory where the library files are stored, like you set BOOST_ROOT
to the directory where you installed boost
.
The boost
library files are not built by default when you install boost
see: boost: prepare to use a library binary. You can build the libraries yourself, as described here. However, it is easier just to download and install the relevant binary from here.
Note: the CMakeLists.txt
file line:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install StereoVision-ADCensus
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page