Gennady, thanks!but "undeclared identifier" means i can't find the function declaration.and ihave triedto link my application whith ippcv.lib,the complier also told me "error C2065: 'ippiCopyCopySubpix_8u_C1R' : undeclared identifier"
How about include "ippcv.h" ortouse #include "ipp.h", which shouldinclude all ipp functions?
and i have include "ippi.h",but in ippi.h i couldn't find this function
Thanks for your reply.
Wenlei, you have to link your application with ippcv.lib in case of dynamic linking mode and/or ippcvemerged.lib ippcvmerged.lib in case of static. Please refer to the article to find out more about IPP linkage mode --Gennady
Wenlei, you have to link your application with ippcv.lib in case of dynamic linking mode and/or ippcvemerged.lib ippcvmerged.lib in case of static. Please refer to the article to find out more about IPP linkage mode --Gennady
Gennady, thanks!but "undeclared identifier" means i can't find the function declaration.and ihave triedto link my application whith ippcv.lib,the complier also told me "error C2065: 'ippiCopyCopySubpix_8u_C1R' : undeclared identifier"
Gennady, thanks!but "undeclared identifier" means i can't find the function declaration.and ihave triedto link my application whith ippcv.lib,the complier also told me "error C2065: 'ippiCopyCopySubpix_8u_C1R' : undeclared identifier"
How about include "ippcv.h" ortouse #include "ipp.h", which shouldinclude all ipp functions?
How about include "ippcv.h" ortouse #include "ipp.h", which shouldinclude all ipp functions?
Regards, Ying
Ying, thanks.i find the functions in "ippcv.h".so in document "ippiman.pdf",there are two errors:
IppStatus ippiCopyCopySubpix_(const Ipp* pSrc, int srcStep, Ipp* pDst, int dstStep, IppiSize roiSize, Ipp32f dx, Ipp32f dy);
the real function is ippiCopySubpix_,not double Copy and The function ippiCopySubpix is declared in the ippi.h file. The function ippiCopySubpixIntersect is declared in the ippi.h
Thanks, we will check and correct ippiman.pdf if there is a typo.
Sorry, Ican'tagree with where ippiCopySubpix/CopySubpixIntersect are decrlared. They definetely declared in ippcv.h not in ippi.h. Please double check.