- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
I need to convert the following. How can I Do this in IPP ?
1) Convert an image that has 8bit grey scale (1 component) to 8 bit RGB (3 component) image ?
2) Convert an image that has 16bit grey scale (1 component) to 8 bit RGB (3 component) image ?
Shashi
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Shanshi,
For the conversion, do you just want copy the gray image data into the RGB channel? You can check the following function:
ippiDup_8u_C1C3R
For 16bit gray image, it can first convert to 8 bit, then call the ippiDup_8u_C1C3R function.
Thanks,
Chao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. That was helpful answer.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page