Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

How to replace ippiGetResizeFract( );

Kuhlmann__Lionel
Beginner
547 Views

I have recently changed from ipp 7.0 to ipp 7.1. 

I have the need to replace all my tiled resize function, and I discovered the elimination of the function ippiGetResizeFract( imgSz, srcRect, xFactor, yFactor, &xFr, &yFr, interpolation );

My question is: how do I now calculate the xFr and yFr to be used in the new resize functions of ipp 7.1?

Regards, Lionel Kuhlmann

0 Kudos
1 Reply
Kuhlmann__Lionel
Beginner
547 Views
Actually I would like not to replace the ippiGetResizeFract() and just get an updated resize of tiles images example, as the one found in the ippi sample code (wich currently use the obsolete function ippiGetResizeFract() - this does not really make sense to me. Anyone even tried the new resize functions? -Lionel
0 Kudos
Reply