source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/missing-data/runexp.m @ 37

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

Added original make3d

File size: 2.9 KB
Line 
1
2%[err2_10,aff2_10,stab2_10] = comp_transmot(.2,20,20,.25,.5,.005,10);
3%[err3_10,aff3_10,stab3_10] = comp_transmot(.3,20,20,.25,.5,.005,10);
4%[err4_10,aff4_10,stab4_10] = comp_transmot(.4,20,20,.25,.5,.005,10);
5%[err5_10,aff5_10,stab5_10] = comp_transmot(.5,20,20,.25,.5,.005,10);
6%[err6_10,aff6_10,stab6_10] = comp_transmot(.6,20,20,.25,.5,.005,10);
7%[err7_10,aff7_10,stab7_10] = comp_transmot(.7,20,20,.25,.5,.005,10);
8
9%[err2_100,aff2_100,stab2_100] = comp_transmot(.2,20,20,.25,.5,.005,100);
10%[err3_100,aff3_100,stab3_100] = comp_transmot(.3,20,20,.25,.5,.005,100);
11%[err4_100,aff4_100,stab4_100] = comp_transmot(.4,20,20,.25,.5,.005,100);
12%[err5_100,aff5_100,stab5_100] = comp_transmot(.5,20,20,.25,.5,.005,100);
13%[err6_100,aff6_100,stab6_100] = comp_transmot(.6,20,20,.25,.5,.005,100);
14%[err7_100,aff7_100,stab7_100] = comp_transmot(.7,20,20,.25,.5,.005,100);
15
16%[err2_500,aff2_500,stab2_500] = comp_transmot(.2,20,20,.25,.5,.005,500);
17%[err3_400,aff3_400,stab3_400] = comp_transmot(.3,20,20,.25,.5,.005,400);
18%[err4_400,aff4_400,stab4_400] = comp_transmot(.4,20,20,.25,.5,.005,400);
19%[err5_500,aff5_500,stab5_500] = comp_transmot(.5,20,20,.25,.5,.005,500);
20%[err6_500,aff6_500,stab6_500] = comp_transmot(.6,20,20,.25,.5,.005,500);
21%[err7_500,aff7_500,stab7_500] = comp_transmot(.7,20,20,.25,.5,.005,500);
22
23box_frame;
24boxframe = boxframe./80;
25
26%[r_err2_100,r_aff2_100,r_stab2_100] = comp_transmot(.2,8,40,0,0,0,100,boxframe);
27%[r_err3_100,r_aff3_100,r_stab3_100] = comp_transmot(.3,8,40,0,0,0,100,boxframe);
28%[r_err4_100,r_aff4_100,r_stab4_100] = comp_transmot(.4,8,40,0,0,0,100,boxframe);
29%[r_err5_100,r_aff5_100,r_stab5_100] = comp_transmot(.5,8,40,0,0,0,100,boxframe);
30%[r_err6_100,r_aff6_100,r_stab6_100] = comp_transmot(.6,8,40,0,0,0,100,boxframe);
31
32
33[r_err2_100b,r_aff2_100b,r_stab2_100b] = comp_transmot(.2,8,40,0,0,0,100,boxframe);
34r_err2_200 = [r_err2_100; r_err2_100b];
35r_aff2_200 = [r_aff2_100; r_aff2_100b];
36r_stab2_200 = [r_stab2_100; r_stab2_100b];
37[r_err3_100b,r_aff3_100b,r_stab3_100b] = comp_transmot(.3,8,40,0,0,0,100,boxframe);
38r_err3_200 = [r_err3_100; r_err3_100b];
39r_aff3_200 = [r_aff3_100; r_aff3_100b];
40r_stab3_200 = [r_stab3_100; r_stab3_100b];
41[r_err4_100b,r_aff4_100b,r_stab4_100b] = comp_transmot(.4,8,40,0,0,0,100,boxframe);
42r_err4_200 = [r_err4_100; r_err4_100b];
43r_aff4_200 = [r_aff4_100; r_aff4_100b];
44r_stab4_200 = [r_stab4_100; r_stab4_100b];
45[r_err5_100b,r_aff5_100b,r_stab5_100b] = comp_transmot(.5,8,40,0,0,0,100,boxframe);
46r_err5_200 = [r_err5_100; r_err5_100b];
47r_aff5_200 = [r_aff5_100; r_aff5_100b];
48r_stab5_200 = [r_stab5_100; r_stab5_100b];
49[r_err6_100b,r_aff6_100b,r_stab6_100b] = comp_transmot(.6,8,40,0,0,0,100,boxframe);
50r_err6_200 = [r_err6_100; r_err6_100b];
51r_aff6_200 = [r_aff6_100; r_aff6_100b];
52r_stab6_200 = [r_stab6_100; r_stab6_100b];
53[r_err7_100b,r_aff7_100b,r_stab7_100b] = comp_transmot(.7,8,40,0,0,0,100,boxframe);
54r_err7_200 = [r_err7_100; r_err7_100b];
55r_aff7_200 = [r_aff7_100; r_aff7_100b];
56r_stab7_200 = [r_stab7_100; r_stab7_100b];
Note: See TracBrowser for help on using the repository browser.