- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible anyhow to compute an integral image for an image w/ pixels of type Ipp32f (i.e. float) with use of Intel IPP?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
it's not possible to do with the current version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Dmitry,
It's possible with new IPP Async library - take a look at ipp_async_op.h:
HPPFUNC(hppStatus, hppiIntegral, (hppAccel accel, hppiMatrix* src, hppScalar val,
hppiMatrix* dst, hppDataType dst_type));
supported data types are 8u,16u,16s,32f
regards, Igor
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