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

apply LUT sequence from Dicom image from 0028,3006 tag

Purushoth
Beginner
233 Views

I try to create a pallete using 0028,3006 Dicom tag and apply it over DICOM image using ippiLUTPalette function but the image I get is darker.

 

My input image is 12 bit and LUT data is 12 bit. can someone suggest some sample codes it would be helpful

0 Kudos
1 Solution
Ruqiu_C_Intel
Moderator
157 Views

Hi Purushoth,

 

Thank you for contacting to us.

There is an example for ippiLUTPalette in Intel IPP Developer Guide and Reference. If you didn't review it before, please check the linkage here: LUTPalette, LUTPaletteSwap (intel.com)

The number of significant bits nBitSize should be in the range [1, 8] for functions that operate on 8u source images, and [1, 16] for functions that operate on 16u source images.

 

Regards,

Ruqiu

View solution in original post

0 Kudos
2 Replies
Ruqiu_C_Intel
Moderator
158 Views

Hi Purushoth,

 

Thank you for contacting to us.

There is an example for ippiLUTPalette in Intel IPP Developer Guide and Reference. If you didn't review it before, please check the linkage here: LUTPalette, LUTPaletteSwap (intel.com)

The number of significant bits nBitSize should be in the range [1, 8] for functions that operate on 8u source images, and [1, 16] for functions that operate on 16u source images.

 

Regards,

Ruqiu

0 Kudos
Purushoth
Beginner
151 Views
I have tried this and got desired output thanks for your response
0 Kudos
Reply