Introduction - If you have any usage issues, please Google them yourself
1.4-1
img=imread('sunflower.jpg');
imshow(img)
pt=log_Blob(rgb2gray(img));
draw(img,pt,'LoG Lindeberg');
1.5-1
img=imread('patrol.jpg');
imshow(img)
pt=log_Blob(rgb2gray(img));
draw(img,pt,'Gilles');