- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I want to impelment fast 1D Box Blur on an image.
I saw IPP's function 'SumWindowColumns' and 'SumWindowRow':
https://software.intel.com/en-us/node/504126
https://software.intel.com/en-us/node/504125
I was wondering, do they have efficient implementation which is independent of the Kernel Size?
This could be done using Integral Images or the trick to add a pixel and remove one.
Moreover, could you add a feature to have Weight per window?
Why doesn't the function support 32f type of images?
Thank You.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Royi,
all IPP functions use the best known algorithm for their optimization, and of course functions like FilterBox, SumRow and SumColumn use "running sum" approach. Regarding 32f data type support by SumRow/Column - please put your request to IPS site (Intel Premier Support).
regards,
Igor

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page