OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_roisize
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/imgproc/test/ocl/
test_match_template.cpp
79
Size
image_roiSize
= randomSize(2, 100);
80
Size templ_roiSize = Size(randomInt(1,
image_roiSize
.width), randomInt(1,
image_roiSize
.height));
81
Size result_roiSize = Size(
image_roiSize
.width - templ_roiSize.width + 1,
82
image_roiSize
.height - templ_roiSize.height + 1);
87
randomSubMat(image, image_roi,
image_roiSize
, imageBorder, type, -upValue, upValue);
Completed in 2422 milliseconds