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

Miller sweep circuit, explain the working of miller sweep circuit using op ...

explain the working of miller sweep circuit using op amp ic

Show maximum power transfer, Q. Show Maximum Power Transfer? In order t...

Q. Show Maximum Power Transfer? In order to investigate the power transfer between a practical source and a load connected to it, let us consider Figure , in which a constant v

Drift current density and conductivity, Drift Current Density and Conductiv...

Drift Current Density and Conductivity: Consider a conductor of length / meters and cross sectional area a square meters, as shown in Fig. Let the number of free electrons ava

Mobile communications, Problem: (a) Compare the different MAC schemes...

Problem: (a) Compare the different MAC schemes, namely FDMA, SDMA, TDMA and CDMA. (b) Describe with help of diagrams the different phenomena involved in multipath propaga

What is an usart, What is an USART? USART stands for universal synchron...

What is an USART? USART stands for universal synchronous/Asynchronous Receiver/ Transmitter. It is a programmable communication interface that can communicate by using either s

Device switching losses and snubbers, May I know if your site can help me w...

May I know if your site can help me with design a snubber and model the circuit using LTSpice software?

Energy stored in the capacitor when it is fully charged, An 12µF capacitor ...

An 12µF capacitor is connected in series to a 0.5M? resistor across the dc voltage supply of 240V. verify: (a)  Time constant (b)  Initial charging current (c)  Time fo

Find out form factor and peak factor, Find out Form factor and Peak factor:...

Find out Form factor and Peak factor: For the output of full wave rectifier, find out (a) RMS value, (b) Average value, (c) Form factor, and (d) Peak factor. S

Find resistance of the armature circuit and field circuit, When delivering ...

When delivering rated load a 10-kW, 230-V self excited shunt generator has an armature-circuit voltage drop that is 6% of the terminal voltage and a shunt-field current equal to 4%

Potentiometers , Which potentiometer do I need to control; 6v 2amps dc?

Which potentiometer do I need to control; 6v 2amps dc?

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