Hi
Now I am doing a project on detecting moving object in a video. Firstly, I use the Gaussian Mixture Model to implement the object detection. And it works well. It produces the "black" background and the "white" foreground.
Next I aim to use a red rectangle to label the moving object in a video. So I want to use the connected components labeling algorithms which is implemented in the VLIB library to label the foreground region and find the position information about it. But I found when I use the library function “VLIB_getNumCCs”, the "numCC" which represents the number of the connected componets is always equal to zero. Could anybody tell me why?
Thanks!