ippiWarpAffine_8u_C1R,ippiFilterRow_8u_C1R,ippiFilterColumn_8u_C1R...
these functions are not in the latest version,how could I find the corresponding functions?
链接已复制
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
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 |
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
