Go to the source code of this file.
|
Algorithm Minimization over and Arc lengths Sangyoon Lee clear all | flops (0) % Loading data files %slice |
|
|
| b0 = [19.3969 -20.0000 5.4202]' |
|
To store error at each iteration Calculation by iteration | cnt = 1 |
|
Algorithm Minimization over and Arc lengths | created |
|
| error1 = zeros(limit, 1) |
|
To store error at each iteration | error2 = zeros(limit, 2) |
|
| iter = 1:1:limit' |
|
Initial rotation matrix | limit = 100 |
|
Algorithm Minimization over and Arc lengths | modified |
|
| N |
|
Algorithm Minimization over | Orientation |
|
Image slice number | p = load('Kel_p9.dat') |
|
Algorithm Minimization over | Position |
|
Coordinates of fiducials in image plane | R0 = [0.9848 0.0000 -0.1736 |
|
Position vectors of rods | v = load('Kel_v9.dat') |
|
Direction vectors of rods | y = load('CRW_y2_9.dat') |
|
◆ flops()
Algorithm Minimization over and Arc lengths Sangyoon Lee clear all flops |
( |
0 |
| ) |
|
◆ b0
b0 = [19.3969 -20.0000 5.4202]' |
◆ cnt
◆ created
Algorithm Minimization over and Arc lengths created |
◆ error1
◆ error2
◆ iter
◆ limit
Initial rotation matrix limit = 100 |
◆ modified
Algorithm Minimization over and Arc lengths modified |
Initial value:% Initializations
Initial rotation matrix R
Definition at line 20 of file algo4.m.
◆ Orientation
Algorithm Minimization over Orientation |
Image slice number p = load('Kel_p9.dat') |
◆ Position
Algorithm Minimization over Position |
◆ R0
Coordinates of fiducials in image plane R0 = [0.9848 0.0000 -0.1736 |
Position vectors of rods v = load('Kel_v9.dat') |
Coordinates of fiducials in image plane y = load('CRW_y2_9.dat') |