Community Profile

photo

Amad Kadir


Last seen: 2년 초과 전 2021년부터 활동

통계

Content Feed

보기 기준

질문


apply a 5x5 blurring filter to the image with imfilter. Attempt to deblur the result using inverse filtering with constrained division
%Im not getting any error message but also the figures are not showing up. I'm doing anyting wrong with this code? im=imread('f...

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


new to image processing and would like some guidance for adding noise to image with sine wave and remove the noise by band reject and notch filter.
%Adding sine wave noise to image and then using band reject filter and notch filter to remove it. I’m getting error message. Any...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Adding noise to image and removing it with average filter
. guide me please? im = imread('flower.tif'); noiseIm = imnoise(im, 'gaussian', 0.1); % adding the sine waves to the noise t...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


new to image processing and will like to get some guides for this question. Add sine wave noise to the image and then remove it by band-reject filtering and notch filtering.
Add sine waves to the face using the following commands. Then remove the noise using band-reject fltering or notch fltering. [x...

2년 초과 전 | 답변 수: 1 | 0

1

답변