Dmitry Kurtaev
|
8b094755fa
|
Fix https://github.com/opencv/opencv/issues/8693
|
8 years ago |
Vladislav Sovrasov
|
14451f3f06
|
core: fix adjustROI behavior on indexes overflow
|
8 years ago |
Alexander Alekhin
|
f50f34016e
|
test: fix test crash (exception in destructor)
|
9 years ago |
Alexander Alekhin
|
f48cda2f95
|
test: initialize test data in test_umat.cpp (6102)
|
9 years ago |
Alexander Alekhin
|
96f5a930f4
|
test: regression 5991
|
9 years ago |
Maksim Shabunin
|
31e0d90da6
|
Enable temp objects destruction test for VS versions less than 2015
|
10 years ago |
Maksim Shabunin
|
6e9d0d9a0c
|
Visual Studio 2015 warning and test fixes
|
10 years ago |
Alexander Alekhin
|
bf42b9603b
|
fix "unreachable code" warning
|
10 years ago |
Alexander Alekhin
|
7213e5f68a
|
ocl: correct disabling of OpenCL code
|
10 years ago |
Alexander Alekhin
|
ad70ab404c
|
ocl: workaround for getUMat()
|
10 years ago |
Andrey Pavlenko
|
cea2dafa0f
|
man/unmap, preventing getMat/getUMat from temp object, fix thread-unsafe code in `UMat::getMat()`
|
10 years ago |
Alexander Alekhin
|
8694ba0978
|
update custom_ptr test
|
10 years ago |
Andrey Pavlenko
|
4aefb9f2fc
|
making the test deepper
|
10 years ago |
Andrey Pavlenko
|
3656a1aa66
|
fixing 'map_unmap_counting'
|
10 years ago |
Vitaliy Lyudvichenko
|
85cc11e3b2
|
Changed behaviour of Mat/UMat::reshape() to accept n-dim shapes
|
10 years ago |
Vladimir Dudnik
|
131d7c394e
|
enabled test UMat copyTo. Now it will detect FAIL on Intel platform for ROI (issue with clEnqueueCopyBufferRect)
|
10 years ago |
Alexander Alekhin
|
3316e58314
|
more test loops (and disable tests - tests pass but require a lot of time)
|
10 years ago |
Alexander Alekhin
|
8293ed7f9b
|
add tests from issue 4468 (#5062)
|
10 years ago |
Alexander Alekhin
|
21467d817b
|
tapi: add test from issue 4380 (#5010)
|
10 years ago |
Alexander Alekhin
|
1704aea6a0
|
tapi: enable some disabled tests
|
10 years ago |
Alexander Alekhin
|
9bcccb028b
|
fixes
|
10 years ago |
Alexander Alekhin
|
cd5c70691a
|
ocl: add map tests
|
10 years ago |
Alexander Alekhin
|
b36f565d13
|
fix OpenCV code (bug 4006: #4862)
|
10 years ago |
Vladimir Dudnik
|
ed7907e46c
|
add test for bug 4006: #4862
|
10 years ago |
Vadim Pisarevsky
|
7c8789dc12
|
fixed my_umat(roi).clone() test by disabling poorly aligned ROI's. Real fix of the problem will require a separate branch in UMat::copyTo().
|
10 years ago |
Alexander Karsakov
|
00221e96fd
|
Fixed issue: Mat::copyTo(UMat) if device copy is obsolete. Added test.
|
11 years ago |
Ilya Lavrenov
|
aa5326c231
|
cv::norm -> cvtest::norm in tests
Conflicts:
modules/core/src/stat.cpp
|
11 years ago |
Alexander Alekhin
|
3488fdcb43
|
disable failed tests
|
11 years ago |
Alexander Alekhin
|
569e1346f2
|
UMat: issue in OpenCLAllocator::unmap()
|
11 years ago |
Alexander Alekhin
|
6bd7a444bc
|
UMat map-unmap synchronization test
|
11 years ago |
Ilya Lavrenov
|
f404315368
|
test for clEnqueueReadBufferRect
|
11 years ago |
Ilya Lavrenov
|
9b627a5e9f
|
disabled 'reshape', 'copyTo' test
|
11 years ago |
Ilya Lavrenov
|
7ce2c3574a
|
restored lost in PR #1735 umat tests
|
11 years ago |
Ilya Lavrenov
|
4f36bc29d9
|
cleaned-up UMat tests
|
11 years ago |
Konstantin Matskevich
|
5f76072c62
|
update
|
11 years ago |
Konstantin Matskevich
|
a0a3b8b56d
|
Some tests for UMat
|
11 years ago |
Alexander Alekhin
|
485635310c
|
core/ocl: OpenCLBufferPool
|
11 years ago |
Konstantin Matskevich
|
ffeb223150
|
test for failure
|
11 years ago |
Ilya Lavrenov
|
cc47edb850
|
more strict checks and reseting state
|
11 years ago |
Konstantin Matskevich
|
aa23a842a1
|
test for failure
|
11 years ago |
Ilya Lavrenov
|
37789f015a
|
deleted excess semicolons, commas
|
11 years ago |
Ilya Lavrenov
|
558c4a2b1d
|
implemented UMat::convertTo
|
11 years ago |
Ilya Lavrenov
|
e30875bcef
|
fixed UMat sync problems
|
11 years ago |
Vadim Pisarevsky
|
d7f4a223cf
|
fixed several compile errors/warnings; reacted on the PR comments
|
11 years ago |
Vadim Pisarevsky
|
6da5d21331
|
fixed many bugs related to Mat::getUMat(), asynchronous kernel execution etc. Also, played a bit with ocl::cvtColor vs cv::cvtColor performance
|
11 years ago |
Ilya Lavrenov
|
09795e3265
|
added cv::resize INTER_AREA to T-API
|
11 years ago |
Vadim Pisarevsky
|
d914f20a4c
|
updated patch to bring in the first functions with "transparent API"
|
11 years ago |
Vadim Pisarevsky
|
6416c33020
|
fixed some bugs in OpenCL branch of UMat implementation; maybe now the tests will finally pass?! (please ;( )
|
12 years ago |
Vadim Pisarevsky
|
5920bd4f2e
|
fixed whitespace errors
|
12 years ago |
Vadim Pisarevsky
|
caa33b2242
|
added first very simple test for UMat<=>Mat conversion
|
12 years ago |