Home
last modified time | relevance | path

Searched defs:d_foreground (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudabgsegm/perf/
Dperf_bgsegm.cpp346 cv::cuda::GpuMat d_foreground; variable
/external/opencv3/samples/gpu/performance/
Dtests.cpp1225 cv::cuda::GpuMat d_foreground; in TEST() local
1281 cv::cuda::GpuMat d_foreground; in TEST() local
/external/opencv3/modules/cudalegacy/src/
Dfgd.cpp368 …int findForegroundRegions(GpuMat& d_foreground, Mat& h_foreground, std::vector< std::vector<Point>… in findForegroundRegions()