1,更新各个安装包
#apt-get update
2,查询opencv和图像库
3,安装图像库
4,测试安装成功
#apt-get update
2,查询opencv和图像库
- apt-cache search opencv
- libcv-dev
- development files
for libcv
- libcv1 - computer vision library
- libcvaux-dev
- development files
for libcvaux
- libcvaux1 - computer vision extension library
- libhighgui-dev
- development files
for libhighgui
- libhighgui1 - computer vision GUI library
- opencv-doc
- OpenCV documentation and examples
- python-opencv - Python bindings for the computer vision library
- apt-get install libcv1 libcvaux1 libhighgui1
- apt-get install libcv-dev libcvaux-dev libhighgui-dev
- g++ `pkg-config opencv --libs --cflags opencv` drawing.c -o drawing