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

Go to the source code of this file.

Functions

 if (isValid) trackerLags
 

Variables

 CARS_folders = dir()
 
 else [isValid, trackerLag] = ReadTrackerLag(rootFolder)
 
for t
 
function trackerLags
 

Function Documentation

◆ if()

if ( isValid  )

Variable Documentation

◆ CARS_folders

CARS_folders = dir()

Definition at line 4 of file GetTrackerLags.m.

◆ else

else[isValid, trackerLag] = ReadTrackerLag(rootFolder)

Definition at line 12 of file GetTrackerLags.m.

◆ t

for t
Initial value:
= 3 : length(CARS_folders)
if(isdir([rootFolder, '\', CARS_folders(t).name]))
tempTrackerLags = exploreFolders([rootFolder, '\', CARS_folders(t).name])
rootFolder
for t
Definition: GetTrackerLags.m:7
CARS_folders
Definition: GetTrackerLags.m:4

Definition at line 7 of file GetTrackerLags.m.

◆ trackerLags

trackerLags
Initial value:
= GetTrackerLags(rootFolder)
rootFolder

Definition at line 1 of file GetTrackerLags.m.