1. 13 Feb, 2018 1 commit
  2. 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
  3. 18 Jan, 2018 1 commit
  4. 15 Mar, 2017 1 commit
  5. 04 Dec, 2016 1 commit
  6. 28 Nov, 2016 1 commit
  7. 30 Sep, 2016 1 commit
  8. 07 Apr, 2016 1 commit
  9. 15 Mar, 2016 1 commit
  10. 30 Jan, 2016 1 commit
  11. 27 Nov, 2015 1 commit
  12. 18 Sep, 2015 1 commit
  13. 29 Jul, 2015 1 commit
  14. 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
  15. 16 Feb, 2015 1 commit
  16. 30 Dec, 2014 3 commits
  17. 26 Dec, 2014 3 commits
  18. 25 Dec, 2014 4 commits
  19. 23 Dec, 2014 1 commit
  20. 01 Dec, 2014 2 commits
  21. 07 Oct, 2014 1 commit
  22. 27 Aug, 2014 1 commit
  23. 16 Jun, 2014 1 commit
  24. 19 Feb, 2014 1 commit
  25. 18 Feb, 2014 1 commit
  26. 17 Feb, 2014 2 commits
  27. 16 Feb, 2014 1 commit
  28. 15 Feb, 2014 1 commit
  29. 01 Jan, 2014 1 commit
  30. 13 Nov, 2013 1 commit
    • Michael Pratt's avatar
      Add missing limits include · 73f1940b
      Michael Pratt authored
      Without limits included, several CUDA related files fail to compile with
      GCC on Ubuntu:
      
      modules/cudaimgproc/src/hough_lines.cpp:136:9: error: ‘numeric_limits’ is not a member of ‘std’
      73f1940b
  31. 06 Sep, 2013 1 commit
    • Vladislav Vinogradov's avatar
      Merge branch 'master' into gpu-cuda-rename · 0c7663eb
      Vladislav Vinogradov authored
      Conflicts:
      	modules/core/include/opencv2/core/cuda.hpp
      	modules/cudacodec/src/thread.cpp
      	modules/cudacodec/src/thread.hpp
      	modules/superres/perf/perf_superres.cpp
      	modules/superres/src/btv_l1_cuda.cpp
      	modules/superres/src/optical_flow.cpp
      	modules/videostab/src/global_motion.cpp
      	modules/videostab/src/inpainting.cpp
      	samples/cpp/stitching_detailed.cpp
      	samples/cpp/videostab.cpp
      	samples/gpu/stereo_multi.cpp
      0c7663eb