News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

OpenCV template

Started by bluekid, July 20, 2006, 02:43:40 PM

Previous topic - Next topic

bluekid

OpenCV
This library is mainly aimed at real time computer vision.  Some example areas would be  Human-Computer Interaction (HCI); Object Identification, Segmentation and Recognition; Face Recognition; Gesture Recognition; Motion Tracking, Ego Motion, Motion Understanding; Structure From Motion (SFM);  and Mobile Robotics.
http://sourceforge.net/projects/opencvlibrary/
http://www.intel.com/technology/computing/opencv/overview.htm
and OpenCV template for CodeBlocks -Windows -
http://bluekid.mylivepage.com/file/?fileid=651
http://derindelimavi.blogspot.com/2006/07/codeblocks-ile-opencv-kullanmak.html
What is blue ? Blue is the invisible becoming visible.

killerbot


MortenMacFly

Is there any MinGW compiled variant around somewhere (e.g. a DevPak or similar)?
Or do I really have to compile that beast by myself?
If so: I'd like to compile this with MinGW -> should I use the linux or the windows sources for this? How did you do this?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

bluekid

#3
QuoteIs there any MinGW compiled variant around somewhere (e.g. a DevPak or similar)?
i dont know but i use mingw also
so you can simply download OpenCV_b5a.exe
http://prdownloads.sourceforge.net/opencvlibrary/OpenCV_b5a.exe?download
install OpneCV lib to C:\Program Files\OpenCV
use template
there is no problem

Platform-Independent sources
http://puzzle.dl.sourceforge.net/sourceforge/opencvlibrary/opencv-0.9.7.tar.gz

when i check OpenCV directory i see _make directory which contains make files and vc workspace
may be import workspaces
What is blue ? Blue is the invisible becoming visible.

MortenMacFly

Quote from: bluekid on July 20, 2006, 04:39:04 PM
QuoteIs there any MinGW compiled variant around somewhere (e.g. a DevPak or similar)?
so you can simply download OpenCV_b5a.exe
Yepp, works. I thought these were VisualStudio specific, but as you said: MinGW handles them just fine. Thanks.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]