1. 28 Jul, 2014 1 commit
  2. 16 Jul, 2014 1 commit
  3. 14 Jul, 2014 3 commits
  4. 10 Jul, 2014 8 commits
  5. 09 Jul, 2014 13 commits
    • Alex Leontiev's avatar
      Vadim · c06bb0dc
      Alex Leontiev authored
      c06bb0dc
    • Alex Leontiev's avatar
      Vadim · 296a864a
      Alex Leontiev authored
      296a864a
    • Alex Leontiev's avatar
      Vadim · a5b8a0a1
      Alex Leontiev authored
      a5b8a0a1
    • Alex Leontiev's avatar
      Vadim · 70803dff
      Alex Leontiev authored
      70803dff
    • Alex Leontiev's avatar
      Vadim · c019f0a8
      Alex Leontiev authored
      c019f0a8
    • 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 · ca4d5325
      Alex Leontiev authored
      ca4d5325
    • Alex Leontiev's avatar
      commit · 8869daec
      Alex Leontiev authored
      8869daec
    • Alex Leontiev's avatar
      commit · f080b344
      Alex Leontiev authored
      f080b344
    • 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
  6. 08 Jul, 2014 4 commits
    • Alexandre Benoit's avatar
      Merge pull request #24 from albenoit/master · ed3e4506
      Alexandre Benoit authored
      added samples to use retina in its basic form and for HDR tone mapping
      ed3e4506
    • Antonella Cascitelli's avatar
      Merge pull request #30 from nailbiter/abstract · 9ecdd123
      Antonella Cascitelli authored
      More abstract tracker declaration
      9ecdd123
    • Alex Leontiev's avatar
      More abstract tracker declaration · 1940c120
      Alex Leontiev authored
      This contribution changes the way how trackers should be implemented by
      programmer. It should be noted first, that from the user prospective,
      Tracker::create() method still can be called with the same effect.
      However, there's no more thing as a "constructor" for Tracker, they
      should be created via static functions, e.g.
          static Ptr<TrackerMIL> createTracker(const TrackerMIL::Params &parameters=TrackerMIL::Params());
      
      From the programmer's perspective now for every tracker what is declared
      in tracker.hpp header is more a "interface", while the real
      implementation class can (and has to) be implemented in .cpp file.
      
      Changes in documentation are also included.
      1940c120
    • Alexandre Benoit's avatar
      updated code formating of reina samples · 3ae595c1
      Alexandre Benoit authored
      3ae595c1
  7. 07 Jul, 2014 2 commits
  8. 04 Jul, 2014 2 commits
  9. 03 Jul, 2014 5 commits
  10. 27 Jun, 2014 1 commit