- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi there,
I have a 3D image frame in RGB format saved in an interlaced fashion in memory. i.e. the buffer data is as follows
left eye row1
right eye row 1
left eye row 2
right eye row 2
till
left eye row n
right eye row n
I need to re-order ( de-interlace) the two channels efficiently. i.e. to re-arrange the rows as
left eye row 1, 2, 3 .. n, then right eye row 1, 2, 3... n.
Is there some IPP function for this kind of processing?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you use double stride you can read left and right images directly.
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