Searched refs:nfeatures_ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/src/ |
D | gmg.cpp | 140 GpuMat nfeatures_; member in __anonecc1bc960111::GMGImpl 214 …funcs[frame.depth()][frame.channels() - 1](frame, fgmask, colors_, weights_, nfeatures_, frameNum_, in apply() 256 nfeatures_.create(frameSize_, CV_32SC1); in initialize() 260 nfeatures_.setTo(Scalar::all(0)); in initialize()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | gmg.cu | 173 …nst PtrStep<SrcT> frame, PtrStepb fgmask, PtrStepi colors_, PtrStepf weights_, PtrStepi nfeatures_, in update() argument 185 int nfeatures = nfeatures_(y, x); in update() 211 nfeatures_(y, x) = nfeatures; in update()
|