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

Looking for example using ippiFilterRow and ippiFilterColumn for separable filter

stormythecat10
Beginner
688 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
688 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
688 Views
A 2003 year IntelIPP library Reference Manual is enlosed ( as zip-file ).

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

Best regards,
Sergey
0 Kudos
Reply