1. 25 Apr, 2015 1 commit
    • Mansour Moufid's avatar
      Cast some image coordinates and sizes to double. · b99f7a29
      Mansour Moufid authored
      Conflicts:
      	modules/gpu/perf/perf_imgproc.cpp
      
      Cast a long integer to double explicitly.
      
      Conflicts:
      	modules/python/src2/cv2.cpp
      
      Cast some matrix sizes to type int.
      
      Change some vector mask types to unsigned.
      
      Conflicts:
      	modules/core/src/arithm.cpp
      b99f7a29
  2. 04 Mar, 2015 1 commit
  3. 27 Feb, 2015 1 commit
  4. 26 Feb, 2015 1 commit
  5. 20 Jan, 2015 1 commit
  6. 12 Jan, 2015 4 commits
  7. 05 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. 30 Sep, 2014 1 commit
  10. 29 Sep, 2014 1 commit
  11. 17 Sep, 2014 1 commit
  12. 22 Aug, 2014 1 commit
  13. 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
  14. 12 Aug, 2014 1 commit
  15. 10 Aug, 2014 1 commit
  16. 05 Aug, 2014 1 commit
  17. 30 Jul, 2014 1 commit
  18. 16 Jun, 2014 1 commit
  19. 09 Jun, 2014 1 commit
  20. 02 Jun, 2014 1 commit
  21. 28 May, 2014 1 commit
  22. 27 May, 2014 1 commit
  23. 26 May, 2014 1 commit
  24. 15 May, 2014 1 commit
    • thoinvil's avatar
      Added condition to 1st test in cv::GaussianBlur · ea038436
      thoinvil authored
      Consistent with the test made in cv::boxFilter, it adjusts the kernel size to the source size only if the border is not BORDER_CONSTANT and if BORDER_ISOLATED is set. Otherwise, the source has to be considered possibly in a larger image (i.e. the source being a ROI) in witch the kernel should apply.
      ea038436
  25. 07 May, 2014 1 commit
  26. 29 Apr, 2014 2 commits
  27. 28 Apr, 2014 1 commit
  28. 21 Apr, 2014 1 commit
  29. 17 Apr, 2014 2 commits
  30. 14 Apr, 2014 1 commit
  31. 12 Apr, 2014 2 commits
  32. 10 Apr, 2014 1 commit
  33. 09 Apr, 2014 1 commit
  34. 08 Apr, 2014 1 commit