1. 11 Nov, 2016 1 commit
  2. 10 Nov, 2016 1 commit
    • Andrey Pavlenko's avatar
      Merge pull request #7550 from apavlenko:ivx · bdf66153
      Andrey Pavlenko authored
      C++ wrappers over OpenVX 1.x API (#7550)
      
      * initial commit
      
      * fixing missing swap(refcount) bug
      
      * removing dead code
      
      * fixinf identation
      
      * splitting c++98 and external refcount definitions
      
      * fixing formatToMatType
      
      * using vector instead of initializer_list for consistency with c++98 API
      
      * IVX_HIDE_INFO_WARNINGS
      
      * just in case a compiler doesn't do this
      
      * removing copy functionality from ImagePatch, Image can be used for that
      
      * stricter type checks
      bdf66153
  3. 09 Nov, 2016 4 commits
  4. 08 Nov, 2016 3 commits
  5. 07 Nov, 2016 2 commits
  6. 04 Nov, 2016 1 commit
    • Li Peng's avatar
      morph ocl kernel for erode and dilate filter · 35198b84
      Li Peng authored
      This kernel is for CV_8UC1 format and 3x3 kernel size,
      It is about 33% ~ 55% faster than current ocl kernel with below perf test
      
      python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_ErodeFixture*
      python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_DilateFixture*
      
      Also add accuracy test cases for this kernel, the test command is
      
      ./bin/opencv_test_imgproc --gtest_filter=OCL_Filter/MorphFilter3x3*
      Signed-off-by: 's avatarLi Peng <peng.li@intel.com>
      35198b84
  7. 03 Nov, 2016 3 commits
  8. 02 Nov, 2016 15 commits
  9. 01 Nov, 2016 1 commit
  10. 31 Oct, 2016 9 commits