1. 20 Mar, 2017 1 commit
  2. 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
  3. 07 Mar, 2017 1 commit
  4. 27 Feb, 2017 1 commit
  5. 21 Feb, 2017 5 commits
  6. 20 Feb, 2017 1 commit
  7. 09 Feb, 2017 2 commits
  8. 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
  9. 06 Feb, 2017 1 commit
  10. 02 Feb, 2017 1 commit
  11. 24 Jan, 2017 1 commit
  12. 15 Dec, 2016 1 commit
  13. 08 Dec, 2016 1 commit
  14. 25 Nov, 2016 2 commits
    • mshabunin's avatar
      tracking benchmark tool changes: · 72488907
      mshabunin authored
      - added area under "lost track ratio" curve statistics
      - added "lost track ratio" curve plot
      - minor fixes
      72488907
    • mshabunin's avatar
      Updated tracking benchmark script · 1fcfdc55
      mshabunin authored
      - used C++ to handle resources and output
      - simplified and refactored the code
      - changed statistic calculation (precision, recall, etc)
      - used CommandLineParser -> CL interface has changed
      1fcfdc55
  15. 24 Nov, 2016 1 commit
  16. 23 Nov, 2016 1 commit
  17. 22 Nov, 2016 1 commit
  18. 10 Nov, 2016 1 commit
  19. 30 Sep, 2016 1 commit
  20. 15 Sep, 2016 1 commit
    • alessiodore's avatar
      Merge pull request #641 from alessiodore:kcfFix · 246ea8f3
      alessiodore authored
      * Fix kcfTracker when called from Python bindings. The variable boundingBox in updateImpl when called from Python is initialized with 0s and it needs to be updated with the tracker state.
      
      * Fix to return the bbox correctly in the first frame in Python
      246ea8f3
  21. 12 Jul, 2016 1 commit
  22. 23 May, 2016 1 commit
  23. 03 May, 2016 1 commit
  24. 04 Apr, 2016 1 commit
  25. 28 Mar, 2016 1 commit
  26. 24 Mar, 2016 1 commit
  27. 06 Mar, 2016 1 commit
  28. 01 Feb, 2016 1 commit
  29. 18 Jan, 2016 1 commit
  30. 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
  31. 15 Nov, 2015 1 commit
  32. 08 Nov, 2015 1 commit
  33. 04 Nov, 2015 1 commit