1. 04 Dec, 2014 1 commit
    • Chuanbo Weng's avatar
      Remove unnecessary kercn limitation of 4. · 2d8c89c4
      Chuanbo Weng authored
      When accessing global memory by DWORD4, memory bandwidth
      can be fully utilized on Intel platform. This patch will
      make more image format(e.g. 8UC4) be processed in DWORD4
      by work-item. After applying this patch, 3 subcase of
      ./opencv_perf_core --gtest_filter=OCL_RepeatFixture_Repeat.Repeat/*
      can be speedup on HD4000 graphics card with Beignet:
      OCL_RepeatFixture_Repeat.Repeat/2, 64% improvement.
      OCL_RepeatFixture_Repeat.Repeat/6, 50% improvement.
      OCL_RepeatFixture_Repeat.Repeat/8, 56% improvement.
      Signed-off-by: 's avatarChuanbo Weng <chuanbo.weng@intel.com>
      2d8c89c4
  2. 02 Dec, 2014 5 commits
  3. 01 Dec, 2014 22 commits
  4. 30 Nov, 2014 1 commit
  5. 29 Nov, 2014 2 commits
  6. 28 Nov, 2014 3 commits
  7. 27 Nov, 2014 3 commits
  8. 26 Nov, 2014 3 commits
    • HelenWong's avatar
      Updated Documentation (HoughCircles) · e88bf2bc
      HelenWong authored
      Rewrite the note on HoughCircles documentation to make it more clear
      
      Add note to clarify that the output vector of found circles is sorted by
      descending order of centres accumulator values.
      
      Also delete reductant lines on the HoughCircles documentation.
      
      Added comments to hough circles function.
      
      Added comments to icvhoughgradient
      
      Misalignment in line 1183 corrected
      e88bf2bc
    • Dmitry-Me's avatar
      Fix incorrect size computation · 4ff8a3ad
      Dmitry-Me authored
      4ff8a3ad
    • Yan Wang's avatar
      Optimize pyrUp_unrolled() by mad function. · 6e705055
      Yan Wang authored
      It could improve performance when image size is large.
      E.g. OCL_PyrUpFixture_PyrUp.PyrUp/18
      6e705055