Searched refs:upValue (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_blend.cpp | 76 const double upValue = 256; in PARAM_TEST_CASE() local 80 randomSubMat(src1, src1_roi, roiSize, src1Border, type, -upValue, upValue); in PARAM_TEST_CASE() 83 randomSubMat(src2, src2_roi, roiSize, src2Border, type, -upValue, upValue); in PARAM_TEST_CASE() 86 randomSubMat(weights1, weights1_roi, roiSize, weights1Border, CV_32FC1, -upValue, upValue); in PARAM_TEST_CASE() 89 randomSubMat(weights2, weights2_roi, roiSize, weights2Border, CV_32FC1, 1e-2, upValue); in PARAM_TEST_CASE()
|
D | test_match_template.cpp | 84 const double upValue = 256; in CV_ENUM() local 87 randomSubMat(image, image_roi, image_roiSize, imageBorder, type, -upValue, upValue); in CV_ENUM() 90 randomSubMat(templ, templ_roi, templ_roiSize, templBorder, type, -upValue, upValue); in CV_ENUM() 93 randomSubMat(result, result_roi, result_roiSize, resultBorder, CV_32FC1, -upValue, upValue); in CV_ENUM()
|
/external/opencv3/modules/core/test/ |
D | test_ippasync.cpp | 38 const double upValue = 100; in PARAM_TEST_CASE() local 40 matrix = randomMat(matrix_Size, type, -upValue, upValue); in PARAM_TEST_CASE() 109 const int upValue = 100; in PARAM_TEST_CASE() local 119 pData[i+j*pitch] = rand()%upValue; in PARAM_TEST_CASE() 124 matrix = randomMat(matrix_Size, type, 0, upValue); in PARAM_TEST_CASE()
|