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

Converting 16bit to 8bit image using LUT

Aris_Basic
New Contributor I
591 Views
What would be best sequence (or possibly single call)
to convert a 16bit image to a 8bit image (grayscale) by applying LUT ?
I only found LUT calls that will produce image of same depth as source.
Thx
0 Kudos
2 Replies
Naveen_G_Intel
Employee
591 Views

Hi,
ippiConvert_ is a function to Converts image pixel values from one bit depth to another. I hope this function will address your issue. Please refer to manual to know more about supported values for mod.

Regards,

Naveen Gv

0 Kudos
matthieu_darbois
New Contributor III
591 Views
Hi,
ippiLUTPalette_16u8u_C1R can do exactly what you want
Regards,
Matthieu
0 Kudos
Reply