Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

IPPI functions on 16 bit frames.

Yossi_C_1
Beginner
422 Views
Hi,
I am writing an application which recieves 320X64sized frames from
a frame grabber.
Each pixel is represented in 16 bit, unsigned short.
I didn't find the following functions in ipp libraries:
1. Sub - There is a sub for signed 16 bit frames but not for unsigned.
2. Thresholding - Again same problem. The function works only for signed
short.
3. Histogram - Same problem.
4. Set - The set function also works for 16 bit signed short only.
I would rather avoid the following solutions:
1.Convertion ofthe frame to 32 bit. This is a time consuming solution
and I have very little time in my application.
2. Shifting each pixel on bit to the right - Although this works I lose a
lot of inforamtion.
I would appreciate your help.
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
422 Views
Hi,
could you please submit your request to premier.intel.com?
Regards,
Vladimir
0 Kudos
Reply