Commit 86ec0fc8 authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #2668 from vbystricky:perf_TransformECC

parents 32b25de5 a13e6ab7
......@@ -17,10 +17,7 @@ PERF_TEST_P(TransformationType, findTransformECC, /*testing::ValuesIn(MotionType
(int) MOTION_AFFINE, (int) MOTION_HOMOGRAPHY)
)
{
Mat inputImage = imread(getDataPath("cv/shared/fruits.png"),0);
Mat img;
resize(inputImage, img, Size(216,216));
Mat img = imread(getDataPath("cv/shared/fruits_ecc.png"),0);
Mat templateImage;
int transform_type = get<0>(GetParam());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment