source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/BlueCCal/MultiCamSelfCal/MartinecPajdla/setpaths.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 265 bytes
Line 
1Start_path = './MartinecPajdla';
2
3addpath ([Start_path '/fill_mm'])
4addpath ([Start_path '/fill_mm_test'])
5addpath ([Start_path '/utils'])
6
7global OutputDir Matlab_data;
8Matlab_data = [ str_cut(Start_path) 'Matlab_data/' ];
9OutputDir   = [ Matlab_data 'output/' ];
Note: See TracBrowser for help on using the repository browser.