Home
last modified time | relevance | path

Searched refs:changeDetection (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/src/
Dfgd.cpp238 …void changeDetection(const GpuMat& prevFrame, const GpuMat& curFrame, GpuMat& changeMask, GpuMat& … in changeDetection() function
647 changeDetection(prevFrame_, curFrame, Ftd_, hist_, histBuf_); in apply()
648 changeDetection(background_, curFrame, Fbd_, hist_, histBuf_); in apply()