fixed convertC3C4 and convertC4C3 functions in case cols == 1

This commit is contained in:
Ilya Lavrenov
2013-10-02 23:21:28 +04:00
parent 88419f8923
commit adca219f18
3 changed files with 59 additions and 136 deletions

View File

@@ -402,7 +402,7 @@ PARAM_TEST_CASE(convertC3C4, MatType, bool)
int type = CV_MAKE_TYPE(depth, 3);
cv::RNG &rng = TS::ptr()->get_rng();
src = randomMat(rng, randomSize(MIN_VALUE, MAX_VALUE), type, 0, 40, false);
src = randomMat(rng, randomSize(1, MAX_VALUE), type, 0, 40, false);
}
void random_roi()