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

Scaling of YUY2 image ?

Maciej_K_
Beginner
558 Views
I need a fast (down) scaling function for YUY2 images ( Y, U, Y, V ). Is there any function in IPP to help me ?
Thanks in advance,
Kamil
0 Kudos
4 Replies
Intel_C_Intel
Employee
558 Views

Hi Kamil,

what scalind do you mean? Do you mean converting from 422 to 888 format?

Regards,
Vladimir

0 Kudos
Maciej_K_
Beginner
558 Views

Sorry, I meant resizing.

I tried to use ippiResize for two-channel image and ippiResize for four channel images, but they both give incorrect results.

0 Kudos
borix
Beginner
558 Views
what is possible today= yuv2rgb; resize; rgb2yuv;
no resize in IPP yuv color space
0 Kudos
Maciej_K_
Beginner
558 Views
I know a better way - split the source image into several planes, resize those planes and join them back into one multi-channel image. But I'm looking for some method to display video in window, so I have no time to copy the frame two times.
0 Kudos
Reply