Having searched around on SO, and also checked on OpenCV list but not having found an answer, posting my query here.
I\'m new with openCV and I tried followed some tutorials. Everything worked fine until I included: opencv2/imgproc/imgproc.hpp and used the filter2D function. I got the following error when I start my
I downloaded openCV2.3.1. It\'s the lastest version of openCV. After download I double click OpenCV-2.3.1-win-superpack and click Run button. It extract file to C:/opencv folder.
I would like to run an OpenCV C++ Interface using the CascadeClassifier Objects in multiple threads. The way my program works is my main thread loads \"som开发者_如何转开发e_file.xml\" into a Cascade
I have a camera set up开发者_开发问答 on a ceiling , capturing people standing in line. I need to count the amount of people. Currently I do that with background subtraction and Hough transform. The d
I\'m trying to build a project using OpenCV with alchemy. My idea was to isolate the parts I need from OpenCV (v.2.2), compile them with alchemy g++ and link with my code statically. So here\'s what I
After referring to the following question, it was a flick to setup QT4.7.0, QtCreator 2.0.0 for openCV2.3
I\'m trying to include OpenCV (version 2.3.1) in a project I\'m working on. A camera is sending my program (in Microsoft Visual C++ 2008 on a Windows 7 64-bit machine) an image stream, which the progr
I am creating samples in opencv 2.1 by \"opencv_createsamples.exe\", but I\'ve got parse error on line 1.
I\'m working on a program in PYTHON which is able to do the following: A webcam is watching a movement, where an object is moving on a path. The object to be tracked is marked with a big yellow spot.