Author Topic: OpenCV template  (Read 12138 times)

Offline bluekid

  • Multiple posting newcomer
  • *
  • Posts: 57
  • What is blue ? Blue is the invisible becoming visi
OpenCV template
« 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
What is blue ? Blue is the invisible becoming visible.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: OpenCV template
« Reply #1 on: July 20, 2006, 03:35:56 pm »
cool, thanks

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: OpenCV template
« Reply #2 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?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline bluekid

  • Multiple posting newcomer
  • *
  • Posts: 57
  • What is blue ? Blue is the invisible becoming visi
Re: OpenCV template
« Reply #3 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
« Last Edit: July 20, 2006, 04:47:09 pm by bluekid »
What is blue ? Blue is the invisible becoming visible.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: OpenCV template
« Reply #4 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ