1. 03 Mar, 2016 1 commit
  2. 08 Dec, 2015 1 commit
  3. 30 Oct, 2015 1 commit
  4. 29 Oct, 2015 1 commit
  5. 20 Oct, 2015 1 commit
  6. 12 Oct, 2015 1 commit
    • Pavel Vlasov's avatar
      Fixes for IPP integration: · 89eee6ca
      Pavel Vlasov authored
      dotProd_16s - disabled for IPP 9.0.0;
      filter2D - fixed kernel preparation;
      morphology - conditions fix and disabled FilterMin and FilterMax for IPP 9.0.0;
      GaussianBlur - disabled for CV_8UC1 due to buffer overflow;
      integral - disabled for IPP 9.0.0;
      
      IppAutoBuffer class was added;
      89eee6ca
  7. 25 Sep, 2015 2 commits
  8. 18 Jun, 2015 1 commit
    • Dmitry Budnikov's avatar
      ipp_countNonZero build fix; · a5a21019
      Dmitry Budnikov authored
      Removed IPP port for tiny arithm.cpp functions
      
      Additional warnings fix on various platforms.
      
      Build without OPENCL and GCC warnings fixed
      
      Fixed warnings, trailing spaces and removed unused secure_cpy.
      
      IPP code refactored.
      
      IPP code path  implemented as separate static functions to simplify future work with IPP code and make it more readable.
      a5a21019
  9. 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
  10. 04 Mar, 2015 1 commit
  11. 27 Feb, 2015 1 commit
  12. 26 Feb, 2015 1 commit
  13. 24 Feb, 2015 1 commit
  14. 20 Jan, 2015 1 commit
  15. 12 Jan, 2015 4 commits
  16. 05 Nov, 2014 1 commit
  17. 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
  18. 30 Sep, 2014 1 commit
  19. 29 Sep, 2014 1 commit
  20. 17 Sep, 2014 1 commit
  21. 22 Aug, 2014 1 commit
  22. 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
  23. 12 Aug, 2014 1 commit
  24. 10 Aug, 2014 1 commit
  25. 05 Aug, 2014 1 commit
  26. 30 Jul, 2014 1 commit
  27. 16 Jun, 2014 1 commit
  28. 09 Jun, 2014 1 commit
  29. 02 Jun, 2014 1 commit
  30. 28 May, 2014 1 commit
  31. 27 May, 2014 1 commit
  32. 26 May, 2014 1 commit
  33. 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
  34. 07 May, 2014 1 commit
  35. 29 Apr, 2014 2 commits