1. 07 Sep, 2018 1 commit
  2. 03 Sep, 2018 1 commit
  3. 20 Feb, 2018 1 commit
  4. 13 Feb, 2018 1 commit
  5. 07 Feb, 2018 1 commit
  6. 03 Feb, 2018 1 commit
    • Alexander Alekhin's avatar
      ts: refactor OpenCV tests · 4a297a24
      Alexander Alekhin authored
      - removed tr1 usage (dropped in C++17)
      - moved includes of vector/map/iostream/limits into ts.hpp
      - require opencv_test + anonymous namespace (added compile check)
      - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
      - added missing license headers
      4a297a24
  7. 28 Nov, 2016 1 commit
  8. 30 Sep, 2016 1 commit
  9. 06 Jul, 2016 1 commit
  10. 20 May, 2016 1 commit
    • Özgür Can's avatar
      Fix issue #6473 · 49515434
      Özgür Can authored
      Enable "useProvidedKeypoints" flag on cuda::ORB's detectAndCompute function in order to able to describe provided keypoints.
      
      * additional author : Ender Tunç <endertunc@yahoo.com>
      
      resolves #6473
      
       * Enable "useProvidedKeypoints" flag on cuda::ORB's detectAndCompute function in order to able to describe provided keypoints.
      
         Update for using 'const' reference to avoid array copy on each iteration.
      
      resolves #6473
      
      	Update for 'const' reference to avoid array copy on each iteration.
      49515434
  11. 15 Mar, 2016 4 commits
  12. 02 Mar, 2015 1 commit
    • Maxim Kostin's avatar
      Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 · cdd23440
      Maxim Kostin authored
      - Substituted HAVE_WINRT with WINRT
      - Fixed compilation issues in ocl.cpp and parallel.cpp
      - Fixed compiler issue for WP8: "C2678: binary '+' : no operator found which takes a left-hand - Fixed gitignore
      - Added #ifdef HAVE_OPENCL to remove compiler warnings in ocl.cpp
      - Used NO_GETENV similar to '3rdparty\libjpeg\jmemmgr.c;
      - Added ole32.lib for core module (for WindowsStore 8.0 builds)
      - Made OpenCV_ARCH aware of ARM
      Signed-off-by: 's avatarMaxim Kostin <v-maxkos@microsoft.com>
      cdd23440
  13. 13 Jan, 2015 8 commits
  14. 26 Dec, 2014 1 commit
  15. 22 Dec, 2014 1 commit
  16. 01 Dec, 2014 2 commits
  17. 05 Nov, 2014 3 commits
  18. 16 Jun, 2014 1 commit
  19. 02 Sep, 2013 5 commits