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()
?
1 | initial version |
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()
?