1. 02 Jul, 2018 1 commit
  2. 31 May, 2018 1 commit
  3. 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
  4. 08 Feb, 2018 1 commit
  5. 19 Dec, 2017 1 commit
  6. 18 Dec, 2017 1 commit
  7. 14 Dec, 2017 1 commit
  8. 09 Jul, 2017 1 commit
  9. 16 Sep, 2016 1 commit
  10. 15 Aug, 2016 1 commit
  11. 12 Jul, 2016 2 commits
  12. 19 Mar, 2016 1 commit
  13. 17 Jan, 2016 1 commit
  14. 10 May, 2015 1 commit
  15. 29 Apr, 2015 1 commit
  16. 05 Mar, 2015 1 commit
  17. 26 Dec, 2014 2 commits
  18. 05 Dec, 2014 1 commit
  19. 01 Dec, 2014 5 commits
  20. 17 Oct, 2014 2 commits
  21. 04 Oct, 2014 1 commit
  22. 19 Aug, 2014 1 commit
  23. 11 Aug, 2014 1 commit
  24. 30 Jul, 2014 1 commit
  25. 25 Nov, 2013 1 commit
  26. 14 Nov, 2013 1 commit
  27. 13 Nov, 2013 1 commit
  28. 24 Sep, 2013 1 commit
  29. 21 Aug, 2013 3 commits
  30. 13 Aug, 2013 1 commit
  31. 13 Jun, 2013 1 commit
    • Sergei Nosov's avatar
      Fixes bug #3071. · 982ef83f
      Sergei Nosov authored
      If we have perfect matches (min_dist == 0.0), then strict comparison
      fails. Making it non-strict results in treating perfect matches as
      good.
      982ef83f