1. 30 Jan, 2013 3 commits
  2. 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
  3. 24 Jan, 2013 2 commits
  4. 23 Jan, 2013 1 commit
    • Vladislav Vinogradov's avatar
      fixes for gpu module: · ae6266e1
      Vladislav Vinogradov authored
      - fixed printCudaDeviceInfo for new CC
      - fixed some compilation errors and warnings
      - removed unset command from CMake script
      - removed unused std imports
      ae6266e1
  5. 25 Dec, 2012 1 commit
  6. 21 Dec, 2012 1 commit
  7. 20 Dec, 2012 1 commit
  8. 19 Dec, 2012 1 commit
  9. 07 Dec, 2012 1 commit
  10. 30 Nov, 2012 2 commits
  11. 29 Nov, 2012 1 commit
  12. 27 Nov, 2012 3 commits
  13. 26 Nov, 2012 1 commit
  14. 23 Nov, 2012 2 commits
  15. 20 Nov, 2012 2 commits
  16. 09 Nov, 2012 3 commits
  17. 31 Oct, 2012 1 commit
    • Alexander Smorkalov's avatar
      OpenCV Samples testing problems fixed: · a1a2cb0a
      Alexander Smorkalov authored
      Memory leak in color-blob-detection sample fixed;
      Default face size in face-detection is set to 20%;
      Error handling improved;
      Some possible mat leak fixed;
      Manager verison and engine interface version incremented to fix incompatibilities;
      Docs updated;
      a1a2cb0a
  18. 30 Oct, 2012 1 commit
  19. 29 Oct, 2012 1 commit
  20. 26 Oct, 2012 1 commit
  21. 24 Oct, 2012 2 commits
  22. 23 Oct, 2012 8 commits