1. 26 Mar, 2018 2 commits
  2. 25 Mar, 2018 1 commit
    • Andrei Costinescu's avatar
      #include <math.h> in cv2.cpp · 38d73123
      Andrei Costinescu authored
      My build fails with the error:
      "C:/PROGRA~1/MINGW-~1/X86_64~1.0-P/mingw64/lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/cmath:1136:11: error: '::hypot' has not been declared".
      I have tried to fix it by adding "#include <cmath>" before the line "#include <Python.h>" but then the build has failed with the error:
      "C:/PROGRA~1/MINGW-~1/X86_64~1.0-P/mingw64/lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/math.h:91:12:: error: 'std::_hypot' has not been declared".
      Adding "#include <math.h>" allowed me to build opencv.
      38d73123
  3. 23 Mar, 2018 2 commits
  4. 22 Mar, 2018 4 commits
  5. 21 Mar, 2018 1 commit
  6. 19 Mar, 2018 1 commit
  7. 18 Mar, 2018 2 commits
  8. 16 Mar, 2018 1 commit
  9. 15 Mar, 2018 1 commit
    • Rostislav Vasilikhin's avatar
      Merge pull request #10869 from savuor:color_cpp_split · 64916d3d
      Rostislav Vasilikhin authored
      color.cpp split (#10869)
      
      * initial split is done
      
      * files renamed (these names are excluded during compilation)
      
      * IPP code moved to corresponding files
      
      * splineBuild, splineInterpolate -> color_lab.cpp
      
      * Lab, Luv: little refactored
      
      * it compiles (didn't check work); Lab OCL code moved to color_lab.cpp
      
      * cvtcolor.cl: Lab/Luv part moved to color_lab.cl
      
      * cvtcolor.cl: color_rgb.cl extracted
      
      * cvtcolor.cl: color_yuv.cl separated
      
      * cvtcolor.cl: color_hsv.cl extracted
      
      * cvtcolor.cl: extracted to color_lab.cl and color_rgb.cl
      
      * helper functions moved to hpp file
      
      * Lab, Luv: moved to color_lab.cpp
      
      * CPU XYZ: to color_lab.cpp
      
      * OCL XYZ: to color_lab.cpp
      
      * warning fixed
      
      * CvtHelper added
      
      * CPU YUV: to color_yuv.cpp, helpers to color.hpp
      
      * CPU HLS/HSV: to color_hsv.cpp
      
      * CPU BGR2BGR: to color_rgb.cpp
      
      * CPU RGB: to color_rgb.cpp
      
      * extra arg removed
      
      * CPU YUV: to color_yuv.cpp
      
      * color code decoded
      
      * OclHelper added, some funcs rewritten
      
      * color_lab.cpp: refactored to use OclHelper
      
      * OCL RGB: to color_rgb.cpp
      
      * OCL HLS/HSV: to color_hsv.cpp
      
      * OCL YUV: to color_yuv.cpp
      
      * OCL YUV planes: to color_yuv.cpp
      
      * OCL: color code reduced
      
      * licence to demosaicing.cpp
      
      * IPP func tables to color_rgb.cpp
      
      * code cleanup
      
      * HAVE_OPENCL ifdefs added
      
      * helpers made more common
      
      * fixed two plane YUV with separate mats
      
      * fixed warning in gcc7.2.0
      
      * precomp header fixed
      
      * color space classification functions fixed
      
      * helpers fixed
      
      * rename: isSRGB -> is_sRGB
      64916d3d
  10. 14 Mar, 2018 3 commits
  11. 13 Mar, 2018 3 commits
  12. 12 Mar, 2018 6 commits
  13. 08 Mar, 2018 2 commits
  14. 07 Mar, 2018 5 commits
  15. 06 Mar, 2018 4 commits
  16. 05 Mar, 2018 2 commits