1. 02 Dec, 2014 6 commits
  2. 01 Dec, 2014 22 commits
  3. 30 Nov, 2014 1 commit
  4. 29 Nov, 2014 2 commits
  5. 28 Nov, 2014 3 commits
  6. 27 Nov, 2014 3 commits
  7. 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