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

How to replace ippiGetResizeFract( );

Kuhlmann__Lionel
Principiante
1.462 Visualizações

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 Responder
Kuhlmann__Lionel
Principiante
1.462 Visualizações
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
Responder