Author Topic: OpenCV 2.4 in Code::Blocks  (Read 7973 times)

Offline bbenes

  • Multiple posting newcomer
  • *
  • Posts: 10
OpenCV 2.4 in Code::Blocks
« on: June 22, 2012, 11:58:47 pm »
Hi.  ???

I want to use OpenCV 2.4 in Code::Blocks and as I am new on this IDE ( or in any other IDE for that matter ) I can´t see the differences between

the templates available. Where I can find detailed descriptions of these template and what the final product would look like ( if this is possible )?

My idea is to work on phographic images. I appreciate any help I can get. Thanks in advance.

Best regards


Offline xunxun

  • Almost regular
  • **
  • Posts: 187
Re: OpenCV 2.4 in Code::Blocks
« Reply #1 on: June 23, 2012, 04:00:34 pm »
I don't understand what you said :(

You meaned how is OpenCV project created?
Regards,
xunxun

Offline bbenes

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: OpenCV 2.4 in Code::Blocks
« Reply #2 on: June 24, 2012, 07:39:49 pm »
Hi.

What I mean is that I don´t know the differences between the various templates so I can choose one for what I want to do. It seems to me that

it is taken for granted that everyone knows these differences. Well the truth is that I don´t know. So I need some kind of document(s) to study 

these various templates. After all, everything seems to start with one of them. I thank you very much for your interest.

Best regards :-[


 

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: OpenCV 2.4 in Code::Blocks
« Reply #3 on: June 25, 2012, 11:22:33 am »
I can´t see the differences between
the templates available. Where I can find detailed descriptions of these template and what the final product would look like ( if this is possible )?
What does "templates" means?

Also, please read this page: http://opencv.willowgarage.com/wiki/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.

Offline jarod42

  • Multiple posting newcomer
  • *
  • Posts: 87
Re: OpenCV 2.4 in Code::Blocks
« Reply #4 on: June 25, 2012, 01:10:08 pm »
I assume he talked about project template.

The difference between the different templates is mainly
some default configuration (add include path and link)
and some default code.

I suggest you to choose 'Empty project' or 'console application' and set every needed options.