1. 28 Mar, 2018 1 commit
  2. 23 Oct, 2017 2 commits
  3. 18 Oct, 2017 1 commit
  4. 24 Apr, 2017 1 commit
  5. 08 Feb, 2017 2 commits
    • Vladislav Sovrasov's avatar
    • Vladislav Sovrasov's avatar
      Median flow tracker update (#952) · f2c324a2
      Vladislav Sovrasov authored
      * Fix several issues in TrackerMedianFlow implementation
      
      Particularly, add possibility to tune optical flow parameters for a median
      flow tracker.
      
      * Improve code of TrackerMedianFlow
      
      Replace a lot of calls of std::vector::erase by one call of
      std::remove_if.
      
      * Delete unused code, use norm from OpenCV
      
      * medianFlow:turn getMedian method into function, small code cleanup
      
      * TrackerMedianFlow:fixes in parameters I/O, add test for them
      
      * TrackerMedianFlow:replace double with float in temp buffers
      
      * Fix indentation
      
      * TrackerMedianFlow:add absent parameter case handling in read()
      
      * TrackerMedianFlow:use ROI instead of copy when getting a patch
      
      * TrackerMedianFlow:don't calc image pyramids 2 times
      
      * MedianFlowTracker: use cvIsNan()
      
      * MedianFlow: refactor vector filtration code
      
      * MedianFlow: change if statements layout in filterPointsInVectors
      f2c324a2
  6. 06 Mar, 2016 1 commit
  7. 26 Jun, 2015 1 commit
  8. 10 Jul, 2014 1 commit
  9. 09 Jul, 2014 4 commits
    • Alex Leontiev's avatar
      Vadim · c06bb0dc
      Alex Leontiev authored
      c06bb0dc
    • Alex Leontiev's avatar
      Vadim · 470a8221
      Alex Leontiev authored
      470a8221
    • 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