1. 10 Jul, 2014 5 commits
  2. 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
  3. 07 Jul, 2014 2 commits
  4. 04 Jul, 2014 2 commits
  5. 03 Jul, 2014 5 commits
  6. 27 Jun, 2014 3 commits
  7. 25 Jun, 2014 4 commits
  8. 24 Jun, 2014 10 commits
  9. 23 Jun, 2014 4 commits
  10. 22 Jun, 2014 1 commit