How can I write GMM (Gaussian Mixture Model) in C. There are some implementations in Matlab but I am looking for some documentation about it and example code in C not in C++.
Asked
Active
Viewed 5,253 times
4 Answers
0
There is a GMM implementation available in vlfeat, a C library for computer vision. https://www.vlfeat.org/api/gmm.html

Jon Nordby
- 5,494
- 1
- 21
- 50