1. 06 Aug, 2015 1 commit
  2. 18 May, 2015 1 commit
  3. 07 Apr, 2015 3 commits
    • Maksim Shabunin's avatar
      Basic HAL module · 35b21399
      Maksim Shabunin authored
      35b21399
    • Vadim Pisarevsky's avatar
      1. Input/OutputArray optimizations; · 052593c7
      Vadim Pisarevsky authored
      2. Algorithm::load/save added (moved from StatModel)
      3. copyrights updated; added copyright/licensing info for ffmpeg
      4. some warnings from Xcode 6.x are fixed
      052593c7
    • greensea's avatar
      Fix a segment fault issue in cascade classfier · 52c727f0
      greensea authored
      work_var_count and sample_count are both 32bit integer, if the product of work_var_count and sample_count is bigger than 2^31, the compiler will treat (work_var_count*sample_count) as a negative number. Force work_var_count as an unsigned 64bit integer to avoid this issue.
      52c727f0
  4. 03 Apr, 2015 2 commits
  5. 17 Mar, 2015 1 commit
  6. 09 Mar, 2015 1 commit
  7. 06 Mar, 2015 1 commit
  8. 05 Mar, 2015 1 commit
  9. 25 Feb, 2015 1 commit
  10. 17 Feb, 2015 1 commit
  11. 16 Feb, 2015 1 commit
  12. 10 Feb, 2015 1 commit
  13. 03 Feb, 2015 1 commit
  14. 10 Dec, 2014 1 commit
  15. 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
  16. 05 Aug, 2014 1 commit
  17. 02 Aug, 2014 1 commit
  18. 23 Jul, 2014 1 commit
  19. 21 Jul, 2014 1 commit
  20. 07 Jul, 2014 1 commit
  21. 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
  22. 21 Jan, 2014 1 commit
  23. 06 Jan, 2014 1 commit
  24. 27 Nov, 2013 3 commits
  25. 22 Nov, 2013 1 commit
  26. 17 Nov, 2013 1 commit
  27. 16 Oct, 2013 1 commit
  28. 09 Oct, 2013 1 commit
  29. 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
  30. 05 Sep, 2013 2 commits
  31. 27 Aug, 2013 1 commit
  32. 21 Aug, 2013 1 commit
  33. 31 May, 2013 1 commit
  34. 13 May, 2013 1 commit