Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: bluekid on July 20, 2006, 02:43:40 pm

Title: OpenCV template
Post by: bluekid on July 20, 2006, 02:43:40 pm
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
Title: Re: OpenCV template
Post by: killerbot on July 20, 2006, 03:35:56 pm
cool, thanks
Title: Re: OpenCV template
Post by: MortenMacFly on July 20, 2006, 04:18:59 pm
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?
Title: Re: OpenCV template
Post by: bluekid on July 20, 2006, 04:39:04 pm
Quote
Is 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
Title: Re: OpenCV template
Post by: MortenMacFly on July 20, 2006, 05:40:50 pm
Quote
Is 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.