|
|
the above is totally bullshit
download the source code and it 's an cmake project
cd opencv
mkdir build
cmake ..
than make -j4 4 is the number of process in your computer
finally sudo make install
本文详细介绍了如何使用CMake配置并安装OpenCV,包括设置安装路径、启用示例和额外模块,以及集成多种功能如TBB、V4L、QT、OpenGL等。通过遵循这些步骤,读者可以顺利完成OpenCV的安装,为计算机视觉项目做好准备。
|
|
the above is totally bullshit
download the source code and it 's an cmake project
cd opencv
mkdir build
cmake ..
than make -j4 4 is the number of process in your computer
finally sudo make install
174
269

被折叠的 条评论
为什么被折叠?