- Configuring Code::Blocks for OpenCV
- Ubuntu 11.10, OpenCV 2.1 (installed by synaptic)
- http://opencv.willowgarage.com/wiki/CodeBlocks (tutorial with screen shots)
- Now you can simply put this into "Linker settings -> Other linker options":
- pkg-config opencv --libs
- And put this into "Compiler-> Other options":
- pkg-config opencv --cflags
- Simple camera capture code
- FUll OpenCV WIki
- http://opencv.willowgarage.com/wiki/FullOpenCVWiki
- useful for checking camera campatibility
Showing posts with label code blocks. Show all posts
Showing posts with label code blocks. Show all posts
Sunday, December 18, 2011
OpenCV tutorial
Subscribe to:
Posts (Atom)