1. 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
  2. 21 Mar, 2019 2 commits
  3. 20 Mar, 2019 1 commit
  4. 13 Mar, 2019 1 commit
  5. 18 Jan, 2019 1 commit
  6. 18 Dec, 2018 1 commit
  7. 04 Dec, 2018 1 commit
  8. 16 Nov, 2018 3 commits
  9. 15 Nov, 2018 2 commits
  10. 10 Nov, 2018 1 commit
    • Jiri Horner's avatar
      Merge pull request #12827 from hrnr:stitching_4 · 1ba7c728
      Jiri Horner authored
      [evolution] Stitching for OpenCV 4.0
      
      * stitching: wrap Stitcher::create for bindings
      
      * provide method for consistent stitcher usage across languages
      
      * samples: add python stitching sample
      
      * port cpp stitching sample to python
      
      * stitching: consolidate Stitcher create methods
      
      * remove Stitcher::createDefault, it returns Stitcher, not Ptr<Stitcher> -> inconsistent API
      * deprecate cv::createStitcher and cv::createStitcherScans in favor of Stitcher::create
      
      * stitching: avoid anonymous enum in Stitcher
      
      * ORIG_RESOL should be double
      * add documentatiton
      
      * stitching: improve documentation in Stitcher
      
      * stitching: expose estimator in Stitcher
      
      * remove ABI hack
      
      * stitching: drop try_use_gpu flag
      
      * OCL will be used automatically through T-API in OCL-enable paths
      * CUDA won't be used unless user sets CUDA-enabled classes manually
      
      * stitching: drop FeaturesFinder
      
      * use Feature2D instead of FeaturesFinder
      * interoperability with features2d module
      * detach from dependency on xfeatures2d
      
      * features2d: fix compute and detect to work with UMat vectors
      
      * correctly pass UMats as UMats to allow OCL paths
      * support vector of UMats as output arg
      
      * stitching: use nearest interpolation for resizing masks
      
      * fix warnings
      1ba7c728
  11. 09 Nov, 2018 1 commit
  12. 08 Nov, 2018 1 commit
  13. 26 Oct, 2018 1 commit
  14. 28 Sep, 2018 1 commit
  15. 22 Sep, 2018 1 commit
    • Alexander Alekhin's avatar
      samples: update winpack python samples launcher · ecef7f79
      Alexander Alekhin authored
      - accepts script parameter (allows drag & drop from 'explorer')
      - use script dir instead of current dir (can launch samples from 'samples/dnn')
      - added 'pause' to show error messages (about missing numpy) instead of instant closing
      ecef7f79
  16. 11 Sep, 2018 1 commit
  17. 17 Aug, 2018 1 commit
  18. 09 Aug, 2018 1 commit
  19. 13 Jul, 2018 1 commit
  20. 11 Jul, 2018 1 commit
  21. 02 Jul, 2018 1 commit
  22. 27 Jun, 2018 1 commit
  23. 10 Jun, 2018 1 commit
  24. 08 Jun, 2018 1 commit
  25. 04 Jun, 2018 1 commit
  26. 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
  27. 23 May, 2018 1 commit
  28. 18 May, 2018 2 commits
  29. 16 May, 2018 1 commit
  30. 11 May, 2018 1 commit
  31. 03 May, 2018 2 commits
  32. 12 Feb, 2018 1 commit
  33. 08 Feb, 2018 1 commit
    • luz.paz's avatar
      Misc. ./samples typos · dbb57cd0
      luz.paz authored
      Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
      dbb57cd0