test_imgproc.cpp | 287 int sdepth, sqdepth; member in struct:cvtest::ocl::Integral 295 sqdepth = GET_PARAM(2); 311 randomSubMat(dst2, dst2_roi, isize, dst2Border, sqdepth, 5, 16); 346 OCL_OFF(cv::integral(src_roi, dst_roi, dst2_roi, sdepth, sqdepth)); 347 OCL_ON(cv::integral(usrc_roi, udst_roi, udst2_roi, sdepth, sqdepth)); 350 sqdepth == CV_32F ? Near2(1e-6, true) : Near2(); 469 Values(CV_32FC1, CV_64FC1), // desired sqdepth
|