difference between blur and dilate
can anyone please explain the difference between blur and dilate ? mathematical as well as layman explanation would be really nice
can anyone please explain the difference between blur and dilate ? mathematical as well as layman explanation would be really nice
Asked: 2015-07-20 08:49:26 -0600
Seen: 964 times
Last updated: Jul 20 '15
Memory leak with morphological operators
Recovering images from motion blur knowing speed ?
opencv python - recognizing and identify coins
How to find whether an image is blurry or not using fft ?
Does the canny method apply Gaussian Blur?
Which other values does the anchor point in blur function take?
did you look to documentation
@sturkmen yes. Can you please explain what do they do to an image differently? In layman's term
Actually i am using blur operation to smoothen the image. Strangly gpu::blur is taking more time than c::blur hence i was planning to replace it with dilate. But couldnt exactly figure out their effect on same image.
sample blurred image , sample dilated image
i can't test gpu::blur but it must be faster than cv:blur Afaik. try gpu::GaussianBlur or gpu::sepFilter2D