Home
last modified time | relevance | path

Searched refs:templ_roiSize (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/test/ocl/
Dtest_match_template.cpp80 … Size templ_roiSize = Size(randomInt(1, image_roiSize.width), randomInt(1, image_roiSize.height)); in CV_ENUM() local
81 Size result_roiSize = Size(image_roiSize.width - templ_roiSize.width + 1, in CV_ENUM()
82 image_roiSize.height - templ_roiSize.height + 1); in CV_ENUM()
90 randomSubMat(templ, templ_roi, templ_roiSize, templBorder, type, -upValue, upValue); in CV_ENUM()