Guassian smoothing

12 次查看(过去 30 天)
kash
kash 2012-2-8
i have a code for an image for corner detection,ten i have to process guassian smoothing,i performed,but image is not displaying
please help to display the imaage
cs = fast_corner_detect_9(im, 60);
size(im)
image(im/6)
axis image colormap(gray)
hold on
axis off
plot(cs(:,1), cs(:,2), 'r.'),title('Corner Detection')
for guassian smoothing G = fspecial('gaussian',[5 5],2);
Ig = imfilter(?,G,'same');
figure,imshow(uint8(Ig)),title('After Guassian Smoothing')
please tell what should come in place of question mark

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Smoothing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by