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

Calculate the supply line current, A balanced star-connected load is connec...

A balanced star-connected load is connected across a three phase 450V 50 Hz AC supply. Each load element has an impedance of 5+j12 Ω. Calculate: (i)  The power factor of the

Simulation of a pn junction, Simulation of a pn Junction An n + p jun...

Simulation of a pn Junction An n + p junction is fabricated on a p-type silicon substrate with N A = 8×10 15 cm -3 . The n+ region has a concentration of N D = 1.5×10 18

Microcontroler based elevator system, -micro controller AT89C51 -dc motor -...

-micro controller AT89C51 -dc motor -magnetic sensors -load sensors -how to connect all the components? and give me a circuit diagrams -how to interface all the component with m

Application of plc - stepper motor , Application of PLC a. A PLC  is us...

Application of PLC a. A PLC  is used to start  and stop  the motors  of a segmented conveyor beli. This  allows  only belt section carrying  a copper plate to move. b.In aut

Evaluate the current using the loop-current method, Consider the circuit in...

Consider the circuit in Figure (a), which include a controlled source, and find the current in the 5-V source and the voltage across the 5- resistor by using (a) the loop-current

A transistor has how many p-n junction, A transistor has (A) One p-n j...

A transistor has (A) One p-n junction.  (B) Two p-n junction. (C) Four p-n junction. (D) Five p-n junction. Ans: A transistor has two p-n junctions.

Determine maximum length for cable, You have been asked to help on the desi...

You have been asked to help on the design of CDU's new electric vehicle. The vehicle is to be powered by a 96V, 300A battery pack and you need to decide on the maximum length you c

Asset information management system, Asset information management system: ...

Asset information management system: GIS has the potential to revolutionize the reform procedure in areas such as consumer indexing, asset and work management, distribution ne

Data analysis in gis, Data analysis in GIS: Therefore, GIS consists of...

Data analysis in GIS: Therefore, GIS consists of the following: 1.  Database - for storage and retrieval of information. The database forms the foundation of the GIS syst

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