1. 08 Jul, 2014 2 commits
    • 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
  2. 04 Jul, 2014 2 commits
  3. 03 Jul, 2014 5 commits
  4. 27 Jun, 2014 3 commits
  5. 25 Jun, 2014 4 commits
  6. 24 Jun, 2014 10 commits
  7. 23 Jun, 2014 4 commits
  8. 20 Jun, 2014 1 commit
  9. 18 Jun, 2014 1 commit
  10. 11 Jun, 2014 1 commit
  11. 10 Jun, 2014 6 commits
  12. 01 Jun, 2014 1 commit