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

ippiResizeLinear missing factorx, factory

Dimitry_N_Intel
Employee
377 Views

Hi, 

In previous ipp resize function there was possibility to specify float factor for X and Y .

In new ippiResizeLinear all ROI values are int so if desire step 1.6f it could be 1.6 for x and 1.57 for y.

Do you know anyway to ensure the factor for X & Y equal ??

Thanks.

 

0 Kudos
2 Replies
Jonghak_K_Intel
Employee
377 Views

Duplicated issue in ISVC.

Will update or post resolution when done.

0 Kudos
Valentin_K_Intel
Employee
377 Views

HI Dimitry,

A new IPP resize automatically defines a pixel step using input ROIs. To define a pixel step externally you can use WarpAffine functions.

Best regards,
Valentin

0 Kudos
Reply