Laplacian of Gaussian filter

131 vues (au cours des 30 derniers jours)
kush
kush le 30 Mar 2012
can anyone please tell how to implement laplacian of gaussian filter on an image in matlab
  2 commentaires
divya kaithapalli
divya kaithapalli le 20 Fév 2017
please give me answer
MANISHA GOSWAMI
MANISHA GOSWAMI le 3 Mar 2017
f=img; w=fspecial('log',[3 3],0.5); filtered_img=imfilter(f,w,'replicate'); imshow(filtered_img);

Connectez-vous pour commenter.

Réponses (2)

abdulkader helwan
abdulkader helwan le 18 Sep 2014

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

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by