mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 03:33:28 +08:00
Merge pull request #12008 from alalek:test_remove_verbose_messages
This commit is contained in:
commit
905da2994a
@ -173,7 +173,7 @@ void Core_RandTest::run( int )
|
|||||||
dsz = slice+1 < maxSlice ? (int)(cvtest::randInt(rng) % (SZ - sz) + 1) : SZ - sz;
|
dsz = slice+1 < maxSlice ? (int)(cvtest::randInt(rng) % (SZ - sz) + 1) : SZ - sz;
|
||||||
Mat aslice = arr[k].colRange(sz, sz + dsz);
|
Mat aslice = arr[k].colRange(sz, sz + dsz);
|
||||||
tested_rng.fill(aslice, dist_type, A, B);
|
tested_rng.fill(aslice, dist_type, A, B);
|
||||||
printf("%d - %d\n", sz, sz + dsz);
|
//printf("%d - %d\n", sz, sz + dsz);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user