Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C で GMM (Gaussian Mixture Model) を作成するにはどうすればよいですか。Matlab にはいくつかの実装がありますが、それに関するドキュメントと C++ ではなく C のサンプル コードを探しています。
ここでは、C での実装を見つけることができます。
https://engineering.purdue.edu/~bouman/software/cluster/
OpenCV には、GrabCut の実装に使用される GMM の実装があります。たとえば、ここで見つけることができます。
編集: C での実装を探していることに気付きました。OpenCV 実装は C++ を使用しています。しかし、おそらくそれを出発点として使用できます。
アポフェニアの混合モデルはどうですか?