I am trying to use the function ippiFilterBoxBorder and i keep getting a compiler error of
Error 4 error : identifier "y8_ippiFilterBoxBorder_16u_C1R" is undefined
Error 3 error : identifier "y8_ippiFilterBoxBorderGetBufferSize" is undefined
If i change the FilterBoxBorder function to FilterBox (which is deprecated) everything compiles and runs with no issue.
I am using the latest c++ Intel compiler 15.0.2.179 on windows
Any idea what am i doing wrong?