I install openCV2.3.1 in VS2010. I can read image in openCV without any error. But when I run camshiftdemo from folder open/samples/cpp. It show this error.
I\'m having troubles with a part of my OpenCV C++ code: double getVectorMedian( vector<double> values )
I am using the HOGDescriptor class in OpenCV for object detection. It seem开发者_StackOverflows to me that the implementation only uses unsigned gradients, so it\'s unable to make the distinction betw
I am trying to run a simple OpenCV program in QT Creator 2.3, QT 4.7.4.I know the syntax is correct, but my program does not get run.When I run it, I simply get the qtcreator_process_stub.exe window w
I have a problem with the follow code, i´m trying to change a perspective of an image using cvPerspectiveTransform, but I get the follow error:
After spending a couple of days trying figure out why opencv DFT would give 100% similar results for all three channels I ended up finding out that there might be a bug in the split() function that Op
I\'m trying to create a fullscreen window using opencv 2.3 but it doesn\'t work (But I remember, that it should). The code is very simple.
I am writing a program which uses OpenCV (installed in a local directory, since I don\'t have root permissions on that machine), and I have written the corresponding CMakeLists.txt file. My problem is
A question about the object matching in Android-Opencv. As I cannot find any sample code of using SURF in Android platform. I would like to refer to some sample codes in C++.
I need to resize an IplImage and convert it into a CvMat of different depth, this is the code I\'ve written so far: