1

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.

Jav_Rock
  • 22,059
  • 20
  • 123
  • 164
NOP
  • 864
  • 1
  • 12
  • 26
  • There are some answers in this question: https://stackoverflow.com/questions/10571802/how-to-write-gmm-gaussian-mixture-model-in-c – Jon Nordby Aug 19 '22 at 14:34

1 Answers1

0

I found this obsolete C interface of Expectation Maximization in OpenCV, hope it helps.

Jaime Ivan Cervantes
  • 3,579
  • 1
  • 40
  • 38