mean_             114 modules/cudabgsegm/src/mog.cpp         GpuMat mean_;
mean_             145 modules/cudabgsegm/src/mog.cpp         if (nframes_ == 0 || learningRate >= 1.0 || frame.size() != frameSize_ || work_ch != mean_.channels())
mean_             155 modules/cudabgsegm/src/mog.cpp         mog_gpu(frame, ch, fgmask, weight_, sortKey_, mean_, var_, nmixtures_,
mean_             172 modules/cudabgsegm/src/mog.cpp         getBackgroundImage_gpu(backgroundImage.channels(), weight_, mean_, backgroundImage, nmixtures_, backgroundRatio_, StreamAccessor::getStream(stream));
mean_             192 modules/cudabgsegm/src/mog.cpp         mean_.create(frameSize.height * nmixtures_, frameSize_.width, CV_32FC(work_ch));
mean_             197 modules/cudabgsegm/src/mog.cpp         mean_.setTo(cv::Scalar::all(0));
mean_             150 modules/cudabgsegm/src/mog2.cpp         GpuMat mean_;
mean_             188 modules/cudabgsegm/src/mog2.cpp         if (nframes_ == 0 || learningRate >= 1.0 || frame.size() != frameSize_ || work_ch != mean_.channels())
mean_             200 modules/cudabgsegm/src/mog2.cpp         mog2_gpu(frame, frame.channels(), fgmask, bgmodelUsedModes_, weight_, variance_, mean_,
mean_             216 modules/cudabgsegm/src/mog2.cpp         getBackgroundImage2_gpu(backgroundImage.channels(), bgmodelUsedModes_, weight_, mean_, backgroundImage, StreamAccessor::getStream(stream));
mean_             238 modules/cudabgsegm/src/mog2.cpp         mean_.create(frameSize.height * nmixtures_, frameSize_.width, CV_32FC(work_ch));
mean_             100 modules/flann/include/opencv2/flann/kdtree_index.h         mean_ = new DistanceType[veclen_];
mean_             116 modules/flann/include/opencv2/flann/kdtree_index.h         delete[] mean_;
mean_             308 modules/flann/include/opencv2/flann/kdtree_index.h         memset(mean_,0,veclen_*sizeof(DistanceType));
mean_             318 modules/flann/include/opencv2/flann/kdtree_index.h                 mean_[k] += v[k];
mean_             322 modules/flann/include/opencv2/flann/kdtree_index.h             mean_[k] /= cnt;
mean_             329 modules/flann/include/opencv2/flann/kdtree_index.h                 DistanceType dist = v[k] - mean_[k];
mean_             335 modules/flann/include/opencv2/flann/kdtree_index.h         cutval = mean_[cutfeat];
mean_             596 modules/flann/include/opencv2/flann/kdtree_index.h     DistanceType* mean_;
mean_            2623 modules/ts/src/ts_func.cpp             mean_((const uchar*)sptr, mptr, total, cn, sum, nz);
mean_            2626 modules/ts/src/ts_func.cpp             mean_((const schar*)sptr, mptr, total, cn, sum, nz);
mean_            2629 modules/ts/src/ts_func.cpp             mean_((const ushort*)sptr, mptr, total, cn, sum, nz);
mean_            2632 modules/ts/src/ts_func.cpp             mean_((const short*)sptr, mptr, total, cn, sum, nz);
mean_            2635 modules/ts/src/ts_func.cpp             mean_((const int*)sptr, mptr, total, cn, sum, nz);
mean_            2638 modules/ts/src/ts_func.cpp             mean_((const float*)sptr, mptr, total, cn, sum, nz);
mean_            2641 modules/ts/src/ts_func.cpp             mean_((const double*)sptr, mptr, total, cn, sum, nz);