Open Source Computer Vision Library
Go to file
Li Peng 8f63f51e81 gaussian blur ocl kernel optimization
This ocl kernel is for 3x3 kernel size and CV_8UC1 format
It is 115% ~ 300% faster than current ocl path in perf test

python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_GaussianBlurFixture*

Signed-off-by: Li Peng <peng.li@intel.com>
2016-11-08 11:22:26 +08:00
.github migration: github.com/opencv/opencv 2016-07-12 12:51:12 +03:00
3rdparty brush up divSaturate of carotene 2016-10-23 08:51:25 +09:00
apps Merge pull request #7428 from alalek:cmake_fix_compiler_flags_detection 2016-10-12 19:38:25 +00:00
cmake Merge pull request #7531 from dtmoodie:cmake_updates 2016-10-22 16:13:11 +00:00
data Removing whitespace to appease doc builder 2016-08-12 00:31:50 -03:00
doc updating python tutorials + providing necessary data 2016-10-26 13:14:20 +02:00
include Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
modules gaussian blur ocl kernel optimization 2016-11-08 11:22:26 +08:00
platforms cmake: update configuration for iOS 2016-10-12 23:43:29 +03:00
samples Merge pull request #7552 from es0m:master 2016-11-02 12:12:09 +00:00
.gitattributes Made changes to OpenCVFindMatlab suggested by SpecLad 2013-09-14 13:32:15 +10:00
.gitignore Improved thrust interop tutorial. 2015-09-24 09:32:38 -04:00
.tgitconfig Add tgit.icon project config 2014-02-26 17:46:52 +08:00
CMakeLists.txt Merge pull request #7518 from ArkadiuszRaj:aravis-buffer-status 2016-10-22 19:07:55 +03:00
CONTRIBUTING.md migration: github.com/opencv/opencv 2016-07-12 12:51:12 +03:00
LICENSE Update license year range to 2016 2016-01-18 10:11:01 +05:30
README.md migration: github.com/opencv/opencv 2016-07-12 12:51:12 +03:00

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read before starting work on a pull request: https://github.com/opencv/opencv/wiki/How_to_contribute

Summary of guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up "oops" commits before submitting;
  • Follow the coding style guide.