April 27, 2009
How to use OpenCV in QT under ubuntu
Install OpenCV with Synaptic Package Manager
Add one line in QT project file (*.pro)
LIBS += -L/usr/local/lib -lcxcore -lcv -lhighgui -lcvaux
Then, include OpenCV header file in your source code.
Do whatever you like in your source file.
Compile.
Note: This post is incomplete so far and subject to change.
