- 19 Sep, 2014 3 commits
-
-
Tom Stellard authored
In C99 'inline' is not a hint to the compiler to inline the function, it is an attribute that affects the linkage of the function. 'inline' functions are required to have a definition in a different compiliation unit, so compilers are free to delete 'inline' functions if they want to. This issue can be seen in Clang when compiling at -O0. Clang will sometimes delete 'inline' functions which creates an invalid program. Issue 3746: http://code.opencv.org/issues/3746
-
http://code.opencv.org/issues/2837WilhelmHannemann authored
Bugfix brute_force_match.cl (see http://code.opencv.org/issues/2837): wrong results for non-float descriptors in OpenCL BruteForceMatcher
-
WilhelmHannemann authored
Bugfix brute_force_match.cl (Bug #2837): wrong results for non-float descriptors in OpenCL BruteForceMatcher
-
- 28 Mar, 2014 2 commits
-
-
Andrey Pavlenko authored
This reverts commit 3dcddad8. Conflicts: modules/ocl/src/opencl/haarobjectdetect.cl
-
Andrey Pavlenko authored
This reverts commit 54ea5bba, reversing changes made to 28e0d3d7.
-
- 18 Mar, 2014 1 commit
-
-
Firat Kalaycilar authored
Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in the CUDA and OCL versions of BackgroundSubtractorMOG2
-
- 17 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 13 Mar, 2014 4 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 04 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 26 Feb, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 12 Feb, 2014 1 commit
-
-
Zhigang Gong authored
The LLVM/Clang 3.3 has a bug when compile a cl kernel with assignment of a scalar to a vector data type. This patch could work around this bug. Signed-off-by:
Zhigang Gong <zhigang.gong@intel.com>
-
- 27 Dec, 2013 1 commit
-
-
Peng Xiao authored
the `map` buffer does not have the same size with CUDA and index starts at [1, 1] instead of [0, 0].
-
- 26 Dec, 2013 1 commit
-
-
Alexander Smorkalov authored
static function qualifier replaced on inline to enable kernel compilation with OpenCL 1.1 embedded profile.
-
- 20 Dec, 2013 1 commit
-
-
krodyush authored
-
- 19 Dec, 2013 1 commit
-
-
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
-
- 17 Dec, 2013 5 commits
-
-
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
-
- 05 Dec, 2013 2 commits
-
-
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>
-
- 22 Nov, 2013 1 commit
-
-
Alexander Smorkalov authored
Some of functions were enabled on Qualcomm S800 by changing grid size; OpenCL kernel grid size unification for different platfroms; Test pass rate improvements by inclreasing threshold; Some tests were disabled for Android; run.py was adopted for devices with brackets in in name.
-
- 20 Nov, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 19 Nov, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 18 Nov, 2013 2 commits
-
-
Ilya Lavrenov authored
-
Konstantin Matskevich authored
-
- 15 Nov, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 14 Nov, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 13 Nov, 2013 5 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 12 Nov, 2013 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 11 Nov, 2013 1 commit
-
-
Ilya Lavrenov authored
-