summaryrefslogtreecommitdiffstats
path: root/SD-VBS/benchmarks/stitch/src/matlab/getDirParamLocal.m
blob: 7b3688609a8a8c8d9849e1a1ad7a07dcd924c6f5 (plain) (blame)
1
2
3
4
function DIR_PARAM=getDirParam
DIR_PARAM.main_dir=pwd;
DIR_PARAM.data_dir=fullfile(DIR_PARAM.main_dir,'data');
DIR_PARAM.report_dir=fullfile(DIR_PARAM.main_dir,'report');