1. 26 Jun, 2016 1 commit
  2. 17 Dec, 2015 1 commit
  3. 26 Dec, 2014 1 commit
  4. 23 Sep, 2014 1 commit
  5. 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
  6. 07 Jul, 2014 1 commit
  7. 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
  8. 17 Nov, 2013 1 commit
  9. 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
  10. 05 Sep, 2013 1 commit
  11. 08 Apr, 2013 2 commits
  12. 01 Apr, 2013 1 commit
  13. 15 Jun, 2012 1 commit
  14. 07 Jun, 2012 1 commit
  15. 03 Feb, 2012 1 commit
    • Andrey Kamaev's avatar
      Global CMake reorganization: · 984eb994
      Andrey Kamaev authored
       [~] Automatically tracked dependencies between modules
       [+] Support for optional module dependencies
       [+] Options to choose modules to build
       [~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
       [+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
       [~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
      984eb994
  16. 13 Jul, 2011 1 commit
  17. 21 May, 2011 1 commit
  18. 04 Dec, 2010 1 commit
  19. 28 Nov, 2010 1 commit
  20. 27 Nov, 2010 1 commit
  21. 26 Nov, 2010 1 commit
  22. 12 Nov, 2010 1 commit
  23. 05 Nov, 2010 1 commit
  24. 11 May, 2010 1 commit