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

ippiLUT_

kolya
Beginner
290 Views
Hi
I have array of DWORDsthat represent the RGBpixel values and WORD array of indexes representing the result DIB image Ineed to get. For ex:
DWORD dwPix[0x200] = {0x00FF0000,0x000000FF.... } // - values of pixel
WORD wIdx[100*100] = { 0,1,2...} // index array representing 100x100 picture
Is it possible to use ippiLUT_ set of functionsfor building the RGB32 or RGB24image.
If yes, will the performance better than if I just code it using C++ with MSVCpp?
Thanks a lot,
Nikolay
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
290 Views
Hi,
there is no effective way to do it with existing functions. We are extending our set of ippiLUT functions, so please watch for the new versions
Regards,
Vladimir
0 Kudos
Reply