1. 30 Aug, 2016 1 commit
    • Tomoaki Teshima's avatar
      add 64F intrinsic in HAL NEON · 7fef96be
      Tomoaki Teshima authored
        * use universal intrinsic for accumulate series using float/double
        * accumulate, accumulateSquare, accumulateProduct and accumulateWeighted
        * add v_cvt_f64_high in both SSE/NEON
        * add test for conversion v_cvt_f64_high in test_intrin.cpp
        * improve some existing universal intrinsic by using new instructions in Aarch64
        * add workaround for Android build in intrin_neon.hpp
      7fef96be
  2. 25 Aug, 2016 1 commit
  3. 24 Aug, 2016 3 commits
  4. 23 Aug, 2016 3 commits
  5. 22 Aug, 2016 4 commits
  6. 20 Aug, 2016 3 commits
  7. 19 Aug, 2016 5 commits
  8. 18 Aug, 2016 12 commits
  9. 17 Aug, 2016 7 commits
  10. 16 Aug, 2016 1 commit
    • Morrison's avatar
      handle images with alpha better · ca318e70
      Morrison authored
      UIImages with alpha were ending up with garbage pixels in background (random memory values).  Need to initialize matrix pixels before drawing UIImage with alpha on it.
      
      Note: didn’t fix Grayscale image with alpha stripping alpha in UIImage -> Mat conversion.
      ca318e70