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

reorder rows of 3D image

yu__leon
Beginner
441 Views

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? 

 

0 Kudos
1 Reply
BMart1
New Contributor II
441 Views

If you use double stride you can read left and right images directly.

0 Kudos
Reply