how to make the convolution by using MATLAB?

답변 (2개)

Image Analyst
Image Analyst 2011년 10월 7일

0 개 추천

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

질문:

2011년 10월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by