minor ending fix

This commit is contained in:
marina.kolpakova
2012-10-12 14:33:19 +04:00
parent 800cb9d0e6
commit 8d7ac8ad19
2 changed files with 2 additions and 2 deletions

View File

@@ -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 );