Lines Matching refs:BorderMode
92 DEF_PARAM_TEST(Sz_Depth_Cn_Inter_Border_Mode, cv::Size, MatDepth, MatCn, Interpolation, BorderMode, RemapMode);
108 const int borderMode = GET_PARAM(4);
127 TEST_CYCLE() cv::cuda::remap(d_src, dst, d_xmap, d_ymap, interpolation, borderMode);
135 TEST_CYCLE() cv::remap(src, dst, xmap, ymap, interpolation, borderMode);
231 DEF_PARAM_TEST(Sz_Depth_Cn_Inter_Border, cv::Size, MatDepth, MatCn, Interpolation, BorderMode);
246 const int borderMode = GET_PARAM(4);
266 TEST_CYCLE() cv::cuda::warpAffine(d_src, dst, M, size, interpolation, borderMode);
274 TEST_CYCLE() cv::warpAffine(src, dst, M, size, interpolation, borderMode);
296 const int borderMode = GET_PARAM(4);
314 TEST_CYCLE() cv::cuda::warpPerspective(d_src, dst, M, size, interpolation, borderMode);
322 TEST_CYCLE() cv::warpPerspective(src, dst, M, size, interpolation, borderMode);