1. 08 Feb, 2017 1 commit
    • 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
  2. 15 Dec, 2016 1 commit
  3. 23 Nov, 2016 1 commit
  4. 10 Nov, 2016 1 commit
  5. 23 May, 2016 1 commit
  6. 19 Nov, 2015 1 commit
    • baudenri's avatar
      Expose Error Cross-Covariance in Uncented Kalman Filters · 6259c1e4
      baudenri authored
      For some applications it is useful to have an estimate of how uncertain
      the specific variable is estimated. This could help to act accordingly
      e.g. increase the measurement zone if the current estimate is very
      uncertain. 
      6259c1e4
  7. 15 Nov, 2015 1 commit
  8. 08 Nov, 2015 1 commit
  9. 27 Aug, 2015 13 commits
  10. 26 Aug, 2015 1 commit
  11. 21 Aug, 2015 2 commits
  12. 18 Aug, 2015 1 commit
  13. 16 Aug, 2015 1 commit
  14. 15 Aug, 2015 6 commits
  15. 10 Aug, 2015 1 commit
  16. 08 Aug, 2015 2 commits
  17. 27 Jul, 2015 1 commit
  18. 26 Jul, 2015 1 commit
  19. 23 Jul, 2015 1 commit
  20. 16 Jul, 2015 1 commit
  21. 05 Jul, 2015 1 commit