1. 28 Nov, 2013 1 commit
  2. 26 Nov, 2013 4 commits
  3. 22 Nov, 2013 1 commit
  4. 20 Nov, 2013 1 commit
  5. 17 Nov, 2013 1 commit
  6. 09 Oct, 2013 2 commits
  7. 28 Sep, 2013 1 commit
  8. 26 Sep, 2013 1 commit
  9. 21 Aug, 2013 1 commit
  10. 16 Aug, 2013 1 commit
  11. 28 Jun, 2013 2 commits
  12. 25 Jun, 2013 1 commit
  13. 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
  14. 11 Apr, 2013 2 commits
  15. 05 Apr, 2013 1 commit
  16. 04 Apr, 2013 2 commits
  17. 25 Mar, 2013 1 commit
  18. 19 Mar, 2013 2 commits
  19. 18 Mar, 2013 2 commits
  20. 19 Feb, 2013 1 commit
    • Vladislav Vinogradov's avatar
      updated OpenGL functionality: · e06c3ec7
      Vladislav Vinogradov authored
      * removed OpenGLFuncTab, now extensions are loaded internally
      * added support of GlBuffer and GlTexture2D to InputArray/OutputArray
      * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
      * added copyFrom/copyTo method for GlBuffer and GlTexture2D
      * removed GlFont
      * removed pointCloudShow
      * removed OpenGLCleanCallback
      * added Access parameter to GlBuffer::mapHost
      * added autoRelease parameter to all create methods
      e06c3ec7
  21. 14 Feb, 2013 1 commit
  22. 13 Feb, 2013 1 commit
  23. 30 Jan, 2013 2 commits
  24. 29 Jan, 2013 1 commit
    • Vadim Pisarevsky's avatar
      fixed #2580, #2210. some work on #2025. · c69312ea
      Vadim Pisarevsky authored
      modified SIFT to 1) double image before finding keypoints, 2) use floating-point internally instead of 16-bit integers, 3) set the keypoint response to the abs(interpolated_DoG_value). step 1) increases the number of detected keypoints significantly and together with 2) and 3) it improves some detection benchmarks. On the other hand, the stability of the small keypoints is lower, so the rotation and scale invariance tests now struggle a bit. In 2.5 need to make this feature optional and add some more intelligence to the algorithm.
      
      added test that finds a planar object using SIFT.
      c69312ea
  25. 21 Dec, 2012 1 commit
  26. 09 Nov, 2012 2 commits
  27. 30 Oct, 2012 1 commit
  28. 24 Oct, 2012 1 commit
  29. 19 Oct, 2012 1 commit