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

Consider the circuit of the noninverting amplifier, (a) Consider the circui...

(a) Consider the circuit of the noninverting amplifier in Figure, including an ideal op amp. Obtain an expression for the voltage gain of the overall circuit. (b) Let R i = 10

Connection of shunt capacitors at 11 kv substation, Connection of Shunt Cap...

Connection of Shunt Capacitors at 11 kV Substations 11 kV automatic switched capacitor banks are installed on bus of 33 or 66 kV substations. This has the facility that the re

Buck boost converter - power supplies , Buck Boost Converter The outpu...

Buck Boost Converter The output  of buck boost  regulator may be  less than  or greater than the  input  voltage. Since  the polarity of output  voltage  is opposite  to that

Explain two types of materials that are formed after doping, Explain the tw...

Explain the two types of materials that are formed after doping. Depending on the impurity added, extrinsic semiconductors can be then subdivided in two types of class: N-ty

Calculate the stator input current, Q. Calculate the stator input current? ...

Q. Calculate the stator input current? The parameters of the equivalent circuit shown in Figure for a three-phase, wye-connected, 220-V, 10-hp, 60-Hz, six-pole induction motor

Calculate the normalized piecewise cubic spline curve, a) Define the blendi...

a) Define the blending function reparanetrization. b) Four position vectors P1[0 , 0], P2[1 ,1], P3[2 ,-1] ,P4[3, 0] are provided with tangent vectors P1'[1,1] and P4'[1,1]. Cal

Find the frequency domain characteristics, This question is about linear fi...

This question is about linear filtering concepts using the built in filtering functions (it is not about edge detection methods). Load the MRI image of Q4 above and perform the

Strategic perspective of an organization, Strategic Perspective of An organ...

Strategic Perspective of An organization Strategic perspectives cover functions such as revenue, customer satisfaction, people, procedure and technology. Every organization re

Features hindering developing countries from growing faster, Q. Describe so...

Q. Describe some of the features hindering developing countries from growing faster. Answer: One of the features that are able to be hold developing countries from growing fas

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