- 20 Dec, 2013 1 commit
-
-
krodyush authored
-
- 19 Dec, 2013 2 commits
-
-
krodyush authored
Improve ocl cvt_color performance for the following conversions: RGB<->BGR, RGB->Gray, RGB<->XYZ, RGB<->YCrCb, RGB<->YUV, and mRGBA<->RGBA. The improvement was done basically by processing more than 1 pixel by each work-item and using vector's operations. new performance tests were added
-
Ilya Lavrenov authored
-
- 18 Dec, 2013 2 commits
-
-
Andrey Pavlenko authored
-
krodyush authored
-
- 17 Dec, 2013 7 commits
-
-
krodyush authored
-
krodyush authored
-
krodyush authored
Added "sep_filter_singlepass" kernel that performs separable filtering in one kernel call Added appropriate host part - sepFilter2D_SinglePass function and SingleStepSeparableFilterEngine_GPU class Changed function declarations to enable their usage
-
krodyush authored
-
krodyush authored
-
krodyush authored
-
krodyush authored
-
- 15 Dec, 2013 1 commit
-
-
Matthias Bady authored
-
- 12 Dec, 2013 2 commits
-
-
Alexander Alekhin authored
-
Peter Andreas Entschev authored
-
- 11 Dec, 2013 4 commits
-
-
Peter Andreas Entschev authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 06 Dec, 2013 1 commit
-
-
Peter Andreas Entschev authored
The method ocl::oclMat::ptr() is being removed because it returns a pointer to a row of oclMat::data. The data attribute is a cl_mem structure and cannot be iterated outside an OpenCL kernel.
-
- 05 Dec, 2013 3 commits
-
-
Peter Andreas Entschev authored
The oclMat::ptr() method was mistakenly used in ocl::BruteForceMatcher to pass a pointer to a oclMat object. The ptr() method returns a uchar pointer to the cl_mem data structure and this method will be removed.
-
Alexander Alekhin authored
-
Zhigang Gong authored
There are some mixed implicitly/explicitly type conversion between scalar and vector. Although the spec allows those conversion, I prefer to make them consistent and use explicitly all the cases. Signed-off-by:
Zhigang Gong <zhigang.gong@intel.com>
-
- 04 Dec, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
- 03 Dec, 2013 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 02 Dec, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Alexander Smorkalov authored
-
- 01 Dec, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Philippe FOUBERT authored
-
- 30 Nov, 2013 1 commit
-
-
Vadim Pisarevsky authored
fixed many bugs related to Mat::getUMat(), asynchronous kernel execution etc. Also, played a bit with ocl::cvtColor vs cv::cvtColor performance
-
- 27 Nov, 2013 8 commits
-
-
Philippe FOUBERT authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-