• Home
  • Raw
  • Download

Lines Matching refs:useRoi

60     bool useRoi;  in PARAM_TEST_CASE()  local
67 useRoi = GET_PARAM(3); in PARAM_TEST_CASE()
77 cv::cuda::GpuMat mat = createMat(size, type, useRoi); in CUDA_TEST_P()
91 cv::cuda::GpuMat mat = createMat(size, type, useRoi); in CUDA_TEST_P()
101 cv::cuda::GpuMat mat = createMat(size, type, useRoi); in CUDA_TEST_P()
116 cv::cuda::GpuMat mat = createMat(size, type, useRoi); in CUDA_TEST_P()
126 cv::cuda::GpuMat mat = createMat(size, type, useRoi); in CUDA_TEST_P()
143 cv::cuda::GpuMat mat = createMat(size, type, useRoi); in CUDA_TEST_P()
153 cv::cuda::GpuMat mat = loadMat(mat_gold, useRoi); in CUDA_TEST_P()
154 mat.setTo(val, loadMat(mask, useRoi)); in CUDA_TEST_P()
176 bool useRoi; in PARAM_TEST_CASE() local
184 useRoi = GET_PARAM(3); in PARAM_TEST_CASE()
194 cv::cuda::GpuMat d_src = loadMat(src, useRoi); in CUDA_TEST_P()
195 cv::cuda::GpuMat dst = createMat(size, type, useRoi); in CUDA_TEST_P()
212 d_src.copyTo(dst, loadMat(mask, useRoi)); in CUDA_TEST_P()
221 cv::cuda::GpuMat d_src = loadMat(src, useRoi); in CUDA_TEST_P()
222 cv::cuda::GpuMat dst = loadMat(cv::Mat::zeros(size, type), useRoi); in CUDA_TEST_P()
223 d_src.copyTo(dst, loadMat(mask, useRoi)); in CUDA_TEST_P()
247 bool useRoi; in PARAM_TEST_CASE() local
255 useRoi = GET_PARAM(4); in PARAM_TEST_CASE()
280 cv::cuda::GpuMat d_src = loadMat(src, useRoi); in CUDA_TEST_P()
281 cv::cuda::GpuMat dst = createMat(size, depth2, useRoi); in CUDA_TEST_P()
312 cv::cuda::GpuMat d_src = loadMat(src, useRoi); in CUDA_TEST_P()
313 cv::cuda::GpuMat dst = createMat(size, depth2, useRoi); in CUDA_TEST_P()