Laplacian of Gaussian filter

131 次查看(过去 30 天)
kush
kush 2012-3-30
can anyone please tell how to implement laplacian of gaussian filter on an image in matlab
  2 个评论
MANISHA GOSWAMI
MANISHA GOSWAMI 2017-3-3
f=img; w=fspecial('log',[3 3],0.5); filtered_img=imfilter(f,w,'replicate'); imshow(filtered_img);

请先登录,再进行评论。

回答(2 个)

abdulkader helwan
abdulkader helwan 2014-9-18

Thomas
Thomas 2012-3-30
This page has some Information for Laplacian of Gaussian (LOG)
  1 个评论
kush
kush 2012-3-30
it tells about laplacian of gaussian for egbe detection but I want LoG filter to remove deformities

请先登录,再进行评论。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by