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?
Problem: The current voltage characteristic [ ID versus VD] of a semiconductor diode for VD > 0 [forward bias] is given in Figure Under reverse bias conditions [VD Fi
Q. What do you mean by Superposition and linearity? Mathematically a function is said to be linear if it satisfies two properties: homogeneity (proportionality or scaling) and
Q. In an AM transmitter that transmits a total power of 1 kW, the unmodulated carrier power is 850 W. Compute the required value of (S i /N i )AM at a receiver, if (S 0 /N 0 )AM
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
Q. A three-phase, three-wire 208-V system is connected to a balanced three-phase load. The line currents ¯ IA, ¯ IB, and ¯ IC are given to be in phase with the line-to-line voltage
1 Explain the advantages and disadvantages of optical fiber versus copper Medium of communication 2 Define multiplexing. Explain TDM 3 Describe the protocol architecture and
a) Get the best linear relationship in accordance with least square analysis for the following data:- X 0.9 2.3 3.3 4.5 5.7 6.7 Y 1.1 1.6 2.6 3.2 4.0 5.0 b) The table belo
find the net value of power if an average value of energy is assumed to be $0.05/KWh, the capacity value is $30/kw-yr ...
Explain LOOP instructions in 8086 family with example and their effect on flag. LOOP: (Jump to given label until CX = 0) it is used to repeat a sequence of instructions for
Salient Features of NEP: Access to electricity: The policy not only envisages access to electricity for all but it also emphasizes in which all consumers, particularly t
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