1. 04 Jul, 2018 1 commit
  2. 15 Dec, 2017 1 commit
    • zhijackchen's avatar
      Merge pull request #10283 from zhijackchen:exr_export · 6df8ac03
      zhijackchen authored
      * Fix issue #10114
      Convert table change
      From:
      CV_8U -> HALF
      CV_8S -> HALF
      CV_16U -> UINT
      CV_16S -> UINT
      CV_32S -> UINT
      CV_32F -> FLOAT
      To:
      CV_8U -> HALF
      CV_8S -> HALF
      CV_16U -> UINT
      CV_16S -> FLOAT
      CV_32S -> FLOAT loss precision
      CV_32F -> FLOAT
      Signed integer can't be presented well with UINT. Even adjust bias, CV16S and CV32S will be confused when load from exr file.
      Also fix CV_8S negative value incorrect bug
      
      * EXR import and export
      imread() from EXR returns CV_32F only
      imwrite() accepts CV_32 cv::Mat only and stores FLOAT images by default. Add imwrite() flag to store in HALF format.
      
      * fix compiling error
      
      * clean up
      
      * fix EXR import issues
      6df8ac03
  3. 23 Aug, 2017 1 commit
  4. 28 Jun, 2017 1 commit
  5. 27 Jun, 2017 1 commit
  6. 09 Dec, 2015 1 commit
  7. 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
  8. 07 Jul, 2014 1 commit
  9. 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
  10. 05 Sep, 2013 1 commit
  11. 01 Apr, 2013 1 commit
  12. 25 Feb, 2013 1 commit
  13. 22 Oct, 2012 1 commit
  14. 17 Oct, 2012 2 commits
  15. 02 Sep, 2012 2 commits
  16. 27 Sep, 2011 1 commit
  17. 19 Aug, 2011 1 commit
  18. 02 Aug, 2011 1 commit
  19. 04 Jul, 2010 1 commit
  20. 11 May, 2010 1 commit