error in results of EM::COV_MAT_DIAGONAL (Bug #1939)
Description
Whenever, I try EM::COV_MAT_DIAGONAL to train my Gaussian Mixture models, the covariance matrix turns out to be all zeros. However, using EM::COV_MAT_GENERIC returns covariance matrix as expected.
I am using r8282 compiled using VS 2008 on Windows 7.
Associated revisions
fixed Mat::diag (#1939)
History
Updated by Kirill Kornyakov almost 13 years ago
- Category set to ml
Updated by Andrey Kamaev almost 13 years ago
- Assignee set to Maria Dimashova
Updated by Maria Dimashova almost 13 years ago
Thanks a lot for the report. The problem was in cv::Mat::diag(). It was fixed in r8385.
- Status changed from Open to Done
Updated by Andrey Kamaev almost 13 years ago
- Target version set to 2.4.1
Updated by Furqan Khan almost 13 years ago
Yup. It works now.
Thanks