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

umc_video_sizing.cpp uses deprecated ippiResize

arvinzchan
Beginner
872 Views
Is there a plan to update the UMC samples to remove the deprecated function calls? umc_video_sizing still uses deprecated ippiResize in both the 6.1 and 7 code samples.
0 Kudos
2 Replies
Chao_Y_Intel
Moderator
872 Views


Hello,

Thanks for your reporting. There calls should be changed. I will forward it to engineer owner to update the sample. To change the cod now, it only needs toreplace ippiResize_xx with ippiResizeSqrPixel_ calls, and fill xShift/yShift parameters with 0.

Thanks,
Chao

0 Kudos
Chao_Y_Intel
Moderator
872 Views

Hi,

The deprecated function has been replaced with ippiResizeSqrPixel since IPP 7.0.2 release.

thanks,
Chao
0 Kudos
Reply