Fixed merge conflicts
authorElena Gvozdeva <elena.gvozdeva@itseez.com>
Thu, 23 Jan 2014 11:31:32 +0000 (15:31 +0400)
committerElena Gvozdeva <elena.gvozdeva@itseez.com>
Thu, 23 Jan 2014 11:31:32 +0000 (15:31 +0400)
modules/imgproc/test/ocl/test_match_template.cpp

index 7656a14..782509c 100644 (file)
@@ -75,7 +75,7 @@ PARAM_TEST_CASE(MatchTemplate, MatDepth, Channels, int, bool)
     virtual void generateTestData()
     {
         Size image_roiSize = randomSize(2, 100);
-        Size templ_roiSize = Size(randomInt(1,image_roiSize.width), randomInt(1,image_roiSize.height));
+        Size templ_roiSize = Size(randomInt(1, image_roiSize.width), randomInt(1, image_roiSize.height));
         Size result_roiSize = Size(image_roiSize.width - templ_roiSize.width + 1,
                                    image_roiSize.height - templ_roiSize.height + 1);