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

ResizeYUV422Super/ ResizeYUV422Lanczos don't exist ?

Nikhil_D_1
初學者
495 檢視

The older libraries we had (Intel 11.1) had support for resizing w/supersampling for non-planar YUV422 signals. The V16Update 2 has only NN and Linear for the same. Is there any long term reason for this functionality being removed ? Is the only way to split the channels and then work on them individually with ResizeAntialiasing() for best results with minimal Moire artifacts ?

 

0 積分
1 回應
Chao_Y_Intel
主席
495 檢視

Hi,

The Lanczos interpolation is supported by ippiResizeYCbCr422_8u_C2R function. However the super sampling interpolation for YUV422 format is not supported. yes, the workaround is to split the channels, and call the resize for each of them.  

Thanks,
Chao

 

 

回覆