1. 06 Sep, 2018 5 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
    • Dmitry Kurtaev's avatar
      Merge pull request #12264 from dkurt:dnn_remove_forward_method · d486204a
      Dmitry Kurtaev authored
      * Remove a forward method in dnn::Layer
      
      * Add a test
      
      * Fix tests
      
      * Mark multiple dnn::Layer::finalize methods as deprecated
      
      * Replace back dnn's inputBlobs to vector of pointers
      
      * Remove Layer::forward_fallback from CV_OCL_RUN scopes
      d486204a
    • woody.chow's avatar
  2. 05 Sep, 2018 12 commits
  3. 04 Sep, 2018 13 commits
  4. 03 Sep, 2018 10 commits