Laplacian of Gaussian filter

131 ビュー (過去 30 日間)
kush
kush 2012 年 3 月 30 日
コメント済み: MANISHA GOSWAMI 2017 年 3 月 3 日
can anyone please tell how to implement laplacian of gaussian filter on an image in matlab
  2 件のコメント
divya kaithapalli
divya kaithapalli 2017 年 2 月 20 日
please give me answer
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