Community Profile

photo

Amad Kadir


Last seen: 2 years ago Active since 2021

Statistics

Content Feed

View by

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer