Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
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?
Q. Give the Shockley's equation for the transfer characteristics of JFET's? Where ID is the drain current and VGS is the voltage across gate and source. The squared term o
Explain Eddy currents. Eddy currents: Magnetic materials placed as in alternating magnetic fields have eddy currents also induced in them. It is because the material is subject
Merits and Demerits of Stepper Motor Followings are the merits and demerits of stepper motors. Merits : a.They are compatible with digital systems b.For the co
The block diagram for a 3-bit ripple counter is shown in Figure (a). Obtain a state table for the number of pulses N = 0 to 8, and draw a state diagram to explain its operation.
Show that the infiltration volume estimated using Horton's infiltration equation between times t1 and t2 is given by; F =f c (t 2 -t 1 )+(f 1 -f c )(1-e -k(t2-t1) )/k Use the
Q. Show Process of Speed Control of DC Motors? Equation showed that the speed of a dc motor can be varied by control of the field flux, the armature resistance, and the armatur
Explain indirect data addressing mode (with examples) available in microprocessors. Indirect Mode: Address given in instruction includes address where the operand resi
Q. (a) The concept of duality can be extended to nonelectric physical systems bymeans of analogs. For example, the mechanical system characteristics can be investigated by means
Q. Show the Classifications of Data Network? Classifications of Data Network: Data Networks are categorized according to their geographical coverage: • Wide area networks
R-2R LADDER CONVERTER Figure shows a 4-bit R-2R ladderD/Aconverter,which contains a reference voltage source, a set of four switches, two resistors per bit, and an op amp. The
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!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd