1. 30 Jul, 2018 1 commit
  2. 27 Jul, 2018 1 commit
  3. 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
  4. 13 Jul, 2018 1 commit
  5. 11 Jul, 2018 1 commit
  6. 03 Jul, 2018 1 commit
  7. 02 Jul, 2018 1 commit
  8. 27 Jun, 2018 1 commit
  9. 21 Jun, 2018 1 commit
  10. 11 Jun, 2018 1 commit
  11. 10 Jun, 2018 1 commit
  12. 08 Jun, 2018 2 commits
  13. 01 Jun, 2018 1 commit
  14. 31 May, 2018 1 commit
  15. 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
  16. 23 May, 2018 1 commit
  17. 18 May, 2018 2 commits
  18. 16 May, 2018 1 commit
  19. 15 May, 2018 1 commit
  20. 14 May, 2018 1 commit
  21. 11 May, 2018 2 commits
  22. 03 May, 2018 1 commit
  23. 24 Apr, 2018 1 commit
  24. 23 Apr, 2018 1 commit
  25. 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
  26. 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
  27. 03 Apr, 2018 1 commit
  28. 29 Mar, 2018 1 commit
  29. 28 Mar, 2018 3 commits
  30. 26 Mar, 2018 1 commit
  31. 15 Mar, 2018 1 commit
  32. 06 Mar, 2018 2 commits
  33. 17 Feb, 2018 1 commit
  34. 15 Feb, 2018 1 commit