Image gradient, Electrical Engineering

Assignment Help:

Image gradient

Write an m-file "grad.m" which computes and displays gradient and orientation of an input image (use Gaussian derivatives).
To compute Gaussian derivative in one dimension you need to perform differentiation in one dimension and smoothing in the other dimension.

( you have to compute 4 convolutions ).

function grad(imn,sigma)

gx=gauss_x(sigma);
g=gauss(sigma);
imgx=conv2(imn,gx);
imgxg=conv2(imgx,g');
figure(1);
imshow(imgxg,[]);

imgy=?
imgyg=?
figure(2);
imshow(imgyg,[]);

grad=?
figure(2);
imshow(grad,[]);

ori=atan2(imgyg,imgxg);
imshow(ori,[])

What the gradient represents in an image? What other kernels can be used to compute the gradient?


Related Discussions:- Image gradient

Briefly explain about laplace transform, Q. Briefly explain about Laplace t...

Q. Briefly explain about Laplace transform? Many commonly encountered excitations can be represented by exponential functions. The differential equations describing the network

Power angle and performance characteristics, Q. Power Angle and Performance...

Q. Power Angle and Performance Characteristics? The real and reactive power delivered by a synchronous generator, or received by a synchronous motor, can be expressed in terms

Solve for amplitude and phase of the current and the voltage, Use PSpice to...

Use PSpice to solve for the amplitude and phase of the current and the voltage across the inductor in the circuit shown in Figure(a).

Switching, With neat diagrams explain the configuration of a step-by-step s...

With neat diagrams explain the configuration of a step-by-step switching system

Analysis of frequency response with pspice and probe, Analysis of Frequency...

Analysis of Frequency Response with PSpice and PROBE PSpice can readily accomplish the circuit analysis as a function of frequency, and PROBE can display Bode plots for magnitu

Installed in circuit board, Can we measure the resistor if it is installed ...

Can we measure the resistor if it is installed in circuit board? Ans) You can calculate a resistor in a circuit but the circuit will most likely affect the value read (general

Explain braking mode of rotating machines, Q. Explain braking mode of rotat...

Q. Explain braking mode of rotating machines? The braking mode has both mechanical and electric energy input. The total input is dissipated as heat. The machine is driven by th

Octal to binary conversion, Octal to binary Conversion Conversion form ...

Octal to binary Conversion Conversion form  octal to binary  is the reverse  of this process. Express each  octal digit  in three bit  binary  equivalent. Ex. Convert 3576

Determine the power flow diagram for a dc generator, a. Determine the power...

a. Determine the power flow diagram for a DC generator. b. A shunt wound DC generator delivers 496 A at 440 V to a load. The resistance of  the shunt field coil is 110? and that

Electrical circuits and systems, Electrical circuits and systems : Elec...

Electrical circuits and systems : Electrical systems allow energy to be conveniently delivered from the point of supply to the point of application - e.g. electric railways, ca

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