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

Many functions are not exist in the latest version,like ippiWarpAffine_8u_C1R

hu_s_
Beginner
431 Views

ippiWarpAffine_8u_C1R,ippiFilterRow_8u_C1R,ippiFilterColumn_8u_C1R...

these functions are not in the latest version,how could I find the corresponding functions?

0 Kudos
4 Replies
Gennady_F_Intel
Moderator
431 Views

Please look into you may find out the Reference Manual - Appendixes B, C for ipps and ippi. You will see the list functions were removed from 9.0 and substitution and workaround

0 Kudos
Chao_Y_Intel
Moderator
431 Views

Hi, 

could you check the IPP 9.0 manual for these deprecated function? 

Manual Volume 2, Appendix C, Removed Functions for Image and Video Processing

For example: 

ippiWarpAffine_8u_C1R

Use new WarpAffine functions. For an example on how to replace the old API with the new one refer tohttps://software.intel.com/en-us/articles/code-examples-for-new-apis-and-sample-how-to-replace-deprecated-api-with-them.

ippiFilterColumn_8u_C1R

ippiFilterBorderInit_16s+ippiFilterBorder_8u_C1R (with filter.width=1)

Feel free to let us know if you get any problems. 

Thanks,
Chao

0 Kudos
hu_s_
Beginner
431 Views

Gennady Fedorov (Intel) wrote:

Please look into you may find out the Reference Manual - Appendixes B, C for ipps and ippi. You will see the list functions were removed from 9.0 and substitution and workaround

thx,so how to deal with this function?

ippiResizeGetBufSize  N/A
0 Kudos
Chao_Y_Intel
Moderator
431 Views

Hi,

Can you check this post for the resize function?
https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/594425

Thanks,
Chao

 

0 Kudos
Reply