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

rotate image

twskevin
Beginner
466 Views
I want to rotate 320*240 YCbCr422 image,so i use the following IPP5.0 API:

IPPAPI(IppStatus, ippiYCbCr422RszRot_8u_P3R,(const Ipp8u *pSrc[3], int srcStep[3], IppiSize srcSize, Ipp8u *pDst[3], int dstStep[3], IppiSize dstSize, IppCameraInterpolation interpolation, IppCameraRotation rotation, int rcpRatiox, int rcpRatioy))

but when i link with the lib/mvlcee/ippIP_WMMX50ALNX_r.a

there is an error as follows:

"In function `rotate':: undefined reference to `ippiYCbCr422RszRot_8u_P3R'
collect2: ld returned 1 exit status "
why can't find the ippiYCbCr422RszRot_8u_P3R in lib. and is there another API to do rotate functions?
thank you !
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
466 Views
Hi,
please submit your issue to Intel Premier Support, so we can track and inform you about any updates.
Regards,
Vladimir
0 Kudos
Reply