Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
公告
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.

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

hu_s_
初学者
1,423 次查看

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 项奖励
4 回复数
Gennady_F_Intel
主持人
1,423 次查看

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 项奖励
Chao_Y_Intel
主持人
1,423 次查看

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 项奖励
hu_s_
初学者
1,423 次查看

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 项奖励
Chao_Y_Intel
主持人
1,423 次查看

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 项奖励
回复