Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6704 Discussions

Incorrect min/max size IPPIMinMax and IPPsMinMax

Ajay2
Beginner
360 Views

I have observation with respect to computing min and max value of image pixels using IPPiMin/Max fucntion.i am getting in correct result.

i have also tried with ippsMinMax16u. the function is working well with small array size i.e. (4000*12380) Ipp16u. but for bigger size like

(4000*387644) Ipp16u array, function is not working giving zero as value.

i am running with IPP version (2017 update 2)

kindly suggest me the solution i will be thank full to you.

0 Kudos
1 Reply
Zhen_Z_Intel
Employee
360 Views

Hi,

I did not see any problem with ippsMin/Max & ippiMin/Max. Please note, ippsMin do not support for 16u, only 16s; 16u is for ippiMin/Max. And the range for 16s is [-32768, -32767], you have to make sure the value must be within this range and print as integer. If you still have problem, please submit your issue to Intel Online Service Center and paste your testing code. Thanks.

Best regards,
Fiona

0 Kudos
Reply