Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help me in orientation image code

Status
Not open for further replies.

priya05

Newbie level 4
Joined
Nov 22, 2011
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,322
View attachment ridgeorient.zip

orientation image estimation of ramond thai thesis, also attach the code. i am not getting this code properly. no proper explanation is given in ramond thai paper. help me in understanding this code.

line 46 sze = fix(6*gradientsigma); if ~mod(sze,2); sze = sze+1; end (for calcutation of mask why this line is added)


Not getting these lines
line 68 to 71 % Analytic solution of principal direction
denom = sqrt(Gxy.^2 + (Gxx - Gyy).^2) + eps;
sin2theta = Gxy./denom; % Sine and cosine of doubled angles
cos2theta = (Gxx-Gyy)./denom;
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top