- 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
No comments:
Post a Comment