SyntaxFix
Write A Post
Hire A Developer
Questions
f=imread(...); h=fspecial('average', [3 3]); g= imfilter(f, h); imshow(g);