Searched refs:sortKey_ (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudabgsegm/src/ |
D | mog.cpp | 113 GpuMat sortKey_; member in __anon66be43d20111::MOGImpl 155 mog_gpu(frame, ch, fgmask, weight_, sortKey_, mean_, var_, nmixtures_, in apply() 191 sortKey_.create(frameSize.height * nmixtures_, frameSize_.width, CV_32FC1); in initialize() 196 sortKey_.setTo(cv::Scalar::all(0)); in initialize()
|