I want to track a laser light dot(which is on a wall) with a webcam and i am using openCV to do this task. can anybody suggest me a way开发者_JAVA技巧 to do it with C++.
I\'m just getting started with OpenCV. I came across this question, and I\'m trying to find where that code c开发者_如何学Came from. Any ideas?If you don\'t have reference image of the background then
Does anybody know how does it work and how to do it using OpenCV? Laplacian can be calculated using OpenCV,
I\'m doing background subtraction usi开发者_运维问答ng opencv. The problem is the foreground object is not always detected correctly. To deal with this I would like to use four or five images, and tak
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
please help me to segment a image in binary image... more clearly, i got a image f开发者_开发技巧rom background subtraction, which is binary...means, the object area is of white color and non object o
How can I implement backg开发者_如何学Cround subtraction using Emgu CV?Yes this is quite possible take a look at the \"MotionDetection\" example provided with EMGU this should get you started.
Using images of articles of clothing taken against a consistent background, I would like to make all pixels in the image transparent except for the clothing. What is the best way to go about this? I h