Filtering, Electrical Engineering

Assignment Help:

Filtering

 (i) Write an m-file "mymedian.m" which will take an image and filter size and perform median filtering. Display input and output image. Use 

help median

function imm=mymedian(imn,msize)
[h w]=size(imn);
kernel_size=?
imm=imn;
for i=msize+1:(h-msize)
  for j=msize+1:(w-msize)
    imm(i,j)=median(reshape(imn(i-msize:i+msize,j-msize:j+msize),1,kernel_size));
  end
end

What is the median value of an image?

Comment on the complexity (number of operations per pixel) of the algorithm. 

(ii) Write an m-file "mygaussian.m" which will take an image and filter size and perform Gaussian filtering. Display input and output image.


function img=mygaussian(imn,sigma)
g=gauss(sigma);

img=?(iii) Perform median and Gaussian filtering on  face_g.png, face_m.png,statue_m.png.
What kind of noise the median filer is useful for?
What kind of noise the Gaussian filer is useful for?


Related Discussions:- Filtering

Transistor, Various compensation techniques

Various compensation techniques

Solid mensuration, reflections, journey about the subject solid mensuration...

reflections, journey about the subject solid mensuration

Explain the function of the pins psen and ea of 8051, Explain the function ...

Explain the function of the pins PSEN and EA of 8051. PSEN: PSEN stands for program store enable. In 8051 based system in which an external ROM holds the program code, this pin

Calculate the rms value, The sinusoidal voltage source in the circuit shown...

The sinusoidal voltage source in the circuit shown in Fig. is developing an rms voltage of 2000 V. The 4 ? load in the circuit is absorbing four times as much average power as the

Purpose of compensation and space charge neutrality, My question about abov...

My question about above topic is"what is the use of the of this process" why we do compensation and space charge carrier

Copy data byte 10h ldax instruction, Copy  data byte  10H LDAX  instruct...

Copy  data byte  10H LDAX  instruction Example : Copy  data byte  10H  stored at memory  location 3020 H to  the accumulator using  LDAX  instructions. Solution : To use

What is centralized spc, Q. What is centralized SPC? In centralized con...

Q. What is centralized SPC? In centralized control, all control equipment is replaced by a single processor which should be quite powerful. It should be capable of processing 1

Satellite Communication, ubmission Deadline: Wednesday, July 7, 2021 Assign...

ubmission Deadline: Wednesday, July 7, 2021 Assignment 2 EE5543 - Satellite Communication Question 1: MEASAT-1 is located at 91.5 o E and operating at the base frequency of 10.982

Open-loop control system, Q. Open-loop control system? An open-loop sys...

Q. Open-loop control system? An open-loop system is one in which the control action is independent of the output or desired result, whereas a closed-loop (feedback) system is o

Aggregate technical and commercial loss, Aggregate Technical and Commercial...

Aggregate Technical and Commercial Loss It is unfortunate in that addition to T&D losses, there is also a loss in revenue because of non-realisation of billed demand which lea

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd