1. 23 May, 2017 1 commit
  2. 24 Apr, 2017 1 commit
  3. 24 Mar, 2017 1 commit
  4. 15 Mar, 2017 1 commit
    • Maksim Shabunin's avatar
      Reduced modules dependencies: · f8807f18
      Maksim Shabunin authored
      - made some of dependencies explicit
      - removed dependencies to highgui and some other modules where possible
      - modified some samples to build without modules
      f8807f18
  5. 21 Feb, 2017 1 commit
  6. 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
  7. 15 Dec, 2016 1 commit
  8. 23 Nov, 2016 1 commit
  9. 10 Nov, 2016 1 commit
  10. 23 May, 2016 1 commit
  11. 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
  12. 15 Nov, 2015 1 commit
  13. 08 Nov, 2015 1 commit
  14. 27 Aug, 2015 13 commits
  15. 26 Aug, 2015 1 commit
  16. 21 Aug, 2015 2 commits
  17. 18 Aug, 2015 1 commit
  18. 16 Aug, 2015 1 commit
  19. 15 Aug, 2015 6 commits
  20. 10 Aug, 2015 1 commit
  21. 08 Aug, 2015 2 commits