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.
6814 Discussions

Looking for example using ippiFilterRow and ippiFilterColumn for separable filter

stormythecat10
Beginner
790 Views
I spent a lot of time working on a Gaussian filter that does separate Row & Column filtering.
Then I realized that my Windows version of IPP (5.0) has the RowBorderPipeline functions
that are NOT in my product version of IPP (4.0).
i.e. I can't use these:
ippiFilterRowBorderPipelineGetBufferSize_32f_C1R(roi, NptGauss, &sizeRow);
ippiFilterColumnPipelineGetBufferSize_32f_C1R(roi, NptGauss, &sizeCol);
Is there an example using the older ippiFilterRow and ipiFilterColumn functions?
0 Kudos
3 Replies
SergeyKostrov
Valued Contributor II
790 Views
I'llupload a 2003year pdf-version of Intel IPP Reference Manual some time later. It has
some information for these 2 functions.

I'll also look for example.

Best regards,
Sergey
0 Kudos
SergeyKostrov
Valued Contributor II
790 Views
A 2003 year IntelIPP library Reference Manual is enlosed ( as zip-file ).

Best regards,
Sergey
0 Kudos
SergeyKostrov
Valued Contributor II
790 Views
An example ippiDemois enlosed.

Best regards,
Sergey
0 Kudos
Reply