PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions | Variables
algo4.m File Reference

Go to the source code of this file.

Functions

Algorithm Minimization over and Arc lengths Sangyoon Lee clear all flops (0) % Loading data files %slice
 

Variables

 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')
 

Function Documentation

◆ flops()

Algorithm Minimization over and Arc lengths Sangyoon Lee clear all flops ( )

Variable Documentation

◆ b0

b0 = [19.3969 -20.0000 5.4202]'

Definition at line 19 of file algo4.m.

◆ cnt

To store error at each iteration Calculation by iteration cnt = 1

Definition at line 31 of file algo4.m.

◆ created

Algorithm Minimization over and Arc lengths created

Definition at line 2 of file algo4.m.

◆ error1

error1 = zeros(limit, 1)

Definition at line 27 of file algo4.m.

◆ error2

To store error at each iteration error2 = zeros(limit, 2)

Definition at line 28 of file algo4.m.

◆ iter

iter = 1:1:limit'

Definition at line 26 of file algo4.m.

◆ limit

Initial rotation matrix limit = 100

Definition at line 25 of file algo4.m.

◆ modified

Algorithm Minimization over and Arc lengths modified

Definition at line 2 of file algo4.m.

◆ N

N
Initial value:
= size(p,2) % # of rods
% Initializations
R = eye(3)
Initial rotation matrix R
Definition: algo3.m:24
Image slice number p
Definition: algo4.m:14

Definition at line 20 of file algo4.m.

◆ Orientation

Algorithm Minimization over Orientation

Definition at line 2 of file algo4.m.

◆ p

Image slice number p = load('Kel_p9.dat')

Definition at line 14 of file algo4.m.

◆ Position

Algorithm Minimization over Position

Definition at line 2 of file algo4.m.

◆ R0

Coordinates of fiducials in image plane R0 = [0.9848 0.0000 -0.1736

Definition at line 18 of file algo4.m.

◆ v

Position vectors of rods v = load('Kel_v9.dat')

Definition at line 15 of file algo4.m.

◆ y

Coordinates of fiducials in image plane y = load('CRW_y2_9.dat')

Definition at line 16 of file algo4.m.