Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86ec0fc

Browse files
Roman DonchenkoOpenCV Buildbot
authored andcommitted
Merge pull request opencv#2668 from vbystricky:perf_TransformECC
2 parents 32b25de + a13e6ab commit 86ec0fc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

modules/video/perf/perf_ecc.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ PERF_TEST_P(TransformationType, findTransformECC, /*testing::ValuesIn(MotionType
1717
(int) MOTION_AFFINE, (int) MOTION_HOMOGRAPHY)
1818
)
1919
{
20-
21-
Mat inputImage = imread(getDataPath("cv/shared/fruits.png"),0);
22-
Mat img;
23-
resize(inputImage, img, Size(216,216));
20+
Mat img = imread(getDataPath("cv/shared/fruits_ecc.png"),0);
2421
Mat templateImage;
2522

2623
int transform_type = get<0>(GetParam());

0 commit comments

Comments
 (0)