mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
Fixed threshold(THRESH_TOZERO) at imgproc(IPP) * Fixed #16085: imgproc(IPP): wrong result from threshold(THRESH_TOZERO) * 1. Added test cases with float where all bits of mantissa equal 1, min and max float as inputs 2. Used nextafterf instead of cast to hex * Used float value in test instead of hex and casts * Changed input value in test