I am new to image processing and I'm working on a project multiple object detection(any object in frame) and tracking. I read few of the detection algorithms and thought of implemnting Gaussian mixture model for detection and tracking using kalman filter.
1) How good is GMM compared to other background subtraction methods?
2) Since GMM uses k-means to separate the foreground from the background. I have been trying to find out the optimal number of K gaussian distributions? Any method/algorithm to find K?
3) GMM detects only moving objects. How can I detect static object?
I want to implement this project using Java in ImageJ.
Any suggestions? Plz help!!