- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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