Ilya Lavrenov
|
e2b99a32b2
|
added cv::threshold to T-API
|
12 years ago |
Ilya Lavrenov
|
474fc887a6
|
added cv::copyMakeBorder to T-API
|
12 years ago |
Ilya Lavrenov
|
5b5f5878ce
|
added tests to imgproc
|
12 years ago |
Andrey Pavlenko
|
f9190cc662
|
Merge pull request #1909 from alalek:ocl_tapi_perf
|
12 years ago |
Andrey Pavlenko
|
e585f145f6
|
Merge pull request #1903 from ilya-lavrenov:tapi_warp
|
12 years ago |
Andrey Pavlenko
|
001aa70556
|
Merge pull request #1902 from ilya-lavrenov:tapi_arithm
|
12 years ago |
Ilya Lavrenov
|
49474903cb
|
refactoring
|
12 years ago |
Ilya Lavrenov
|
49e729f89d
|
ability to use cv::PSNR with transparent cv::norm
|
12 years ago |
Ilya Lavrenov
|
88bceb5060
|
added cv::meanStdDev to T-API
|
12 years ago |
Ilya Lavrenov
|
b8edc2cc4d
|
added cv::sum to T-API
|
12 years ago |
Ilya Lavrenov
|
28575c1969
|
added cv::countNonZero to T-API
|
12 years ago |
Ilya Lavrenov
|
fed7e61879
|
added cv::repeat to T-API (fix for copyTo -> UMat is needed)
|
12 years ago |
Ilya Lavrenov
|
e17107e864
|
added cv::compare to T-API
|
12 years ago |
Ilya Lavrenov
|
a180cebb2d
|
added cv::polarToCart to T-API
|
12 years ago |
Ilya Lavrenov
|
ba850f0b64
|
added cv::cartToPolar to T-API
|
12 years ago |
Ilya Lavrenov
|
435028ccee
|
added cv::transpose to T-API
|
12 years ago |
Ilya Lavrenov
|
6ab297718d
|
added setIdentity to T-API
|
12 years ago |
Ilya Lavrenov
|
3e586f42a0
|
added cv::pow to T-API
|
12 years ago |
Ilya Lavrenov
|
997ec60839
|
added OCL-TAPI arithm tests
|
12 years ago |
Ilya Lavrenov
|
803672feea
|
added cv::remap to T-API
|
12 years ago |
Ilya Lavrenov
|
dcce9d7088
|
added cv::warpAffine to T-API
|
12 years ago |
Ilya Lavrenov
|
55af7857b9
|
added cv::warpPerspective to T-API
|
12 years ago |
Alexander Alekhin
|
7d9150460a
|
core/ocl: added perf test infra + "Add" perf test
|
12 years ago |
Alexander Alekhin
|
fe01bc21c0
|
perf: test-based metrics collection strategy
|
12 years ago |
Roman Donchenko
|
90c230678e
|
Merge pull request #1912 from KonstantinMatskevich:ocl_tapi_math
|
12 years ago |
Konstantin Matskevich
|
eaf620ddde
|
small fix
|
12 years ago |
Konstantin Matskevich
|
14dccdf23d
|
T-API cv::log, cv::exp, cv::magnitude, cv::phase
|
12 years ago |
Roman Donchenko
|
35ea600c54
|
Merge pull request #1891 from alalek:cv_error_noreturn
|
12 years ago |
Roman Donchenko
|
d2b46d421f
|
Merge pull request #1910 from alalek:ts_perf_warmuptype
|
12 years ago |
Alexander Alekhin
|
cb4267cb38
|
ts/perf: int -> enum WarmUpType
|
12 years ago |
Roman Donchenko
|
17f53bc301
|
Merge pull request #1904 from severin-lemaignan:emscripten
|
12 years ago |
Roman Donchenko
|
6e9a7706ce
|
Merge pull request #1890 from alalek:ts_fix_seh_exceptions_handling
|
12 years ago |
Andrey Pavlenko
|
0a624ee67d
|
Merge pull request #1901 from vpisarev:ocl_svm3
|
12 years ago |
Alexander Alekhin
|
206b56ed39
|
ts: catch & append general exceptions into log
|
12 years ago |
Vadim Pisarevsky
|
cd97d789b6
|
dummy commit to rerun pre-commit tests
|
12 years ago |
Roman Donchenko
|
aed69cc458
|
Merge pull request #1882 from philippefoubert:branch_ocl_instrumentation
|
12 years ago |
Vadim Pisarevsky
|
161c3b71e6
|
hopefully, now opencv_test_imgproc should pass
|
12 years ago |
Séverin Lemaignan
|
efe564e3b3
|
Ensure compilation to Javascript with Emscripten
|
12 years ago |
Vadim Pisarevsky
|
5fea17ff0d
|
still trying to fix failure in opencv_test_imgproc
|
12 years ago |
Roman Donchenko
|
b27d7d2a61
|
Merge pull request #1886 from ilya-lavrenov:tapi_lut
|
12 years ago |
Vadim Pisarevsky
|
7626a8e8de
|
try to eliminate failure in opencv_imgproc_test
|
12 years ago |
Vadim Pisarevsky
|
82b852c13c
|
yet another attempt to make Core_UMat.getUMat test work
|
12 years ago |
Vadim Pisarevsky
|
9be727b1ea
|
another attempt to fix Core_UMat.getUMat test
|
12 years ago |
Vadim Pisarevsky
|
f263fe145a
|
trying to guess and fix strange failure in core test
|
12 years ago |
Vadim Pisarevsky
|
d7f4a223cf
|
fixed several compile errors/warnings; reacted on the PR comments
|
12 years ago |
Philippe FOUBERT
|
ec6f2e1c4d
|
Using cv::String instead of std::string.
|
12 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
|
12 years ago |
Alexander Alekhin
|
c1cfb4d422
|
core: added cv::error with CV_NORETURN attr
|
12 years ago |
Andrey Pavlenko
|
daefe6983f
|
Merge pull request #1878 from ilya-lavrenov:ocl_resize_area_master
|
12 years ago |
Ilya Lavrenov
|
09795e3265
|
added cv::resize INTER_AREA to T-API
|
12 years ago |