Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started 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
-
cool, thanks
-
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?
-
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
-
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.