1. 15 3月, 2018 6 次提交
    • A
      dd259503
    • A
      85db11b7
    • R
      Merge pull request #10869 from savuor:color_cpp_split · 64916d3d
      Rostislav Vasilikhin 提交于
      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
    • A
      Merge pull request #11075 from iluxave:master · c727e8a4
      Alexander Alekhin 提交于
      c727e8a4
    • S
      Help Cmake find OpenNI2 include path · c11eaeec
      Sonny Kurniawan 提交于
      When compiling with OpenNI2 flag active, CMake will not be able to find OpenNI.h due to the environment path not set in OpenCVFindOpenNI2.cmake. This PR rectifies this issue.
      c11eaeec
    • I
      Fix crash on exit in opencv_annotation · 9749afb1
      Ilya A. Volynets-Evenbakh 提交于
      destroyWindow was called twice during completion of the
      annotation procedure, resulting in a crash, and failure to write
      an output file
      9749afb1
  2. 14 3月, 2018 5 次提交
  3. 13 3月, 2018 6 次提交
  4. 12 3月, 2018 6 次提交
  5. 09 3月, 2018 3 次提交
  6. 08 3月, 2018 3 次提交
  7. 07 3月, 2018 10 次提交
  8. 06 3月, 2018 1 次提交