1. 09 Jun, 2016 1 commit
  2. 08 Jun, 2016 1 commit
  3. 07 Jun, 2016 2 commits
  4. 06 Jun, 2016 3 commits
  5. 05 Jun, 2016 1 commit
  6. 21 May, 2016 1 commit
    • Tomoaki Teshima's avatar
      add feature to convert FP32(float) to FP16(half) · b2ad7cd9
      Tomoaki Teshima authored
        * check compiler support
        * check HW support before executing
        * add test doing round trip conversion from / to FP32
        * treat array correctly if size is not multiple of 4
        * add declaration to prevent warning
        * make it possible to enable fp16 on 32bit ARM
        * let the conversion possible on non-supported HW, too.
        * add test using both HW and SW implementation
      b2ad7cd9
  7. 18 May, 2016 1 commit
  8. 16 May, 2016 2 commits
  9. 15 May, 2016 1 commit
  10. 13 May, 2016 3 commits
  11. 12 May, 2016 2 commits
  12. 11 May, 2016 3 commits
  13. 06 May, 2016 2 commits
  14. 03 May, 2016 1 commit
  15. 29 Apr, 2016 1 commit
    • Julien Nabet's avatar
      cppcheck: fix some reports · a29c814b
      Julien Nabet authored
      All of these: (performance) Prefer prefix ++/-- operators for non-primitive types.
      [modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
      a29c814b
  16. 28 Apr, 2016 1 commit
  17. 25 Apr, 2016 14 commits