1. 09 Nov, 2019 1 commit
    • Adam Gyarmati's avatar
      Fix Windows installation script error · 3755099b
      Adam Gyarmati authored
      Fix an error during Windows installation caused by trying to create the already existing Build directory. Also excluding intermediate steps for Install directory creation.
      3755099b
  2. 08 Nov, 2019 4 commits
  3. 07 Nov, 2019 2 commits
  4. 06 Nov, 2019 6 commits
  5. 05 Nov, 2019 4 commits
    • Igor Murzov's avatar
      Fix OpenCL device detection when some OpenCL platform has no devices · cdbfdcc3
      Igor Murzov authored
      It's not an error if some OpenCL platform has no devices. This makes
      OpenCL device detection work correctly in the following scenario:
      
      $ OPENCV_OPENCL_DEVICE=:GPU: ./opencv_test_dnn
      
      OpenCV version: 4.1.2-dev
      OpenCV VCS version: 4.1.2-80-g467748ee98-dirty
      Build type: Debug
      Compiler: /usr/bin/g++  (ver 7.4.0)
      Parallel framework: pthreads
      CPU features: SSE SSE2 SSE3 *SSE4.1 *SSE4.2 *FP16 *AVX *AVX2 *AVX512-SKX?
      Intel(R) IPP version: ippIP AVX2 (l9) 2019.0.0 Gold (-) Jul 24 2018
      OpenCL Platforms:
          AMD Accelerated Parallel Processing
          Portable Computing Language
              CPU: pthread-AMD Ryzen 7 2700X Eight-Core Processor (OpenCL 1.2 pocl HSTR: pthread-x86_64-pc-linux-gnu-znver1)
          NVIDIA CUDA
              dGPU: GeForce GTX 1080 (OpenCL 1.2 CUDA)
      Current OpenCL device:
          Type = dGPU
          Name = GeForce GTX 1080
          Version = OpenCL 1.2 CUDA
          Driver version = 430.26
      cdbfdcc3
    • Chip Kerchner's avatar
      Merge pull request #15828 from ChipKerchner:momentsToHal · 2112aa31
      Chip Kerchner authored
      * Convert moments in tile algorithms to HAL (1.3x faster for VSX).
      
      * Adding NEON code back in for non 64-bit platforms.
      
      * Remove floats from post processing.
      2112aa31
    • TH3CHARLie's avatar
      core(test): add test for YAML parse multiple documents · 2c2716de
      TH3CHARLie authored
      - added removal of temporary file
      2c2716de
    • Igor Murzov's avatar
      Simplify OpenCL info dumping code: · 6d5b9003
      Igor Murzov authored
      * Reduce code nesting
      * Drop redundant .c_str() calls
      6d5b9003
  6. 03 Nov, 2019 1 commit
  7. 02 Nov, 2019 2 commits
  8. 01 Nov, 2019 4 commits
  9. 31 Oct, 2019 8 commits
  10. 30 Oct, 2019 1 commit
  11. 29 Oct, 2019 3 commits
  12. 28 Oct, 2019 1 commit
  13. 27 Oct, 2019 2 commits
  14. 26 Oct, 2019 1 commit