Author Topic: [ubunto]add opencv  (Read 3369 times)

bilocks

  • Guest
[ubunto]add opencv
« on: March 18, 2011, 02:33:24 pm »
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:.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: [ubunto]add opencv
« Reply #1 on: March 18, 2011, 02:59:55 pm »
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.