Neurochannels
Neuroscience, coding, and neural coding
Friday, January 20, 2012
Filtering images in Matlab
Given image stored in matrix M:
%build the filter to convolve with the image
imFilt=fspecial('gaussian',10,10);
%convolve them
smoothed=imfilter(M,imFilt,'symmetric','conv');
No comments:
Post a Comment
What do you think?
‹
›
Home
View web version
No comments:
Post a Comment
What do you think?