opencv/modules/core
Tomoaki Teshima b2ad7cd9c0 add feature to convert FP32(float) to FP16(half)
* 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
2016-05-21 21:31:33 +09:00
..
doc Added example to the documentation for the NormTypes enum (L1, L2, INF) 2015-10-15 19:16:07 +02:00
include/opencv2 add feature to convert FP32(float) to FP16(half) 2016-05-21 21:31:33 +09:00
misc/java Revert of "Merge pull request #4014 from sgjava:opencv-sgjava" (reverted from commit 52fa55a770) 2015-05-19 13:30:18 +03:00
perf UMat: add perf test for custom ptr 2015-09-03 10:48:07 +03:00
src add feature to convert FP32(float) to FP16(half) 2016-05-21 21:31:33 +09:00
test add feature to convert FP32(float) to FP16(half) 2016-05-21 21:31:33 +09:00
CMakeLists.txt cmake: refactor OpenCL detection, allow custom configurations 2016-01-15 13:05:16 +03:00