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 for Code::Blocks

Started by furtfight, April 02, 2014, 07:19:52 PM

Previous topic - Next topic

furtfight

Hello,

I want to link the third party library opencv to code::blocks but it seems that the link provided in the wiki http://opencv.willowgarage.com/wiki/CodeBlocks is broken (I think the site is down for some reason). And I didn't find really find clear explanation on the net about which file of the archive of opencv I have to put in the compiler and linker setting.

Thanks for the helps

stahta01

#1
Read the CB FAQ
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_I_would_like_to_compile_a_project_using_some_non-standard_libraries._How_can_I_indicate_to_CodeBlocks_that_these_libraries_and_include_files_exist.3F

Use the "For your project :" section of FAQ.

Read the Rules for the site http://forums.next.codeblocks.org/index.php/topic,9996.0.html

After, you find the Compiler/Linker options it is allowed to ask for help on this site.

Asking what Compiler/Linker options are needed for your 3rd party library is NOT allowed per the rules of this site.

Search terms used to find the below site "code blocks opencv configuration"
http://stackoverflow.com/questions/10876052/how-to-compile-a-program-using-opencv-2-4-3-with-codeblocks

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]