difference between blur and dilate

asked 2015-07-20 08:49:26 -0600

Prem gravatar image

can anyone please explain the difference between blur and dilate ? mathematical as well as layman explanation would be really nice

edit retag flag offensive close merge delete

Comments

did you look to documentation

sturkmen gravatar imagesturkmen ( 2015-07-20 09:05:05 -0600 )edit

@sturkmen yes. Can you please explain what do they do to an image differently? In layman's term

Prem gravatar imagePrem ( 2015-07-20 11:25:20 -0600 )edit

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.

Prem gravatar imagePrem ( 2015-07-20 11:39:06 -0600 )edit

i can't test gpu::blur but it must be faster than cv:blur Afaik. try gpu::GaussianBlur or gpu::sepFilter2D

sturkmen gravatar imagesturkmen ( 2015-07-20 11:52:22 -0600 )edit