mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
78de75397e
The number of gaussians involved in a mixture is supposed to be dynamically adjusted. After being increased, the number of gaussians can't be reduced anymore. It seems to be a regression as the legacy code located in modules/legacy/src/bgfg_gaussmix.cpp allows to reduce such number of gaussians.