opencv/modules/core
Vadim Pisarevsky 80b62a41c6 Merge pull request #12411 from vpisarev:wide_convert
* 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
2018-09-06 19:36:59 +03:00
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
doc documentation: avoid links to 'master' branch from 3.4 maintenance branch 2018-05-31 16:45:18 +03:00
include/opencv2 Merge pull request #12411 from vpisarev:wide_convert 2018-09-06 19:36:59 +03:00
misc/java java: change MatOfRotatedRect to CV_32FC5 2018-08-24 14:20:36 +02:00
perf Merge pull request #12411 from vpisarev:wide_convert 2018-09-06 19:36:59 +03:00
src Merge pull request #12411 from vpisarev:wide_convert 2018-09-06 19:36:59 +03:00
test Merge pull request #12411 from vpisarev:wide_convert 2018-09-06 19:36:59 +03:00
CMakeLists.txt CUDA: drop OPENCV_TRAITS_ENABLE_DEPRECATED requirement 2018-09-03 18:41:48 +00:00