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

Dsp, what is circular convolution

what is circular convolution

Mov instruction, MOV Instruction Op code  format  of MOV  instruction i...

MOV Instruction Op code  format  of MOV  instruction is as follows : Replace the  codes of destination register and source  register with code of  required  register from.

Solid-state control of synchronous motors, Solid-State Control of Synchrono...

Solid-State Control of Synchronous Motors  The speed of a synchronous motor can be controlled by changing its supply frequency. With variable-frequency control, two modes of op

Determine the value of sr flip-flop, The inputs to an SRFF are shown in Fig...

The inputs to an SRFF are shown in Figure. Determine the value of Q at times t 1 , t 2 , and t 3 .

Parts of triangle, The base of isosceles triangle and the altitude drawn fr...

The base of isosceles triangle and the altitude drawn from one of the congruent sides are equal to 18 cm and 15 cm, respectively. Find the lengths of the sides of the triangle.

Frequency response of amplifiers, Q. Frequency response of amplifiers? ...

Q. Frequency response of amplifiers? All amplifiers exhibit variations of performance as the signal frequency is changed. The frequency response of an amplifier may be defined

Machines, what is power factor of generator at overexcitation

what is power factor of generator at overexcitation

Define amplification factor, Q. Define amplification factor? Amplifica...

Q. Define amplification factor? Amplification factor  μ It is the ratio of the drain -source voltage (ΔVDS) to the change in the gate to source voltage (ΔV GS ) at constan

Oscilloscope probe compensation, Q.   what is oscilloscope probe compensati...

Q.   what is oscilloscope probe compensation and how is it adjusted?  What effects are noted when the compensation is not correctly adjustment? Direct Probe: This probe  is

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