I am trying to work out a simple hello world for OpenCV but am running out of ideas as to why it is not working.
for example I have a binaryzation image like this alt text http://www.iebayer.c开发者_如何学运维om/forum/attachments/month_1001/100127142364234cbfc9c9c793.jpg
I have this problem, I would like to detect a particular window, from a set of screenshots. If i have 100 screenshots I would like to figure out which ones contain iTunes. I am still a noob when it co
I\'m using function cvKMeans2() from OpenCV library for clustering. It has optional parametr: centers - The optional output array of the cluster centers
how can I see the color space of my image with openCV ? I would like to 开发者_如何学Pythonbe sure it is RGB, before to convert to another one using cvCvtColor() function
I found that handy opencv library and tried to program a simple imagemodifier with it using C. When I started to compile my code I got some errors, that are a bit confusing as they doesn\'t seem to ma
I have a loop to take in images from a high speed framegrabbger at 250fps. /** Loop processes 250 video frames per second **/
I\'m trying to use OpenCV to \"parse\" screenshots from the iPhone game Blocked. The screenshots are cropped to look like this:
I want to do background subtraction in a video file using OpenCV method. Right now I\'m able to do background subtraction, but the problem is that I couldn\'t get the output in color mode. All the out
I am successfully able to detect hair strands in an image as lines. I see that the output image detects each hair as line. I use cvHou开发者_JAVA技巧ghLines2() with method parameter as CV_HOUGH_PROBAB