Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

umc_video_sizing.cpp uses deprecated ippiResize

arvinzchan
Beginner
1,112 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
1,112 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
1,112 Views

Hi,

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

thanks,
Chao
0 Kudos
Reply