1. 13 Sep, 2018 2 commits
  2. 12 Sep, 2018 2 commits
  3. 11 Sep, 2018 2 commits
  4. 10 Sep, 2018 2 commits
    • Vadim Pisarevsky's avatar
      added basic support for CV_16F (the new datatype etc.) (#12463) · 6d7f5871
      Vadim Pisarevsky authored
      * added basic support for CV_16F (the new datatype etc.). CV_USRTYPE1 is now equal to CV_16F, which may break some [rarely used] functionality. We'll see
      
      * fixed just introduced bug in norm; reverted errorneous changes in Torch importer (need to find a better solution)
      
      * addressed some issues found during the PR review
      
      * restored the patch to fix some perf test failures
      6d7f5871
    • Alexander Alekhin's avatar
      drop legacy headers · 9097ccf5
      Alexander Alekhin authored
      9097ccf5
  5. 09 Sep, 2018 1 commit
  6. 08 Sep, 2018 1 commit
  7. 07 Sep, 2018 2 commits
    • cyy's avatar
      Merge pull request #12458 from DEEPIR:3.4 · 286c2c23
      cyy authored
      * may be an typo fix
      
      * remove identical branch,may be paste error
      
      * add parentheses around macro parameter
      
      * simplify if condition
      
      * check malloc fail
      
      * change the condition of branch removed by commit 3041502861318c85d901e8c08226ff67898c77ed
      286c2c23
    • Hamdi Sahloul's avatar
      Utilize CV_UNUSED macro · a39e0daa
      Hamdi Sahloul authored
      a39e0daa
  8. 06 Sep, 2018 4 commits
    • Vadim Pisarevsky's avatar
      Merge pull request #12411 from vpisarev:wide_convert · 80b62a41
      Vadim Pisarevsky authored
      * rewrote Mat::convertTo() and convertScaleAbs() to wide universal intrinsics; added always-available and SIMD-optimized FP16<=>FP32 conversion
      
      * fixed compile warnings
      
      * fix some more compile errors
      
      * slightly relaxed accuracy threshold for int->float conversion (since we now do it using single-precision arithmetics, not double-precision)
      
      * fixed compile errors on iOS, Android and in the baseline C++ version (intrin_cpp.hpp)
      
      * trying to fix ARM-neon builds
      
      * trying to fix ARM-neon builds
      
      * trying to fix ARM-neon builds
      
      * trying to fix ARM-neon builds
      80b62a41
    • Vadim Pisarevsky's avatar
      Merge pull request #12437 from vpisarev:avx2_fixes · 54279523
      Vadim Pisarevsky authored
      * trying to fix the custom AVX2 builder test failures (false alarms)
      
      * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
      
      * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
      
      * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
      
      * seemingly disabled false alarm warning in surf.cpp; increased tolerance thresholds in the tests for SolvePnP and in DNN/ENet
      54279523
    • Alexander Alekhin's avatar
      8a3c394d
    • Alexander Alekhin's avatar
      core: remove constructors from C API structures · ad146e5a
      Alexander Alekhin authored
      POD structures can't have constructors.
      ad146e5a
  9. 04 Sep, 2018 1 commit
  10. 03 Sep, 2018 1 commit
  11. 02 Sep, 2018 1 commit
  12. 31 Aug, 2018 1 commit
  13. 30 Aug, 2018 2 commits
  14. 27 Aug, 2018 3 commits
  15. 24 Aug, 2018 2 commits
  16. 22 Aug, 2018 1 commit
  17. 20 Aug, 2018 1 commit
    • Alexander Alekhin's avatar
      core(intrin): restrict FP16 operations · 67d46dfc
      Alexander Alekhin authored
      Intrinsics must be effective, so don't declare FP16 type/operations if there is no native support.
      
      - CV_FP16: supports load/store into/from float32
      - CV_SIMD_FP16: declares FP16 types and native FP16 operations
      67d46dfc
  18. 17 Aug, 2018 1 commit
  19. 15 Aug, 2018 1 commit
  20. 14 Aug, 2018 2 commits
  21. 07 Aug, 2018 2 commits
  22. 06 Aug, 2018 1 commit
  23. 01 Aug, 2018 2 commits
  24. 31 Jul, 2018 1 commit
    • luz.paz's avatar
      Misc. typos · 2003eb1b
      luz.paz authored
      Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
      2003eb1b
  25. 30 Jul, 2018 1 commit