- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I call the function like below in my code:
ippiLUT_8u_AC4R(
pSrc,lineBytesSrc,
pDst,lineBytesDst,
roiSize,
(const Ipp32s *)m_pValues,
(const Ipp32s *)m_pLevels,
m_nLevels);
ippiLUT_8u_AC4R(
pSrc,lineBytesSrc,
pDst,lineBytesDst,
roiSize,
(const Ipp32s *)m_pValues,
(const Ipp32s *)m_pLevels,
m_nLevels);
m_nLevels is int array,I define it as below:
int m_nLevels[3];
but my code can not be compiled in VC++6.0,it always report:
error C2664: 'ippiLUT_8u_AC4R' : cannot convert parameter 6 from 'const int *' to 'const int *[]'"
error C2664: 'ippiLUT_8u_AC4R' : cannot convert parameter 6 from 'const int *' to 'const int *[]'"
the error message puzzled me,the 6 parameter is m_pValues,and its data type is Ipp32s *,anyone please help me,how to call the ippuLUT_8u_AC4R()?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I answered that in previous post
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page