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

IPP Max Image Size

albas
Beginner
246 Views
Hi,
I'd like to know what is the maximum image size IPP can deal with.
I have a program using images allocated with ippiMalloc_8u_C3 and using this two functions :
ippiImageJaehne_8u_C3R
ippiThreshold_GT_8u_C3R
They work fine with1728*1152 images, but I need to work also with3504*2336 images, and this functions don't seem to work with this image size.
I can't find in the Doc's what is the max image size to work with IPP. Can you help?.
Thanks in advance.
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
246 Views

Hi,

what do you mean under seems does not work with such images? Does function return error code? If so, could you please specify what exactly happened?

These sizes are not so big, so IPP should work with such sizes.

Regards,
Vladimir

0 Kudos
Reply