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

Bluring Image with Intel IPP functions. Does not see Blur effect

Aung__Si_Thu
Beginner
489 Views

Hi All,

I am working on project to blur RGB image (3 channels) with Gaussian Blur or Median Blur. I tested with openCV function GaussianBlur() and MedianBlur() and got Blur effect on Image. 
However, when I am trying to use with Intel IPP  functions such as Gaussian Filter and Median Filter to blur my original Image. So far, the blur effect is not showing at all even though I did not get any error or fault from using them. 
I used ippiFilterMedianColor_8u_C3R() for MedianFilter and ippiFilterGaussianBorder_8u_C3R() for GaussianFilter. I saw no effect on both result image. My questions are

IPP Gaussian Border Filter and Median Filter are the same as OpenCV Gaussain Blur and Medain Blur? Are they the correct tools for using to blur entire image?

Also I saw few thing about Adding Border on Image. Is that necessary? If so, I would appreciate the guidance about how to do that?

Thank you.
- Si Thu.

0 Kudos
1 Reply
Jonghak_K_Intel
Employee
489 Views

Closing this since duplicated with the last post

0 Kudos
Reply