(索引)OpenGL学习资料

OpenGl教程:http://www.owlei.com/DancingWind/

Open Inventor 教程:http://blog.csdn.net/robinhao

(原)ubuntu 下安装opencv

在ubuntu 10.04下安装opencv,步骤如下:

1、找到opencv的依赖包

$ sudo apt-cache search opencv

libcv-dev - development files for libcv
libcv4 - computer vision library
libcvaux-dev - development files for libcvaux
libcvaux4 - computer vision extension library
libhighgui-dev - development files for libhighgui
libhighgui4 - computer vision GUI library
opencv-doc - OpenCV documentation and examples
python-opencv - Python bindings for the computer vision library
harpia - Image Processing/Computer Vision Automatic Prgm. Tool

继续阅读