- 23 Feb, 2017 1 commit
-
-
Vadim Pisarevsky authored
-
- 22 Feb, 2017 5 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Vladislav Sovrasov authored
-
Wenju He authored
-
- 21 Feb, 2017 8 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Fangjun KUANG authored
* fix typos. * Fix typos. * Fix typos. * Fix typos. * Fix typos.
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Hamdi Sahloul authored
-
- 20 Feb, 2017 1 commit
-
-
Fangjun KUANG authored
Now a user can use `std::cout` to print an object of `cv::UMat` just like `cv::Mat`.
-
- 19 Feb, 2017 2 commits
-
-
Alexander Alekhin authored
-
LaurentBerger authored
-
- 18 Feb, 2017 1 commit
-
-
Fangjun KUANG authored
-
- 16 Feb, 2017 8 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Fangjun KUANG authored
* Fix the documentation for Mat::diag(int). Fix issue #8181 * Fix the documentation for Mat::diag(int). Fix issue #8181. * Add support for printing out cv::Complex. * Remove extra spaces. * cv::Complex is submitted as a new pull request.
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Jinay Patel authored
Instead of CL_DEVICE_EXTENSIONS in Querying OpenCLVersion, it should be CL_DEVICE_VERSION flag which needs to be passed to the function.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 15 Feb, 2017 9 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Fangjun KUANG authored
Add support for printing out cv::Complex. (#8208) * Add support for printing out cv::Complex. * Conform to the format of std::complex. * Remove extra spaces. * Remove extra spaces.
-
Alexander Alekhin authored
-
Fangjun KUANG authored
Although both `cl_platform_info` and `cl_device_info` are defined as macro `cl_uint`, it needs to use `cl_platform_info` to get the platform information.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Fangjun KUANG authored
-
Pavel Rojtberg authored
-
- 14 Feb, 2017 2 commits
-
-
Alexander Alekhin authored
- don't use undefined flag=0. It should be CONSTANT instead. - don't allow 'UMat* m=NULL' argument (except LOCAL/CONSTANT flags). This case is not handled well to provide NULL __global pointers. It is better to use '-D' macro defines instead (at least for performance)
-
Alexander Alekhin authored
-
- 13 Feb, 2017 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-