1. 15 Mar, 2017 1 commit
    • Maksim Shabunin's avatar
      Reduced modules dependencies: · f8807f18
      Maksim Shabunin authored
      - made some of dependencies explicit
      - removed dependencies to highgui and some other modules where possible
      - modified some samples to build without modules
      f8807f18
  2. 28 Jun, 2015 1 commit
  3. 25 Jun, 2015 1 commit
  4. 07 Jun, 2015 1 commit
    • Vladimir's avatar
      TLD Fixes & Optimizations · 612b7f26
      Vladimir authored
      1. TLD now have module structure
      2. Made some small code optimizations
      3. Fixed Ensemble Classifier according to the original paper - 10
      randomized ferns
      4. Added comments to most of the functions and methods
      612b7f26
  5. 25 Mar, 2015 1 commit
    • 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
  6. 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
  7. 12 Aug, 2014 2 commits
  8. 11 Aug, 2014 11 commits
  9. 10 Jul, 2014 1 commit
  10. 09 Jul, 2014 7 commits
    • Alex Leontiev's avatar
      Vadim · 70803dff
      Alex Leontiev authored
      70803dff
    • Alex Leontiev's avatar
      Vadim · c8cbab68
      Alex Leontiev authored
      c8cbab68
    • Alex Leontiev's avatar
      Vadim · 470a8221
      Alex Leontiev authored
      470a8221
    • Alex Leontiev's avatar
      Vadim · ff73c6f4
      Alex Leontiev authored
      ff73c6f4
    • Alex Leontiev's avatar
      commit · 8869daec
      Alex Leontiev authored
      8869daec
    • Alex Leontiev's avatar
      commit · be49e4a0
      Alex Leontiev authored
      be49e4a0
    • Alex Leontiev's avatar
      Tracking-Learning-Detection and MedianFlow · c27db0d1
      Alex Leontiev authored
      This contribution includes the following logical components into
      tracking module:
      
      .) Change Rect to Rect2d into headers for Tracker's methods;
      This contribution includes the following logical components into
      tracking module:
      
      .) Change Rect to Rect2d into headers for Tracker's methods;
      .) MedianFlow tracker;
      .) extensible benchmark to compare trackers interactively and
      	assess them quantitatively;
      .) TLD tracker (work-in-progress);
      
      Work was funded by Google Summer of Code 2014 initiative. Mentors:
      Gary
      Bradski and Vadim Pisarevsky.
      c27db0d1