1. 02 Aug, 2018 1 commit
  2. 31 Jul, 2018 1 commit
    • luz.paz's avatar
      Misc. typos · 2003eb1b
      luz.paz authored
      Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
      2003eb1b
  3. 30 Jul, 2018 1 commit
  4. 27 Jul, 2018 1 commit
  5. 22 Jul, 2018 1 commit
    • Paul92's avatar
      Merge pull request #12032 from Paul92:mser-sample-improvments · 8c755552
      Paul92 authored
      Mser sample improvments (#12032)
      
      * Fixed bug in detect_mser sample
      Wrong number of colors used to generate the synthetic images
      
      * Formatting improvements
      
      * Using safer casts
      
      * Improved readability of legend generation
      
      * Various readability fixes in detect_mser sample
      8c755552
  6. 13 Jul, 2018 1 commit
  7. 11 Jul, 2018 1 commit
  8. 03 Jul, 2018 1 commit
  9. 02 Jul, 2018 1 commit
  10. 27 Jun, 2018 1 commit
  11. 21 Jun, 2018 1 commit
  12. 11 Jun, 2018 1 commit
  13. 10 Jun, 2018 1 commit
  14. 08 Jun, 2018 2 commits
  15. 01 Jun, 2018 1 commit
  16. 31 May, 2018 1 commit
  17. 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
  18. 23 May, 2018 1 commit
  19. 18 May, 2018 2 commits
  20. 16 May, 2018 1 commit
  21. 15 May, 2018 1 commit
  22. 14 May, 2018 1 commit
  23. 11 May, 2018 2 commits
  24. 03 May, 2018 1 commit
  25. 24 Apr, 2018 1 commit
  26. 23 Apr, 2018 1 commit
  27. 17 Apr, 2018 1 commit
    • Vadim Pisarevsky's avatar
      Rewite polar transforms (#11323) · b8b7ca73
      Vadim Pisarevsky authored
      * Rewrite polar transformations
      
      - A new wrapPolar function encapsulate both linear and semi-log remap
      - Destination size is a parameter or calculated automatically to keep objects size between remapping
      - linearPolar and logPolar has been deprecated
      
      * Fix build warning and error in accuracy test
      
      * Fix function name to warpPolar
      
      * Explicitly specify the mapping mode, so we retain all the parameters as non-optional.
      
      Introduces WarpPolarMode enum to specify the mapping mode in flags
      
      * resolves performance warning on windows build
      
      * removed duplicated logPolar and linearPolar implementations
      b8b7ca73
  28. 07 Apr, 2018 1 commit
    • Vishwa Prakash H V's avatar
      Avoiding Divide By Zero Error · 6b4fcd5f
      Vishwa Prakash H V authored
      In line 104 `if ( full_neg_lst[i].cols >= box.width && full_neg_lst[i].rows >= box.height )` removed '=' as it causes divide By Zero Error in line 106 and 107 `box.x = rand() % ( full_neg_lst[i].cols - size_x );` when  full_neg_lst[i].cols = size_x or full_neg_lst[i].rows - size_y
      6b4fcd5f
  29. 03 Apr, 2018 1 commit
  30. 29 Mar, 2018 1 commit
  31. 28 Mar, 2018 3 commits
  32. 26 Mar, 2018 1 commit
  33. 15 Mar, 2018 1 commit
  34. 06 Mar, 2018 2 commits