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

Go to the source code of this file.

Functions

 if (isValid) trackerLags
 

Variables

 calibrationErrors = []
 
 CARS_folders = dir()
 
 else [isValid, trackerLagX, calibrationErrorX, maxCalibrationErrorX] = ReadTrackerLag(rootFolder, rootCodeFolder)
 
 function [trackerLags, calibrationErrors, maxCalibrationErrors]
 
 maxCalibrationErrors = []
 
for t
 
 trackerLags = []
 

Function Documentation

◆ if()

if ( isValid  )

Variable Documentation

◆ calibrationErrors

calibrationErrors = []

Definition at line 6 of file exploreFolders.m.

◆ CARS_folders

CARS_folders = dir()

Definition at line 4 of file exploreFolders.m.

◆ else

else[isValid, trackerLagX, calibrationErrorX, maxCalibrationErrorX] = ReadTrackerLag(rootFolder, rootCodeFolder)

Definition at line 17 of file exploreFolders.m.

◆ function

Initial value:
= exploreFolders(rootFolder, rootCodeFolder)
rootFolder
rootCodeFolder

Definition at line 1 of file exploreFolders.m.

◆ maxCalibrationErrors

maxCalibrationErrors = []

Definition at line 7 of file exploreFolders.m.

◆ t

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

Definition at line 9 of file exploreFolders.m.

◆ trackerLags

trackerLags = []

Definition at line 5 of file exploreFolders.m.