Mixture of gaussians doesn't return any background (Bug #622)
Description
Mixture of gaussians doesn't return any background using for eg. cvShowImage(mog->background);
Everything is fine for cvShowImage(mog->foreground)
Using the CvBGStatModel.
OpenCV 2.1, Platform windows XP, not using IPP or openMP
Related issues
duplicates Bug #317: sample bgfg_segm.cpp don't display background in 2.1.0 ve... | Done |
Associated revisions
Merge pull request #622 from moshekaplan:python2_cleanups
History
Updated by Georgios Petrou over 14 years ago
The latest svn version (3921) does not work either. The bgfg_segm.cpp example shows only the foreground image correctly and the background image is empty.
Updated by Vadim Pisarevsky over 14 years ago
this is duplicate of #317, where the workaround is suggested
- Status changed from Open to Done
- (deleted custom field) set to duplicate
Updated by Andrey Kamaev almost 13 years ago
- Status changed from Done to Cancelled