Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: bbenes on June 22, 2012, 11:58:47 pm

Title: OpenCV 2.4 in Code::Blocks
Post by: bbenes 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

Title: Re: OpenCV 2.4 in Code::Blocks
Post by: xunxun on June 23, 2012, 04:00:34 pm
I don't understand what you said :(

You meaned how is OpenCV project created?
Title: Re: OpenCV 2.4 in Code::Blocks
Post by: bbenes 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 :-[


 
Title: Re: OpenCV 2.4 in Code::Blocks
Post by: ollydbg 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
Title: Re: OpenCV 2.4 in Code::Blocks
Post by: jarod42 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.