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

unsigned short

nikolay_bit
Beginner
366 Views

I use IPP for image processing, and in the most cases pixels are unsigned short (16bits).

However, several functions that I need are not implemented for unsigned short , but implemented for signed short. I mean, for example, thresholding and filteringfunctions.

Will these functionsbe implemented for unsigned shortin futureversions of IPP or thereare some CPU-related problems with unsigned shorts that make it impossible to implement functions for unsigned shorts?

0 Kudos
2 Replies
Vladimir_Dudnik
Employee
366 Views

Hello,

yes we extend support for Ipp16u data types within each IPP release. This takes some time, as you know, there are several thousands functions in IPP, so usually we choose most popular functions. Please submit your feature request to Intel Premier Support it will be considered at the next version planning stage.

Regards,
Vladimir

0 Kudos
nikolay_bit
Beginner
366 Views

Thanks a lot!

Bol'sholespasibo :-)

0 Kudos
Reply