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

Deprecated function

gmendolambigroup_it
320 Views

I'm upgrading our Composer from 2011 version to 2013 version. I have notice that lot of function are going to be deprecated.

In particular the In-place functions are going to be removed, this means tha to do an Inplace operation I have to use the

not in place operation with same pointer as input and output ?

0 Kudos
2 Replies
Jeffrey_M_Intel1
Employee
320 Views
True, a lot of functions are on the deprecation list. Just because they are listed does not mean they will be removed though. It will be approximately two years until removal, and until then you can continue to use those functions. Your feedback can help us determine if the function should be reinstated. Please see the Deprecated Features Feedback Page for more information. I also recently updated the Deprecated Function List with more information on specific functions to use instead of the in-place functions. The code change proposed should be as simple as substituting the not in place version and using the same input and output buffer (pSrc==pDst). Best regards, Jeff
0 Kudos
Harald_Deischinger
320 Views
Somewhat related to this questions - Is there an update for the IPL-Wrapper available, specifically the iplresiz.c? ippiResize is not even depricated any more, it is removed. So the project no longer compiles after an upgrade of the compiler. regards Harald
0 Kudos
Reply