PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
runTemporalCalibrationAlgoTest.m
Go to the documentation of this file.
1 testExecutableFullpathName = '<where the executable is located>';
2 intermediateFileOutputRootDirectory = horzcat('<where the intermediate files--e.g. images--should be written>');
3 rootDirectory = '<directory containing the trial folders to be tested>'
4 
5 verboseLevel = 3
6 samplingResolutionSec = 0.001
7 
8 % Folders that contain the calibration sequences to be tested
9 testDirectoriesBaseline={
10 'Trial01',
11 'Trial02',
12 'Trial03',
13 'Trial04',
14 'Trial05',
15 'Trial06',
16 'Trial07',
17 'Trial08',
18 'Trial09',
19 'Trial10'}';
20 
21 TemporalCalibrationAlgoTest(rootDirectory, testExecutableFullpathName, verboseLevel, samplingResolutionSec,testDirectoriesBaseline,intermediateFileOutputRootDirectory);
intermediateFileOutputRootDirectory