1. 01 Dec, 2015 1 commit
  2. 20 Oct, 2015 1 commit
  3. 25 Sep, 2015 1 commit
    • Pavel Vlasov's avatar
      IPP_VERSION_X100 was changed to: · 14b006e8
      Pavel Vlasov authored
      IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE
      to manage changes between updates more easily.
      
      IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
      14b006e8
  4. 31 Aug, 2015 1 commit
    • Maksim Shabunin's avatar
      Some changes to support mingw-w64 · 771af4f3
      Maksim Shabunin authored
      - IPP is disabled by default when compiler is mingw (couldn't make it
      work)
      - fixed some warnings
      - fixed some `__GNUC__` version checks (for correctness and convenience)
      - removed UTF-8 BOM from hough.cpp (fixes #5253)
      771af4f3
  5. 14 Mar, 2015 1 commit
  6. 26 Nov, 2014 1 commit
    • HelenWong's avatar
      Updated Documentation (HoughCircles) · e88bf2bc
      HelenWong authored
      Rewrite the note on HoughCircles documentation to make it more clear
      
      Add note to clarify that the output vector of found circles is sorted by
      descending order of centres accumulator values.
      
      Also delete reductant lines on the HoughCircles documentation.
      
      Added comments to hough circles function.
      
      Added comments to icvhoughgradient
      
      Misalignment in line 1183 corrected
      e88bf2bc
  7. 07 Nov, 2014 1 commit
  8. 15 Oct, 2014 1 commit
    • Pavel Vlasov's avatar
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov authored
      IPP can be switched on and off on runtime;
      
      Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
      
      TS modifications for implementations control;
      45958eaa
  9. 07 Oct, 2014 1 commit
  10. 29 Sep, 2014 1 commit
  11. 05 Sep, 2014 2 commits
  12. 04 Sep, 2014 1 commit
  13. 27 Aug, 2014 1 commit
  14. 25 Aug, 2014 1 commit
  15. 22 Aug, 2014 1 commit
  16. 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
  17. 24 Apr, 2014 2 commits
  18. 23 Apr, 2014 2 commits
  19. 31 Jan, 2014 1 commit
  20. 15 Jan, 2014 1 commit
  21. 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
  22. 05 Sep, 2013 1 commit
  23. 28 Mar, 2013 1 commit
  24. 25 Feb, 2013 1 commit
  25. 14 Feb, 2013 1 commit
  26. 12 Feb, 2013 4 commits
  27. 25 Dec, 2012 1 commit
  28. 15 Jun, 2012 1 commit
  29. 12 Jun, 2012 1 commit
  30. 09 Jun, 2012 1 commit
  31. 07 Jun, 2012 1 commit
  32. 27 Mar, 2012 1 commit
  33. 21 Mar, 2012 1 commit
  34. 17 Aug, 2011 1 commit