Commit 8d7ac8ad authored by marina.kolpakova's avatar marina.kolpakova

minor ending fix

parent 800cb9d0
......@@ -28,7 +28,7 @@ PERF_TEST_P( Size_SrcDepth_DstChannels, merge,
mv.push_back( Mat(sz, CV_MAKETYPE(srcDepth, 1)) );
randu(mv[i], 0, 255);
}
Mat dst;
TEST_CYCLE() merge( (vector<Mat> &)mv, dst );
......
......@@ -22,7 +22,7 @@ PERF_TEST_P( Size_Depth_Channels, split,
int depth = get<1>(GetParam());
int channels = get<2>(GetParam());
Mat m(sz, CV_MAKETYPE(depth, channels));
Mat m(sz, CV_MAKETYPE(depth, channels));
randu(m, 0, 255);
vector<Mat> mv;
......
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