PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
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 = [] | |
if | ( | isValid | ) |
calibrationErrors = [] |
Definition at line 6 of file exploreFolders.m.
CARS_folders = dir() |
Definition at line 4 of file exploreFolders.m.
else[isValid, trackerLagX, calibrationErrorX, maxCalibrationErrorX] = ReadTrackerLag(rootFolder, rootCodeFolder) |
Definition at line 17 of file exploreFolders.m.
function[trackerLags, calibrationErrors, maxCalibrationErrors] |
Definition at line 1 of file exploreFolders.m.
maxCalibrationErrors = [] |
Definition at line 7 of file exploreFolders.m.
for t |
Definition at line 9 of file exploreFolders.m.
trackerLags = [] |
Definition at line 5 of file exploreFolders.m.