1. 09 11月, 2018 4 次提交
    • V
      refined QRCodeDetector API for OpenCV 4.0 (#13086) · 8cdf7bb8
      Vadim Pisarevsky 提交于
      * refined QRCodeDetector API for OpenCV 4.0
      
      * expanded and tested QRCodeDetector::detectAndDecode()
      8cdf7bb8
    • A
      gapi: fix ARM build · 386733ae
      Alexander Alekhin 提交于
      386733ae
    • V
      removed C API in the following modules: photo, video, imgcodecs, videoio (#13060) · 11eafca3
      Vadim Pisarevsky 提交于
      * removed C API in the following modules: photo, video, imgcodecs, videoio
      
      * trying to fix various compile errors and warnings on Windows and Linux
      
      * continue to fix compile errors and warnings
      
      * continue to fix compile errors, warnings, as well as the test failures
      
      * trying to resolve compile warnings on Android
      
      * Update cap_dc1394_v2.cpp
      
      fix warning from the new GCC
      11eafca3
    • D
      Merge pull request #13008 from dbudniko:dbudniko/gpu_opencl_backend · 5087ff08
      Dmitry Budnikov 提交于
      G-API GPU-OpenCL backend (#13008)
      
      * gpu/ocl backend core
      
      * accuracy tests added and adjusted + license headers
      
      * GPU perf. tests added; almost all adjusted to pass
      
      * all tests adjusted and passed - ready for pull request
      
      * missing license headers
      
      * fix warning (workaround RGB2Gray)
      
      * fix c++ magic
      
      * precompiled header
      
      * white spaces
      
      * try to fix warning and blur test
      
      * try to fix Blur perf tests
      
      * more alignments with the latest cpu backend
      
      * more gapi tests refactoring + 1 more UB issue fix + more informative tolerance exceed reports
      
      * white space fix
      
      * try workaround for SumTest
      
      * GAPI_EXPORTS instead CV_EXPORTS
      5087ff08
  2. 08 11月, 2018 2 次提交
  3. 07 11月, 2018 6 次提交
  4. 06 11月, 2018 4 次提交
  5. 05 11月, 2018 2 次提交
  6. 04 11月, 2018 2 次提交
  7. 03 11月, 2018 1 次提交
  8. 02 11月, 2018 9 次提交
  9. 01 11月, 2018 4 次提交
    • B
      java: add support for MatOfRotatedRect · 0cd14e3f
      berak 提交于
      0cd14e3f
    • I
      Merge pull request #12989 from venalil:fix_thresholded_tiff_read · e6c41f0d
      Ilari Venäläinen 提交于
      * Fix reading of black-and-white (thresholded) TIFF images
      
      I recently updated my local OpenCV version to 3.4.3 and found out that
      I could not read my TIFF images related to my project. After debugging I
      found out that there has been some static analysis fixes made
      that accidentally have broken reading those black-and-white TIFF images.
      
      Commit hash in which reading of mentioned TIFF images has been broken:
      cbb1e867
      
      Basically the fix is to revert back to the same functionality that has been there before,
      when black-and-white images are read bpp (bitspersample) is 1.
      Without the case 1: this TiffDecoder::readHeader() function always return false.
      
      * Added type and default error message
      
      * Added stdexcept include
      
      * Use CV_Error instead of throw std::runtime_error
      
      * imgcodecs(test): add TIFF B/W decoding tests
      e6c41f0d
    • D
      Fix https://github.com/opencv/opencv/issues/12970 · ea670600
      Dmitry Kurtaev 提交于
      ea670600
    • E
      ffmpeg for lossy · b4398d62
      Emanuele Ruffaldi 提交于
      b4398d62
  10. 31 10月, 2018 6 次提交