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

Integral image for Ipp32f image

petukhov_dmitry
Beginner
227 Views

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?

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
227 Views

it's not possible to do with the current version.

0 Kudos
Igor_A_Intel
Employee
227 Views

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

0 Kudos
Reply