News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

[ubunto]add opencv

Started by bilocks, March 18, 2011, 02:33:24 PM

Previous topic - Next topic

bilocks

Hello,
Actually I need to use opencv via code::blocks but I didn't even find how to install it(opencv).
Thanks and sorry for my english :oops:.

ollydbg

read this
http://opencv.willowgarage.com/wiki/CodeBlocks

and actually this problem is not related to Codeblocks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.