Why doesn't `cv::grabcut` use `EM::EM`?
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()
?
add a comment