1. 16 Oct, 2019 1 commit
  2. 15 Aug, 2019 1 commit
  3. 23 Jun, 2019 1 commit
  4. 06 Jun, 2019 2 commits
  5. 04 Jun, 2019 1 commit
    • SchultzC's avatar
      Remove divide by 1000 · edb3337e
      SchultzC authored
      because t = (time.time() - t) will return seconds,  dividing by 1000 to obtain seconds will be incorrect.
      edb3337e
  6. 15 May, 2019 2 commits
    • mehlukas's avatar
      Merge pull request #14314 from mehlukas:3.4-opticalflow · 6bff0e24
      mehlukas authored
      Extend optical flow tutorial (#14314)
      
      * extend python optical flow tutorial with cpp example code and add it to general tutorial directory
      
      * remove unused parameters, fix comparison between signed and unsigned int
      
      * fix hsv range problem
      
      * switch to samples::findFile for sample file location
      
      * switch to command line parameter for path
      
      * remove old tutorial as in 14393
      
      * minor fixes
      6bff0e24
    • mehlukas's avatar
      Merge pull request #14393 from mehlukas:3.4-meanshift · 47c45e5b
      mehlukas authored
      Extend meanshift tutorial (#14393)
      
      * copy original tutorial and python code
      
      * add cpp code, fix python code
      
      * add camshift cpp code, fix bug in meanshift code
      
      * add description to ToC page
      
      * fix shadowing previous local declaration
      
      * fix grammar: with -> within
      
      * docs: remove content of old py_meanshift tutorial, add link
      
      * docs: replace meanshift tutorial subpage in Python tutorials
      
      * switch to ref to fix wrong breadcrumb navigation
      
      * switch to cmdline for path as in #14314
      
      * Apply suggestions from code review
      
      * order programming languages alphabetically
      47c45e5b
  7. 21 Mar, 2019 1 commit
  8. 04 Dec, 2018 1 commit
  9. 16 Nov, 2018 1 commit
  10. 26 Oct, 2018 1 commit
  11. 11 Sep, 2018 1 commit
  12. 17 Aug, 2018 1 commit
  13. 13 Jul, 2018 1 commit
  14. 11 Jul, 2018 1 commit
  15. 02 Jul, 2018 1 commit
  16. 27 Jun, 2018 1 commit
  17. 10 Jun, 2018 1 commit
  18. 08 Jun, 2018 1 commit
  19. 04 Jun, 2018 1 commit
  20. 29 May, 2018 1 commit
    • catree's avatar
      Add Java and Python code for the following features2d tutorials: Harris corner… · ade21f14
      catree authored
      Add Java and Python code for the following features2d tutorials: Harris corner detector, Shi-Tomasi corner detector, Creating your own corner detector, Detecting corners location in subpixels, Feature Detection, Feature Description, Feature Matching with FLANN, Features2D + Homography to find a known object. Use Lowe's ratio test to filter the matches.
      ade21f14
  21. 23 May, 2018 1 commit
  22. 18 May, 2018 2 commits
  23. 16 May, 2018 1 commit
  24. 03 May, 2018 2 commits
  25. 24 Jan, 2018 1 commit
  26. 11 Dec, 2017 1 commit
  27. 05 Oct, 2017 10 commits