1. 03 Jul, 2013 1 commit
    • Heinz Hofbauer's avatar
      Bugfix for an overlapping size of image and template for matchTemplate. · a26c4fa2
      Heinz Hofbauer authored
      Example: img of size 10x10 and templ of size 11x9.
      In subsequent code this will results in either width or height of
      corrSize to be zero (0).
      Line 261 will call crossCorr which will then have a zero size of either
      blocksize.width or blocksize.height resulting in a division by zero
      crach in lines 137 or 138.
      a26c4fa2
  2. 01 Jul, 2013 6 commits
  3. 28 Jun, 2013 30 commits
  4. 27 Jun, 2013 3 commits