Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Getting Bitmap Grayscale

hopiaman
Beginner
563 Views
Hi,
I would like to know if the IPP library has a built-in function for grayscaling a colored bitmap image.
If so, can somebody point me in the right direction on how to do it.
Thanks,
hopiaman
0 Kudos
1 Reply
Intel_C_Intel
Employee
563 Views

hopiaman,

There are two functions that do this:

ippiRGBToGray() uses fixed transform coefficients

ippiColorToGray() lets you use your own transform coefficients in a three component floating point array.

Cheers,

Carl

0 Kudos
Reply