Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6840 ディスカッション

Converting 16bit to 8bit image using LUT

Aris_Basic
新規コントリビューター I
2,042件の閲覧回数
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 件の賞賛
2 返答(返信)
Naveen_G_Intel
従業員
2,042件の閲覧回数

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

matthieu_darbois
新規コントリビューター III
2,042件の閲覧回数
Hi,
ippiLUTPalette_16u8u_C1R can do exactly what you want
Regards,
Matthieu
返信