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

Calculate the voltage, 1. The circuit is: A circuit which lights a LED w...

1. The circuit is: A circuit which lights a LED when a voltage is above 14 volts and flashes the LED (at about 1 Hz) below 10 Volts. The circuit should also continuously sounds

Determine the load - thevenins equivalent circuit, Determine the load - The...

Determine the load - Thevenins Equivalent Circuit: Determine the load for which the source shall transfer the maximum power if load is connected across the terminal A and B, u

History of transistor, History of Transistor: The great Physicist Juli...

History of Transistor: The great Physicist Julius Edgar Lilienfeld filed the first patent for a transistor in Canada in the year 1925, explaining a device identical to a Field

Linear and IC applications, bias compensation techniques for ac and dc char...

bias compensation techniques for ac and dc characteristics

What is the procedure of binary subtraction, Q. What is the procedure of Bi...

Q. What is the procedure of Binary Subtraction? The Rules of Binary subtraction 0 - 0 = 0 0 - 1 = 1 , and borrow 1 from the next more significant bit 1 -

Basic principle of electrochemical grinding, Can you explain how electroche...

Can you explain how electrochemical grinding is advantageous over conventional grinding? How metal is moved in electrochemical grinding? What is the basic principle of electroch

Advantages and disadvantages of aluminium, Discuss the advantages and disad...

Discuss the advantages and disadvantages of aluminium as compared to copper as a conductor of electricity. Advantages: Aluminium as a conductor of electricity as compared co

Engineering Science, A rifle with a mass of 3,5 kg fires a bullei with a ma...

A rifle with a mass of 3,5 kg fires a bullei with a mass of 120 g with a muzzle velocity of 420 mls. Calculate the following: 1.4.''l The momentum before the rifle was fired ''1.4.

Oscillator, how to design colpitts oscillator?

how to design colpitts oscillator?

Find the power supplied by the voltage source, Find the power supplied by t...

Find the power supplied by the voltage source and the power absorbed by the 24 Ω resistor (R3) in the circuit shown below:   Determine the voltage V2 in the circuit shown.

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