opencv/modules/imgproc
Vadim Pisarevsky 07b475062f
Merge pull request #16608 from vpisarev:fix_mac_ocl_tests
* fixed several problems when running tests on Mac:
* OCL_pyrUp
* OCL_flip
* some basic UMat tests
* histogram badarg test (out of range access)

* retained the storepix fix in ocl_flip only for 16U/16S datatype, where the OpenCL compiler on Mac generates incorrect code

* moved deletion of ACCESS_FAST flag to non-SVM branch (where SVM is shared virtual memory (in OpenCL 2.x), not support vector machine)

* force OpenCL to use read/write for GPU<=>CPU memory transfers on machines with discrete video only on Macs. On Windows/Linux the drivers are seemingly smart enough to implement map/unmap properly (and maybe more efficiently than explicit read/write)
2020-02-21 16:13:41 +03:00
..
doc Merge pull request #15388 from atinfinity:impl-turbo-colormap 2019-08-26 17:55:10 +03:00
include/opencv2 Merge pull request #16493 from vpisarev:bordertype_sgbm_doc_fixes 2020-02-04 14:30:16 +03:00
misc/java imgproc: fix fitLine() implementation 2019-10-03 21:23:52 +00:00
perf Merge pull request #15257 from pmur:resize 2019-12-09 14:54:06 +03:00
src Merge pull request #16608 from vpisarev:fix_mac_ocl_tests 2020-02-21 16:13:41 +03:00
test Merge pull request #16608 from vpisarev:fix_mac_ocl_tests 2020-02-21 16:13:41 +03:00
CMakeLists.txt imgproc: dispatch sumpixels (integral) 2020-01-17 16:54:29 +03:00