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

OpenCV 2.4 in Code::Blocks

Started by bbenes, June 22, 2012, 11:58:47 PM

Previous topic - Next topic

bbenes

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


xunxun

I don't understand what you said :(

You meaned how is OpenCV project created?
Regards,
xunxun

bbenes

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 :-[



ollydbg

Quote from: bbenes on June 22, 2012, 11:58:47 PM
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.

jarod42

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.