Does anybody know of a good implementation of the Mixture of Gaussians (must be for C), which is able to work with OpenCV?
I know there's an undocumented implementation already included in OpenCV for C++, however this must be in C. I don't fancy reinventing the wheel if there's already one out there which will do what I want.
I found this obsolete C interface of Expectation Maximization in OpenCV, hope it helps.