prune            1159 apps/traincascade/old_ml.hpp     CV_WRAP virtual void prune( CvSlice slice );
prune             939 apps/traincascade/old_ml_boost.cpp         prune( CV_WHOLE_SEQ );
prune              59 modules/cudabgsegm/src/mog2.cpp         void mog2_gpu(PtrStepSzb frame, int cn, PtrStepSzb fgmask, PtrStepSzb modesUsed, PtrStepSzf weight, PtrStepSzf variance, PtrStepSzb mean, float alphaT, float prune, bool detectShadows, cudaStream_t stream);
prune             546 modules/video/src/bgfg_gaussmix2.cpp         prune = _prune;
prune             590 modules/video/src/bgfg_gaussmix2.cpp                     float weight = alpha1*gmm[mode].weight + prune;//need only weight if fit is found
prune             668 modules/video/src/bgfg_gaussmix2.cpp                     if( weight < -prune )
prune             744 modules/video/src/bgfg_gaussmix2.cpp     float varInit, varMin, varMax, prune, tau;
prune              45 modules/video/src/opencl/bgfg_mog2.cl                           float alphaT, float alpha1, float prune,
prune              82 modules/video/src/opencl/bgfg_mog2.cl             float c_weight = mad(alpha1, _weight[mode_idx], prune);
prune             126 modules/video/src/opencl/bgfg_mog2.cl             if (c_weight < -prune)
prune             136 modules/video/src/opencl/bgfg_mog2.cl             float c_weight = mad(alpha1, _weight[mode_idx], prune);
prune             138 modules/video/src/opencl/bgfg_mog2.cl             if (c_weight < -prune)