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

Determine collector - emitter voltage and base current, Q. A transistor is ...

Q. A transistor is connected in common emitter configuration collector supply voltage Vcc is 10 volts load resistance Rl is 800ohm,voltage drop across load resistance is 0.8v and c

Find the corresponding change ib in the base current, Q. Using the small-s...

Q. Using the small-signal equivalent circuit of a BJT with gm = 0.03 S, β = 75, and VA = 65 V, a load resistor RL is connected from the collector to the emitter, as shown in Figure

Diode, #quetunnel diode stion..

#quetunnel diode stion..

Define embedded system according to wayne wolf and todd, Define the term em...

Define the term embedded system according to Wayne Wolf and Todd. According to Wayne Wolf: This is any device which includes a programmable computer but is not itself intend

Explain hysteresis loop, Explain Hysteresis loop. Hysteresis loop: In...

Explain Hysteresis loop. Hysteresis loop: In a ferromagnetic material, the flux density B raises while external applied magnetic field H to it is raised. When the saturation

Switching characteristics , Switching Characteristics The switching  c...

Switching Characteristics The switching  characteristics of power MOSFET the delay time and rise time are responsible to remove the  effect of internal capacitance of the devi

Digital, #quesFind a minimum two level, multiple-output AND-OR gate circuit...

#quesFind a minimum two level, multiple-output AND-OR gate circuit to realize these functions (eight gates minimum). F1(a,b,c,d) =Sm(10,11,12,15) +D (4,8,14) F2(a,b,c,d) =Sm(4,11

How to calculate back pitch, Q.   A 6 - pole, DC armature with 36 slots and...

Q.   A 6 - pole, DC armature with 36 slots and 2 coil - slides/slot is to be wave wound (double layer). Calculate the back pitch, front - pitch and commentator pitch. How many dumm

Show the boundary of a word, Q. Show the boundary of a Word? The bounda...

Q. Show the boundary of a Word? The boundary of a Word is defined as either 16-bits or the size of the data bus for the processor, and a Double Word is Two Words. so, a Word an

Explain daa instruction, Explain DAA instruction. DAA: The DAA instruct...

Explain DAA instruction. DAA: The DAA instruction follows the instruction ADC or ADD to adjust the result in a BCD result. The DAA instruction performs only with the AL registe

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