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

Pseudo-color

1000
Beginner
382 Views
Hello,

If you could, I would like to know how could I make a Pseudo-color to an image? (mapping each pixel value to a color according to a table of colors)
Is there any function or procedure to do it with IPP?

Thank you in advance
0 Kudos
1 Reply
Ying_H_Intel
Employee
382 Views
Quoting - 100014652
Hello,

If you could, I would like to know how could I make a Pseudo-color to an image? (mapping each pixel value to a color according to a table of colors)
Is there any function or procedure to do it with IPP?

Thank you in advance

Hello

You maycehcktheimage and videoprocesing documentation at http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-documentation/. => chapter 6: image color conversion
and see if some functions like ippiLUT() to map some pixel value to some fixed value which may correspond to Pseudo color?

Regards,
Ying
0 Kudos
Reply