Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Integral image for Ipp32f image

petukhov_dmitry
Beginner
479 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
479 Views

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

0 Kudos
Igor_A_Intel
Employee
479 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