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

IPP Resize on planar data.

Kishor_D_
New Contributor I
309 Views
I want to resize an image using "ippiResizeSqrPixel_8u_P3R" primitive. I have loaded image using cvLoadImage. I have extracted r, g and b channels data using cvSplit function. How can I pass these channel data to ippiResizeSqrPixel_8u_P3R(). Please give any sample code to do this.
Thanks.

0 Kudos
1 Reply
Chao_Y_Intel
Moderator
309 Views

Hello,

The manual for ippiResizeSqrPixe has some simple example with C1 channel image.

The difference on P3 images is pSrc and pDst[3] An array of 3 pointers to the planes for input and output images.

Thanks,
Chao

0 Kudos
Reply