how to make the convolution by using MATLAB?

Antworten (2)

Image Analyst
Image Analyst am 7 Okt. 2011

0 Stimmen

An example:
blurredImage = conv2(grayImage, ones(3)/9, 'same');
imshow(blurredImage, []);

Gefragt:

am 7 Okt. 2011

Community Treasure Hunt

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

Start Hunting!

Translated by