1. 05 May, 2015 1 commit
  2. 26 Mar, 2015 1 commit
  3. 25 Mar, 2015 2 commits
    • Auron-X's avatar
      Bug fix #2 · f430f808
      Auron-X authored
      The bug has the same origin as:
      https://github.com/Itseez/opencv_contrib/pull/187
      The problem was in "fast" version of function generating a binary code
      for ensemble classifier posterior probability calculation. Bug was
      eliminated by fixing the order of "values" in offsets calculating
      function
      f430f808
    • Auron-X's avatar
      Unused header · 0ea70a46
      Auron-X authored
      Unused header
      0ea70a46
  4. 16 Mar, 2015 1 commit
    • Auron-X's avatar
      Bug fix #1 · afa9e933
      Auron-X authored
      The bug appears on the initialization step, if the initial bounding box width was larger than height. The problem was in function calculating a binary code for ensemble classifiers. In this function “measurement” values were used in wrong order (h1,w1,h2,w2; instead of: w1,w2,h1,h2), generating a access violation error on “patch” data access by the reason that width>height and pointer to data is calculated linearly data.step*height+width
      afa9e933
  5. 17 Feb, 2015 3 commits
  6. 01 Dec, 2014 1 commit
  7. 10 Oct, 2014 1 commit
  8. 08 Oct, 2014 1 commit
    • Antonella Cascitelli's avatar
      UML source files added · 775aecc0
      Antonella Cascitelli authored
      misc and pics folders removed
      
      Modified doc to achieve the automatic generation of UML diagrams with plantuml
      
      Removed debug prints in TLD Tracker
      
      Added perf test for TLD tracker
      
      Added test OPE-SRE-TRE for TLD tracker
      
      Fix tab in tracking.rst
      
      Fixed builder warning
      
      Fixed warnings
      775aecc0
  9. 19 Aug, 2014 1 commit
  10. 18 Aug, 2014 3 commits
  11. 12 Aug, 2014 2 commits
  12. 11 Aug, 2014 23 commits