opencv/modules/core/include
amatyuko 3ea2586a5a Fix for SSE2 intrinsics problem in the part of saturation arithmetic processing during 32s->16u packed conversion -
for some big negative values less than -INT_MAX+32767 the sign of the numbers is lost due to overflow that leads to
incorrect saturation to MAX value, instead of zero.
The issue is not reproduced with CV_ENABLED_INTRINSICS=OFF
2018-08-01 16:04:08 +03:00
..
opencv2 Fix for SSE2 intrinsics problem in the part of saturation arithmetic processing during 32s->16u packed conversion - 2018-08-01 16:04:08 +03:00