Im trying out the c开发者_开发百科odebook method, but don\'t really understand the point of int t in a code_book struct. Its the variable used to \"Count every access\", but this completely lost me. C
I want to implement a background averaging method. I have 50 frames of images taken in one second and some of the frames contain lightning which I want to extract as the foreground. The frames are tak
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
There is an implementation of that algorithm in opencv version 1.0 the function is cvCreateFGDStatModel to create the background model. But I can\'t find it in latest versions. Does anybody knows if i
I need a robust mot开发者_开发问答ion detection and tracking in web cam\'s video frames. The background is always the same. The aim is to identify the position of the object, if possible without the s
I have a seq开发者_运维技巧uence of images taken from a camera. The images consists of hand and surroundings. I need to remove everything except the hand.
I\'m trying to achieve background subtraction in openCV 2.2 using the cv namespace (Qt4.7). I have the following code which compiles fine but when running the program breaks because one mat doesn\'t e
A guy posted this tutorial abou开发者_高级运维t object tracking using Kalman filter. Many people rated high star so it is not a fault/wrong tutorial.
I\'ve got background subtraction to work quite well. But the problem is, it marks shadows as foreground as well.
I am working on a browser based application in which I will get an image. I will have to find the background and remove it if the background is simple. Like if the background is a solid color or gradi