1. 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
  2. 03 Nov, 2017 1 commit
  3. 15 Dec, 2016 1 commit
  4. 21 Nov, 2016 1 commit
  5. 28 May, 2015 1 commit
  6. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  7. 05 Aug, 2014 1 commit
  8. 07 Jul, 2014 1 commit
  9. 24 Jun, 2014 1 commit
    • Vadim Pisarevsky's avatar
      removed contrib, legacy and softcsscade modules; removed latentsvm and… · 3858f229
      Vadim Pisarevsky authored
      removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps.
      some of the stuff will be moved to opencv_contrib module.
      in order to make this PR pass buildbot, please, comment off opencv_legacy, opencv_contrib and opencv_softcascade test runs.
      3858f229
  10. 08 Apr, 2014 1 commit
  11. 20 Mar, 2014 1 commit
  12. 25 Feb, 2014 1 commit
  13. 03 Feb, 2014 4 commits
  14. 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
  15. 05 Sep, 2013 1 commit
  16. 21 Aug, 2013 1 commit
  17. 08 Aug, 2013 1 commit
  18. 10 Jul, 2013 1 commit
  19. 12 Apr, 2013 1 commit
  20. 08 Apr, 2013 2 commits
  21. 01 Apr, 2013 2 commits
  22. 22 Mar, 2013 1 commit
  23. 13 Mar, 2013 1 commit
  24. 11 Mar, 2013 1 commit
  25. 25 Feb, 2013 1 commit
  26. 06 Feb, 2013 1 commit
  27. 01 Feb, 2013 2 commits
  28. 31 Jan, 2013 2 commits
  29. 18 Jan, 2013 4 commits
  30. 13 Nov, 2012 1 commit