- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a project which already uses IPP for other stuff, and now I wonder if IPP has functions to convert from packed RGB (or RGBA) to planar RGB (or RGBA)?
In other words:
src0 = RGB RGB RGB ...
dst0 = RRR ...
dst1 = GGG ...
dst2 = BBB ...
[dst3 = AAA ...]
Are there such functions or should I just write a loop?
In other words:
src0 = RGB RGB RGB ...
dst0 = RRR ...
dst1 = GGG ...
dst2 = BBB ...
[dst3 = AAA ...]
Are there such functions or should I just write a loop?
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Can you can ippiCopy_ function? some functions like (ippiCopy_8u_C3P3R) may help.
Thanks,
Chao
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Can you can ippiCopy_ function? some functions like (ippiCopy_8u_C3P3R) may help.
Thanks,
Chao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for pointing me to that function.
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