fixed whitespace errors
This commit is contained in:
parent
caa33b2242
commit
5920bd4f2e
@ -98,12 +98,12 @@ bool CV_UMatTest::TestUMat()
|
|||||||
a.copyTo(ua);
|
a.copyTo(ua);
|
||||||
ua.copyTo(b);
|
ua.copyTo(b);
|
||||||
CHECK_DIFF(a, b);
|
CHECK_DIFF(a, b);
|
||||||
|
|
||||||
ura = ua(roi);
|
ura = ua(roi);
|
||||||
ura.copyTo(rb);
|
ura.copyTo(rb);
|
||||||
|
|
||||||
CHECK_DIFF(ra, rb);
|
CHECK_DIFF(ra, rb);
|
||||||
|
|
||||||
ra += Scalar::all(1.f);
|
ra += Scalar::all(1.f);
|
||||||
{
|
{
|
||||||
Mat temp = ura.getMat(ACCESS_RW);
|
Mat temp = ura.getMat(ACCESS_RW);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user