Why doesn't `cv::grabcut` use `EM::EM`?

asked 2014-04-07 08:51:27 -0600

Adi gravatar image

Why doesn't cv::grabcut use EM::EM for it's Gaussian Mixture Model?
If I want to generate a simple GMM, should I use EM::EM or adopt the implementation of cv::grabcut()?

edit retag flag offensive close merge delete