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

What are the various flags used in 8085, The various flags are: - Sign flag...

The various flags are: - Sign flag,  Axillary flag, Zero flag, Parity flag, Carry flag.

Discuss the term d/a conversion, Discuss the term D/A conversion. D/A...

Discuss the term D/A conversion. D/A conversion: Digital-to-analog or analog-to-digital conversions are two very significant aspects of digital data processing.  Digital-to-

Energy conservation , Energy conservation: NEP envisages a voluntary a...

Energy conservation: NEP envisages a voluntary approach initially for promoting energy conservation along with emphasis on labelling of appliances. Gradually as awareness incr

Compute the received carrier frequency, Consider a transmitter S which radi...

Consider a transmitter S which radiates a sinusoidal carrier frequency of 1850 MHz. For a vehicle moving at 26.82 m/s, compute the received carrier frequency if the vehicle is movi

Gto - gate turn off, GTO ( Gate Turn Off) GTO stands for gate  turn o...

GTO ( Gate Turn Off) GTO stands for gate  turn off  thyristor . it is four layer  PNPN  device. It can be  triggered into conduction like a conventional thyristor  by a pulse

Matlab simulation, Simulate and compare BER of QPSK system and 4-QAM system...

Simulate and compare BER of QPSK system and 4-QAM system without grey coding Eb/No=0.2.4.6.8.10

Give the applications of carbon, Give the applications of carbon. Car...

Give the applications of carbon. Carbon : These materials used in the field of electrical engineering are manufactured from graphite and the other forms carbon as coal and so

Basic electromagnetic principles, It has been known for a thousand years or...

It has been known for a thousand years or more (originating in China) that certain (magnetic) materials would always orientate    themselves in a  particular direction if suspended

Issue in sub-transmission and distribution systems, Issue In Sub-Transmissi...

Issue In Sub-Transmission and Distribution Systems The major issue in Sub-transmission and Distribution systems or rather the issue confronting the power sector as an overall,

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