HomeSort by relevance Sort by last modified time
    Searched refs:d_foreground (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/cudabgsegm/perf/
perf_bgsegm.cpp 346 cv::cuda::GpuMat d_foreground; local
365 d_mog2->apply(d_frame, d_foreground);
  /external/opencv3/samples/gpu/performance/
tests.cpp 1225 cv::cuda::GpuMat d_foreground; local
1227 d_mog->apply(d_frame, d_foreground, 0.01);
1236 d_mog->apply(d_frame, d_foreground, 0.01);
1281 cv::cuda::GpuMat d_foreground; local
1284 d_mog2->apply(d_frame, d_foreground);
1294 d_mog2->apply(d_frame, d_foreground);
  /external/opencv3/modules/cudalegacy/src/
fgd.cpp 368 int findForegroundRegions(GpuMat& d_foreground, Mat& h_foreground, std::vector< std::vector<Point> >& foreground_regions,
375 d_foreground.download(h_foreground);
415 d_foreground.upload(h_foreground);

Completed in 2779 milliseconds