summaryrefslogtreecommitdiffstats
path: root/SD-VBS/benchmarks/stitch/src/matlab/getDirParamLocal.m
diff options
context:
space:
mode:
Diffstat (limited to 'SD-VBS/benchmarks/stitch/src/matlab/getDirParamLocal.m')
-rwxr-xr-xSD-VBS/benchmarks/stitch/src/matlab/getDirParamLocal.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SD-VBS/benchmarks/stitch/src/matlab/getDirParamLocal.m b/SD-VBS/benchmarks/stitch/src/matlab/getDirParamLocal.m
new file mode 100755
index 0000000..7b36886
--- /dev/null
+++ b/SD-VBS/benchmarks/stitch/src/matlab/getDirParamLocal.m
@@ -0,0 +1,4 @@
1function DIR_PARAM=getDirParam
2DIR_PARAM.main_dir=pwd;
3DIR_PARAM.data_dir=fullfile(DIR_PARAM.main_dir,'data');
4DIR_PARAM.report_dir=fullfile(DIR_PARAM.main_dir,'report');