1. 25 11月, 2018 1 次提交
  2. 24 11月, 2018 1 次提交
  3. 08 8月, 2018 4 次提交
  4. 02 7月, 2018 1 次提交
  5. 01 6月, 2018 1 次提交
  6. 31 5月, 2018 4 次提交
  7. 16 5月, 2018 1 次提交
    • J
      Merge pull request #11060 from juanecito:2.4 · 0239c195
      Juan María Gómez López 提交于
      * Thread-safe version of sparse function in cv::gpu::PyrLKOpticalFlow
      class. The new function name is sparse_multi
      
      * Thread-safe sparse function in cv::gpu::PyrLKOpticalFlow. Tests
      
      * Thread-safe sparse function in cv::gpu::PyrLKOpticalFlow class.
      
      Add intel_TBB conditional compilation
      0239c195
  8. 11 5月, 2018 1 次提交
  9. 10 5月, 2018 1 次提交
  10. 22 4月, 2018 2 次提交
  11. 22 2月, 2018 1 次提交
  12. 21 2月, 2018 2 次提交
  13. 20 2月, 2018 1 次提交
  14. 19 2月, 2018 3 次提交
  15. 31 1月, 2018 1 次提交
  16. 25 1月, 2018 1 次提交
  17. 05 1月, 2018 1 次提交
  18. 04 1月, 2018 2 次提交
  19. 28 12月, 2017 2 次提交
  20. 20 12月, 2017 1 次提交
  21. 13 12月, 2017 2 次提交
  22. 01 12月, 2017 1 次提交
  23. 30 11月, 2017 3 次提交
    • A
      calib3d: fix fisheye stereoRectify test · 00cc4aa2
      Alexander Alekhin 提交于
      - don't write into testdata directory
      - check matrices instead of result images
      00cc4aa2
    • A
      Merge pull request #10198 from alalek:fix_build_xcode_9.1_2.4 · 7c0193bb
      Alexander Alekhin 提交于
      (2.4) Fix build with Xcode 9.1
      7c0193bb
    • A
      build: eliminate Xcode 9.1 warnings · 97507e42
      Alexander Alekhin 提交于
      - 3rdparty/libjasper/jas_getopt.c:129:25: warning: this function declaration is not a prototype [-Wstrict-prototypes]
      - clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
      - clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7s' [-Wignored-optimization-argument]
      - backport IOS_ARCH toolchain option and setup CMAKE_SYSTEM_PROCESSOR:
        - adds '-mfpu=neon' compiler flag for ARM, SSE flags for i386/x86_64
        - fixed proper libpng compilation (no ARM asm)
      97507e42
  24. 09 11月, 2017 2 次提交