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

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