1. 22 5月, 2018 3 次提交
  2. 21 5月, 2018 1 次提交
  3. 20 5月, 2018 1 次提交
  4. 19 5月, 2018 1 次提交
  5. 18 5月, 2018 1 次提交
  6. 17 5月, 2018 2 次提交
  7. 16 5月, 2018 8 次提交
  8. 15 5月, 2018 3 次提交
  9. 14 5月, 2018 1 次提交
    • V
      handle huge matrices correctly (#11505) · e0dbe5cf
      Vadim Pisarevsky 提交于
      * make sure that the matrix with more than INT_MAX elements is marked as non-continuous, and thus all the pixel-wise functions process it correctly (i.e. row-by-row, not as a single row, where integer overflow may occur when computing the total number of elements)
      e0dbe5cf
  10. 11 5月, 2018 5 次提交
  11. 10 5月, 2018 2 次提交
    • N
      Merge pull request #11483 from nglee:dev_cudaCannyStreamIssue · ed86bd34
      Namgoo Lee 提交于
      cuda_canny : multi stream safety (#11483)
      
      * CUDA_ImgProc/Canny Asynchronous test
      
      * cuda_canny : multi stream safety (1/3)
      
      - Convert global variable canny::counter to class local variable
      
      * cuda_canny : multi stream safety (2/3)
      
      - Use texture objects rather than texture reference for cc >= 3.0,
        since texture reference must be declared as a static global variable
        which results in race condition when ran concurrently
      
      * cuda_canny : multi stream safety (3/3)
      
      - Refrain from using global variable in row_filter and column_filter
        (converts column_filter::c_kernel and row_filter::c_kernel to local
        variables)
      
      * Fixes #11193
      ed86bd34
    • A
      core: fix ARM intrinsincs · 352510cc
      Alexander Alekhin 提交于
      '0' is specific case (make no sence as a standalone operation),
      but it can be useful in template-based programming.
      
      reverts commit: a58c9d4d
      352510cc
  12. 09 5月, 2018 1 次提交
  13. 08 5月, 2018 2 次提交
  14. 07 5月, 2018 1 次提交
  15. 05 5月, 2018 3 次提交
  16. 04 5月, 2018 2 次提交
  17. 03 5月, 2018 3 次提交