- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why IPP doesn't have separable Gaussian Blur filter with the option to use custom filtering kernel / weight matrix?
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Will anyone be so kind to answer this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Igor,
inspite it is not the same but you might be interesting to see the following thread
Generalized Gaussian Blur, borders and filters for whole images
But, to make it clear, when you say gaussian filter, is not it specify kernel exactly? Why do you need custom kernel it that case?
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Igor,
Take a look at ippiFilterGaussBorder_32f_C1R, declared in ippcv.h (IPP 5.2+)
If you need to process 8-bit or 16-bit image, you may use generic
functions for separable convolution: ippiFilterRow* and ippiFilterColumn*.
Vadim
Take a look at ippiFilterGaussBorder_32f_C1R, declared in ippcv.h (IPP 5.2+)
If you need to process 8-bit or 16-bit image, you may use generic
functions for separable convolution: ippiFilterRow* and ippiFilterColumn*.
Vadim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
But I need to set radius or weighting for blur, not have it fixed.

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