source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/3dRecon/projective/figs/euclideanCoords.eps @ 37

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

Added original make3d

File size: 22.6 KB
Line 
1%!PS-Adobe-2.0 EPSF-1.2
2%%Creator: MATLAB, The Mathworks, Inc.
3%%Title: C:\work\Matlab\development\3dRecon\projective\figs\euclideanCoords.eps
4%%CreationDate: 11/19/ 3  11:40:14
5%%DocumentNeededFonts: Helvetica
6%%DocumentProcessColors: Cyan Magenta Yellow Black
7%%Extensions: CMYK
8%%Pages: 1
9%%BoundingBox:   -32   250   895   545
10%%EndComments
11
12%%BeginProlog
13
14% MathWorks dictionary
15/MathWorks 160 dict begin
16
17% definition operators
18/bdef {bind def} bind def
19/ldef {load def} bind def
20/xdef {exch def} bdef
21/xstore {exch store} bdef
22
23% operator abbreviations
24/c  /clip ldef
25/cc /concat ldef
26/cp /closepath ldef
27/gr /grestore ldef
28/gs /gsave ldef
29/mt /moveto ldef
30/np /newpath ldef
31/cm /currentmatrix ldef
32/sm /setmatrix ldef
33/rc {rectclip} bdef
34/rf {rectfill} bdef
35/rm /rmoveto ldef
36/rl /rlineto ldef
37/s /show ldef
38/sc {setcmykcolor} bdef
39/sr /setrgbcolor ldef
40/sg /setgray ldef
41/w /setlinewidth ldef
42/j /setlinejoin ldef
43/cap /setlinecap ldef
44
45% page state control
46/pgsv () def
47/bpage {/pgsv save def} bdef
48/epage {pgsv restore} bdef
49/bplot /gsave ldef
50/eplot {stroke grestore} bdef
51
52% orientation switch
53/portraitMode   0 def
54/landscapeMode  1 def
55
56% coordinate system mappings
57/dpi2point 0 def
58
59% font control
60/FontSize 0 def
61/FMS {
62        /FontSize xstore                %save size off stack
63        findfont
64        [FontSize 0 0 FontSize neg 0 0]
65        makefont
66        setfont
67        }bdef
68
69/ISOLatin1Encoding where
70{pop
71/WindowsLatin1Encoding 256 array bdef
72ISOLatin1Encoding WindowsLatin1Encoding copy pop
73/.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
74/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef/.notdef
75/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
76/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef/Ydieresis
77WindowsLatin1Encoding 128 32 getinterval astore pop}
78{/WindowsLatin1Encoding StandardEncoding bdef} ifelse
79
80/reencode {
81exch dup where
82{pop load} {pop StandardEncoding} ifelse
83exch
84dup 3 1 roll
85findfont dup length dict begin
86  { 1 index /FID ne {def}{pop pop} ifelse } forall
87  /Encoding exch def
88  currentdict
89end
90definefont pop
91} bdef
92
93/isroman {
94findfont /CharStrings get
95/Agrave known
96} bdef
97
98/FMSR {
993 1 roll 1 index
100dup isroman
101{reencode} {pop pop} ifelse
102exch FMS
103} bdef
104
105/csm {
106        1 dpi2point div -1 dpi2point div scale
107        neg translate
108        landscapeMode eq {90 rotate} if
109        } bdef
110
111% line types: solid, dotted, dashed, dotdash
112/SO { [] 0 setdash } bdef
113/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
114/DA { [6 dpi2point mul] 0 setdash } bdef
115/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
116
117% macros for lines and objects
118/L {
119        lineto
120        stroke
121        } bdef
122/MP {
123        3 1 roll moveto
124        1 sub {rlineto} repeat
125        } bdef
126/AP {
127        {rlineto} repeat
128        } bdef
129/PP {
130        closepath eofill
131        } bdef
132/DP {
133        closepath stroke
134        } bdef
135/MR {
136        4 -2 roll moveto
137        dup  0 exch rlineto
138        exch 0 rlineto
139        neg  0 exch rlineto
140        closepath
141        } bdef
142/FR {
143        MR stroke
144        } bdef
145/PR {
146        MR fill
147        } bdef
148/L1i {
149        { currentfile picstr readhexstring pop } image
150        } bdef
151
152/tMatrix matrix def
153/MakeOval {
154        newpath
155        tMatrix currentmatrix pop
156        translate scale
157        0 0 1 0 360 arc
158        tMatrix setmatrix
159        } bdef
160/FO {
161        MakeOval
162        stroke
163        } bdef
164/PO {
165        MakeOval
166        fill
167        } bdef
168
169/PD {
170        currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap
171        } bdef
172
173/FA {
174        newpath
175        tMatrix currentmatrix pop
176        translate scale
177        0 0 1 5 -2 roll arc
178        tMatrix setmatrix
179        stroke
180        } bdef
181/PA {
182        newpath
183        tMatrix currentmatrix pop
184        translate 0 0 moveto scale
185        0 0 1 5 -2 roll arc
186        closepath
187        tMatrix setmatrix
188        fill
189        } bdef
190
191/FAn {
192        newpath
193        tMatrix currentmatrix pop
194        translate scale
195        0 0 1 5 -2 roll arcn
196        tMatrix setmatrix
197        stroke
198        } bdef
199/PAn {
200        newpath
201        tMatrix currentmatrix pop
202        translate 0 0 moveto scale
203        0 0 1 5 -2 roll arcn
204        closepath
205        tMatrix setmatrix
206        fill
207        } bdef
208
209/vradius 0 def
210/hradius 0 def
211/lry 0 def
212/lrx 0 def
213/uly 0 def
214/ulx 0 def
215/rad 0 def
216
217/MRR {
218        /vradius xdef
219        /hradius xdef
220        /lry xdef
221        /lrx xdef
222        /uly xdef
223        /ulx xdef
224        newpath
225        tMatrix currentmatrix pop
226        ulx hradius add uly vradius add translate
227        hradius vradius scale
228        0 0 1 180 270 arc 
229        tMatrix setmatrix
230        lrx hradius sub uly vradius add translate
231        hradius vradius scale
232        0 0 1 270 360 arc
233        tMatrix setmatrix
234        lrx hradius sub lry vradius sub translate
235        hradius vradius scale
236        0 0 1 0 90 arc
237        tMatrix setmatrix
238        ulx hradius add lry vradius sub translate
239        hradius vradius scale
240        0 0 1 90 180 arc
241        tMatrix setmatrix
242        closepath
243        } bdef
244/FRR {
245        MRR stroke } bdef
246/PRR {
247        MRR fill } bdef
248
249/MlrRR {
250        /lry xdef
251        /lrx xdef
252        /uly xdef
253        /ulx xdef
254        /rad lry uly sub 2 div def
255        newpath
256        tMatrix currentmatrix pop
257        ulx rad add uly rad add translate
258        rad rad scale
259        0 0 1 90 270 arc
260        tMatrix setmatrix
261        lrx rad sub lry rad sub translate
262        rad rad scale
263        0 0 1 270 90 arc
264        tMatrix setmatrix
265        closepath
266        } bdef
267/FlrRR {
268        MlrRR stroke } bdef
269/PlrRR {
270        MlrRR fill } bdef
271
272/MtbRR {
273        /lry xdef
274        /lrx xdef
275        /uly xdef
276        /ulx xdef
277        /rad lrx ulx sub 2 div def
278        newpath
279        tMatrix currentmatrix pop
280        ulx rad add uly rad add translate
281        rad rad scale
282        0 0 1 180 360 arc
283        tMatrix setmatrix
284        lrx rad sub lry rad sub translate
285        rad rad scale
286        0 0 1 0 180 arc
287        tMatrix setmatrix
288        closepath
289        } bdef
290/FtbRR {
291        MtbRR stroke } bdef
292/PtbRR {
293        MtbRR fill } bdef
294
295currentdict end def
296%%EndProlog
297
298%%BeginSetup
299MathWorks begin
300
3010 cap
302
303end
304%%EndSetup
305
306%%Page: 1 1
307%%BeginPageSetup
308%%PageBoundingBox:   -32   250   895   545
309MathWorks begin
310bpage
311%%EndPageSetup
312
313%%BeginObject: obj1
314bplot
315
316/dpi2point 12 def
317portraitMode -1488 6492 csm
318
319 1101   -48 11131  3529 MR c np
32085 dict begin %Colortable dictionary
321/c0 { 0 0 0 sr} bdef
322/c1 { 1 1 1 sr} bdef
323/c2 { 1 0 0 sr} bdef
324/c3 { 0 1 0 sr} bdef
325/c4 { 0 0 1 sr} bdef
326/c5 { 1 1 0 sr} bdef
327/c6 { 1 0 1 sr} bdef
328/c7 { 0 1 1 sr} bdef
329c0
3301 j
3311 sg
332   0    0 13309 3482 PR
3336 w
3340 2836 2831 0 0 -2836 1730 3097 4 MP
335PP
336-2831 0 0 2836 2831 0 0 -2836 1730 3097 5 MP stroke
3374 w
338DO
339SO
3406 w
3410 sg
3421730  261 mt 4561  261 L
3431730 3097 mt 4561 3097 L
3444561 3097 mt 4561  261 L
3451730 3097 mt 1730  261 L
3461730 3097 mt 4561 3097 L
3471730 3097 mt 1730  261 L
3481730 3097 mt 1730 3069 L
3491730  261 mt 1730  289 L
350%%IncludeResource: font Helvetica
351/Helvetica /WindowsLatin1Encoding 168 FMSR
352
3531684 3288 mt 
354(0) s
3552438 3097 mt 2438 3069 L
3562438  261 mt 2438  289 L
3572298 3288 mt 
358(100) s
3593146 3097 mt 3146 3069 L
3603146  261 mt 3146  289 L
3613006 3288 mt 
362(200) s
3633853 3097 mt 3853 3069 L
3643853  261 mt 3853  289 L
3653713 3288 mt 
366(300) s
3674561 3097 mt 4561 3069 L
3684561  261 mt 4561  289 L
3694421 3288 mt 
370(400) s
3711730 3097 mt 1758 3097 L
3724561 3097 mt 4533 3097 L
3731317 3159 mt 
374(-150) s
3751730 2624 mt 1758 2624 L
3764561 2624 mt 4533 2624 L
3771317 2686 mt 
378(-100) s
3791730 2152 mt 1758 2152 L
3804561 2152 mt 4533 2152 L
3811411 2214 mt 
382(-50) s
3831730 1679 mt 1758 1679 L
3844561 1679 mt 4533 1679 L
3851602 1741 mt 
386(0) s
3871730 1206 mt 1758 1206 L
3884561 1206 mt 4533 1206 L
3891509 1268 mt 
390(50) s
3911730  734 mt 1758  734 L
3924561  734 mt 4533  734 L
3931415  796 mt 
394(100) s
3951730  261 mt 1758  261 L
3964561  261 mt 4533  261 L
3971415  323 mt 
398(150) s
3991730  261 mt 4561  261 L
4001730 3097 mt 4561 3097 L
4014561 3097 mt 4561  261 L
4021730 3097 mt 1730  261 L
403gs 1730 261 2832 2837 MR c np
40424 w
405/c8 { 0.000000 0.000000 1.000000 sr} bdef
406c8
4077 -86 7 -151 7 16 7 87 7 -347 7 -256 7 -93 7 280 
4087 339 7 -88 7 90 8 73 7 83 7 26 7 232 7 -229 
4097 93 7 49 7 530 7 -90 7 7 7 -207 7 -83 7 -51 
4108 -243 7 36 7 109 7 -110 7 -41 7 34 7 2 7 -290 
4117 -409 7 -177 7 -234 7 -186 7 -98 8 -40 7 288 7 161 
4127 -159 7 -79 7 -78 7 997 7 -198 7 109 7 -228 7 897 
4137 -36 7 237 8 -37 7 -89 7 94 7 -10 7 -1174 7 414 
4147 -55 7 -621 7 -83 7 -425 7 -17 7 30 7 64 8 86 
4157 869 7 -105 7 -64 7 -109 7 1 7 -94 7 374 7 -470 
4167 3 7 113 7 -472 7 572 8 -193 7 239 7 -517 7 58 
4177 -516 7 -64 7 -66 7 -62 7 12 7 -45 7 -92 7 53 
4187 120 8 73 7 -116 7 -42 7 273 7 -22 7 40 7 46 
4197 140 7 -18 7 49 3259 2427 100 MP stroke
4207 -115 7 45 7 1192 8 67 7 -406 7 32 7 127 7 -416 
4217 29 7 97 7 66 7 27 7 -130 7 27 7 -51 7 398 
4228 -51 7 72 7 -123 7 -19 7 -40 7 -30 7 52 7 92 
4237 -77 7 51 7 261 7 -93 8 84 7 79 7 64 7 -68 
4247 83 7 101 7 97 7 -16 7 -30 7 -86 7 -1011 7 -48 
4257 25 8 97 7 149 7 -99 7 74 7 162 7 -82 7 -151 
4267 -114 7 -58 7 -218 7 76 7 4 7 754 8 1 7 113 
4277 -124 7 71 7 -881 7 -17 7 -130 7 179 7 -17 7 -27 
4287 45 7 165 7 710 8 93 7 200 7 -15 7 162 7 -83 
4297 56 7 19 7 95 7 -28 7 37 7 -75 7 -7 7 21 
4308 -1958 7 316 7 106 7 -84 7 -137 7 -141 7 91 7 -94 
4317 648 7 87 7 -61 7 0 7 14 8 140 7 -77 7 210 
4327 -111 7 -64 7 217 2558 1810 100 MP stroke
4337 24 7 -80 7 -142 7 15 7 136 7 -158 7 70 8 0 
4347 -233 7 45 7 112 7 -76 7 -29 7 -41 7 -6 7 -188 
4357 196 7 -177 7 1173 7 16 8 -74 7 -117 7 88 7 -31 
4367 61 7 91 7 -23 7 -87 7 -42 7 146 7 -54 7 23 
4377 20 8 688 7 76 7 -109 7 34 7 -77 7 118 7 -2244 
4387 84 7 -17 7 -115 7 29 7 1260 7 45 8 710 7 -64 
4397 29 7 -105 7 -60 7 79 7 -1896 7 1554 7 -1157 7 -196 
4407 1665 7 -9 8 -100 7 -26 7 85 7 -56 7 -95 7 -134 
4417 36 7 -11 7 -970 7 -224 7 17 7 35 7 -218 8 -149 
4427 -46 7 11 7 81 7 -167 7 -113 7 1 7 -108 7 34 
4437 12 7 131 7 66 7 744 8 84 7 -639 7 -9 7 3 
4447 116 7 169 7 1041 7 -287 7 58 7 59 7 -476 7 113 
4457 205 8 1065 7 -106 1857 598 100 MP stroke
4467 -93 7 -2268 7 -30 7 -40 7 1846 7 189 7 159 7 58 
4477 64 7 89 7 55 8 88 7 59 7 47 7 -1059 7 79 
4487 -104 1737 1459 18 MP stroke
4496 w
450/c9 { 1.000000 0.000000 0.000000 sr} bdef
451c9
4527 -80 7 -151 7 12 7 81 7 -343 7 -254 7 -93 7 279 
4537 341 7 -96 7 91 8 82 7 78 7 35 7 223 7 -231 
4547 87 7 60 7 535 7 -104 7 35 7 -210 7 -90 7 -60 
4558 -247 7 45 7 108 7 -127 7 -34 7 44 7 -7 7 -295 
4567 -402 7 -170 7 -231 7 -196 7 -88 8 -43 7 288 7 164 
4577 -154 7 -86 7 -84 7 993 7 -194 7 104 7 -224 7 905 
4587 -41 7 247 8 -39 7 -88 7 82 7 -5 7 -1177 7 410 
4597 -56 7 -618 7 -87 7 -420 7 -16 7 16 7 75 8 91 
4607 867 7 -103 7 -64 7 -118 7 8 7 -102 7 380 7 -471 
4617 6 7 115 7 -480 7 583 8 -202 7 243 7 -521 7 69 
4627 -522 7 -73 7 -52 7 -79 7 14 7 -43 7 -71 7 23 
4637 138 8 52 7 -105 7 -42 7 271 7 -13 7 38 7 40 
4647 149 7 -40 7 61 3259 2435 100 MP stroke
4657 -112 7 51 7 1181 8 69 7 -399 7 36 7 118 7 -404 
4667 28 7 97 7 57 7 31 7 -133 7 36 7 -54 7 393 
4678 -55 7 77 7 -119 7 -21 7 -38 7 -35 7 55 7 86 
4687 -78 7 58 7 249 7 -87 8 76 7 89 7 61 7 -63 
4697 84 7 90 7 92 7 -6 7 -25 7 -88 7 -1002 7 -55 
4707 33 8 92 7 148 7 -97 7 78 7 155 7 -80 7 -150 
4717 -107 7 -64 7 -217 7 75 7 0 7 756 8 -4 7 112 
4727 -122 7 68 7 -885 7 -3 7 -137 7 183 7 -14 7 -33 
4737 28 7 188 7 709 8 91 7 195 7 -13 7 169 7 -85 
4747 55 7 15 7 106 7 -41 7 42 7 -80 7 5 7 17 
4758 -1966 7 322 7 102 7 -80 7 -142 7 -147 7 93 7 -94 
4767 655 7 89 7 -59 7 -6 7 19 8 144 7 -80 7 210 
4777 -109 7 -65 7 211 2558 1810 100 MP stroke
4787 31 7 -85 7 -140 7 15 7 135 7 -157 7 69 8 5 
4797 -239 7 44 7 116 7 -72 7 -37 7 -51 7 5 7 -185 
4807 188 7 -169 7 1163 7 14 8 -72 7 -115 7 82 7 -26 
4817 59 7 98 7 -22 7 -88 7 -40 7 157 7 -67 7 23 
4827 22 8 690 7 73 7 -110 7 31 7 -76 7 113 7 -2230 
4837 72 7 -32 7 -99 7 27 7 1267 7 42 8 715 7 -64 
4847 39 7 -109 7 -74 7 95 7 -1911 7 1561 7 -1173 7 -183 
4857 1664 7 3 8 -110 7 -22 7 92 7 -70 7 -92 7 -125 
4867 36 7 -16 7 -972 7 -228 7 19 7 31 7 -223 8 -147 
4877 -38 7 13 7 65 7 -162 7 -111 7 -16 7 -108 7 34 
4887 28 7 113 7 82 7 756 8 73 7 -641 7 -16 7 16 
4897 113 7 164 7 1061 7 -297 7 60 7 62 7 -489 7 112 
4907 209 8 1066 7 -98 1857 594 100 MP stroke
4917 -93 7 -2282 7 -42 7 -22 7 1857 7 184 7 168 7 59 
4927 69 7 87 7 56 8 80 7 69 7 30 7 -1060 7 76 
4937 -104 1737 1462 18 MP stroke
494gr
495
496c9
4970 sg
4982731 3466 mt 
499(Point index) s
5001262 1838 mt  -90 rotate
501(X\(1\)) s
50290 rotate
5031 sg
5040 2836 2831 0 0 -2836 5471 3097 4 MP
505PP
506-2831 0 0 2836 2831 0 0 -2836 5471 3097 5 MP stroke
5074 w
508DO
509SO
5106 w
5110 sg
5125471  261 mt 8302  261 L
5135471 3097 mt 8302 3097 L
5148302 3097 mt 8302  261 L
5155471 3097 mt 5471  261 L
5165471 3097 mt 8302 3097 L
5175471 3097 mt 5471  261 L
5185471 3097 mt 5471 3069 L
5195471  261 mt 5471  289 L
5205425 3288 mt 
521(0) s
5226179 3097 mt 6179 3069 L
5236179  261 mt 6179  289 L
5246039 3288 mt 
525(100) s
5266887 3097 mt 6887 3069 L
5276887  261 mt 6887  289 L
5286747 3288 mt 
529(200) s
5307594 3097 mt 7594 3069 L
5317594  261 mt 7594  289 L
5327454 3288 mt 
533(300) s
5348302 3097 mt 8302 3069 L
5358302  261 mt 8302  289 L
5368162 3288 mt 
537(400) s
5385471 3097 mt 5499 3097 L
5398302 3097 mt 8274 3097 L
5405058 3159 mt 
541(-100) s
5425471 2743 mt 5499 2743 L
5438302 2743 mt 8274 2743 L
5445152 2805 mt 
545(-80) s
5465471 2388 mt 5499 2388 L
5478302 2388 mt 8274 2388 L
5485152 2450 mt 
549(-60) s
5505471 2034 mt 5499 2034 L
5518302 2034 mt 8274 2034 L
5525152 2096 mt 
553(-40) s
5545471 1679 mt 5499 1679 L
5558302 1679 mt 8274 1679 L
5565152 1741 mt 
557(-20) s
5585471 1325 mt 5499 1325 L
5598302 1325 mt 8274 1325 L
5605343 1387 mt 
561(0) s
5625471  970 mt 5499  970 L
5638302  970 mt 8274  970 L
5645250 1032 mt 
565(20) s
5665471  616 mt 5499  616 L
5678302  616 mt 8274  616 L
5685250  678 mt 
569(40) s
5705471  261 mt 5499  261 L
5718302  261 mt 8274  261 L
5725250  323 mt 
573(60) s
5745471  261 mt 8302  261 L
5755471 3097 mt 8302 3097 L
5768302 3097 mt 8302  261 L
5775471 3097 mt 5471  261 L
578gs 5471 261 2832 2837 MR c np
57924 w
580c8
5817 22 7 20 7 -443 7 184 7 -233 7 -183 7 532 7 318 
5827 365 7 -133 7 -85 8 -31 7 372 7 -63 7 44 7 -370 
5837 -3 7 -24 7 472 7 -150 7 29 7 -130 7 -22 7 557 
5848 184 7 -68 7 -50 7 192 7 -89 7 62 7 -110 7 -334 
5857 -52 7 -363 7 23 7 484 7 -174 8 -139 7 -718 7 -9 
5867 307 7 15 7 45 7 -620 7 124 7 71 7 96 7 758 
5877 82 7 -115 8 -137 7 70 7 183 7 -136 7 -1582 7 430 
5887 -176 7 263 7 -51 7 219 7 200 7 122 7 -185 8 151 
5897 -651 7 -29 7 -82 7 20 7 33 7 -14 7 -4 7 77 
5907 95 7 -104 7 669 7 -491 8 124 7 38 7 78 7 -130 
5917 1282 7 -163 7 -85 7 -110 7 -55 7 -34 7 3 7 212 
5927 49 8 92 7 33 7 67 7 -587 7 101 7 -59 7 -106 
5937 -49 7 166 7 -111 7000 1513 100 MP stroke
5947 254 7 -78 7 939 8 -49 7 -13 7 -144 7 96 7 3 
5957 178 7 -4 7 -118 7 -215 7 80 7 -287 7 161 7 -606 
5968 116 7 117 7 -176 7 195 7 -44 7 140 7 19 7 -37 
5977 236 7 165 7 -670 7 94 8 126 7 -58 7 -56 7 -136 
5987 225 7 247 7 -42 7 -188 7 -121 7 160 7 -717 7 90 
5997 124 8 -118 7 -53 7 99 7 161 7 205 7 -266 7 470 
6007 -134 7 248 7 -467 7 -27 7 290 7 -560 8 241 7 -130 
6017 697 7 169 7 -1360 7 -29 7 -113 7 60 7 6 7 -305 
6027 -198 7 -55 7 -27 8 371 7 220 7 -18 7 -91 7 243 
6037 189 7 8 7 295 7 -4 7 141 7 -350 7 69 7 15 
6048 1009 7 196 7 -272 7 -195 7 265 7 -109 7 215 7 -51 
6057 260 7 29 7 -221 7 -414 7 213 8 375 7 -176 7 -468 
6067 42 7 18 7 -430 6299 1329 100 MP stroke
6077 126 7 380 7 105 7 211 7 -657 7 -138 7 215 8 -161 
6087 100 7 101 7 38 7 -149 7 774 7 -6 7 -294 7 127 
6097 113 7 34 7 -442 7 102 8 -122 7 51 7 69 7 125 
6107 -53 7 198 7 -103 7 135 7 -1955 7 -70 7 182 7 99 
6117 -17 8 1325 7 -75 7 -165 7 126 7 72 7 -15 7 -50 
6127 -26 7 -84 7 101 7 -36 7 636 7 5 8 -563 7 -4 
6137 107 7 126 7 67 7 -59 7 -300 7 -1396 7 2051 7 26 
6147 -1370 7 141 8 -161 7 -38 7 -309 7 -191 7 10 7 55 
6157 73 7 -333 7 -250 7 274 7 381 7 -35 7 661 8 282 
6167 -199 7 -110 7 -64 7 1092 7 -140 7 -735 7 -206 7 20 
6177 63 7 266 7 7 7 -1300 8 -46 7 747 7 -123 7 -199 
6187 -94 7 -477 7 -100 7 202 7 43 7 -194 7 -183 7 -190 
6197 249 8 1967 7 22 5598 834 100 MP stroke
6207 32 7 -2 7 -193 7 -332 7 754 7 -69 7 -827 7 55 
6217 44 7 25 7 56 8 122 7 98 7 148 7 409 7 -52 
6227 -75 5478 641 18 MP stroke
6236 w
624c9
6257 15 7 38 7 -444 7 182 7 -237 7 -150 7 518 7 311 
6267 355 7 -141 7 -75 8 -25 7 370 7 -67 7 45 7 -368 
6277 -10 7 -11 7 464 7 -160 7 54 7 -153 7 -12 7 561 
6288 179 7 -50 7 -66 7 180 7 -93 7 75 7 -106 7 -340 
6297 -51 7 -362 7 25 7 473 7 -172 8 -141 7 -699 7 -1 
6307 293 7 20 7 33 7 -620 7 141 7 68 7 88 7 754 
6317 80 7 -116 8 -136 7 85 7 155 7 -123 7 -1596 7 452 
6327 -184 7 257 7 -61 7 244 7 191 7 126 7 -190 8 147 
6337 -637 7 -37 7 -94 7 11 7 53 7 -15 7 -29 7 89 
6347 116 7 -110 7 677 7 -488 8 113 7 45 7 57 7 -107 
6357 1272 7 -152 7 -97 7 -99 7 -68 7 -26 7 0 7 219 
6367 41 8 98 7 36 7 78 7 -613 7 112 7 -60 7 -103 
6377 -40 7 142 7 -94 7000 1505 100 MP stroke
6387 251 7 -68 7 903 8 -31 7 -25 7 -123 7 94 7 -24 
6397 191 7 -3 7 -102 7 -226 7 69 7 -264 7 148 7 -602 
6408 117 7 105 7 -163 7 195 7 -52 7 144 7 16 7 -35 
6417 231 7 183 7 -677 7 82 8 138 7 -60 7 -60 7 -143 
6427 233 7 237 7 -44 7 -163 7 -138 7 158 7 -709 7 96 
6437 125 8 -124 7 -55 7 99 7 156 7 216 7 -272 7 463 
6447 -121 7 239 7 -456 7 -39 7 299 7 -556 8 239 7 -127 
6457 680 7 171 7 -1357 7 -20 7 -112 7 49 7 18 7 -313 
6467 -227 7 -26 7 -33 8 376 7 231 7 -41 7 -97 7 259 
6477 184 7 15 7 290 7 -5 7 143 7 -344 7 71 7 -3 
6488 1021 7 186 7 -259 7 -189 7 265 7 -105 7 220 7 -66 
6497 253 7 37 7 -233 7 -404 7 197 8 387 7 -183 7 -456 
6507 36 7 13 7 -419 6299 1330 100 MP stroke
6517 125 7 375 7 100 7 217 7 -648 7 -136 7 201 8 -149 
6527 97 7 104 7 30 7 -148 7 777 7 14 7 -317 7 124 
6537 133 7 11 7 -434 7 96 8 -122 7 53 7 70 7 118 
6547 -52 7 203 7 -112 7 135 7 -1958 7 -56 7 184 7 106 
6557 -29 8 1323 7 -65 7 -169 7 115 7 69 7 -3 7 -36 
6567 -24 7 -94 7 102 7 -30 7 623 7 -4 8 -556 7 11 
6577 102 7 133 7 54 7 -46 7 -318 7 -1409 7 2093 7 18 
6587 -1387 7 142 8 -158 7 -48 7 -313 7 -174 7 4 7 51 
6597 55 7 -323 7 -239 7 278 7 377 7 -48 7 683 8 285 
6607 -206 7 -113 7 -51 7 1098 7 -136 7 -744 7 -209 7 4 
6617 65 7 296 7 -7 7 -1325 8 -35 7 756 7 -127 7 -192 
6627 -109 7 -471 7 -122 7 206 7 41 7 -194 7 -175 7 -178 
6637 245 8 1970 7 24 5598 833 100 MP stroke
6647 28 7 0 7 -192 7 -310 7 740 7 -55 7 -845 7 65 
6657 26 7 34 7 51 8 131 7 105 7 115 7 425 7 -54 
6667 -85 5478 654 18 MP stroke
667gr
668
669c9
6700 sg
6715068  129 mt 
672(Recovered Euclidean Model \(b\), Ground Truth \(r\)) s
6736472 3466 mt 
674(Point index) s
6755003 1838 mt  -90 rotate
676(X\(2\)) s
67790 rotate
6781 sg
6790 2836 2831 0 0 -2836 9212 3097 4 MP
680PP
681-2831 0 0 2836 2831 0 0 -2836 9212 3097 5 MP stroke
6824 w
683DO
684SO
6856 w
6860 sg
6879212  261 mt 12043  261 L
6889212 3097 mt 12043 3097 L
68912043 3097 mt 12043  261 L
6909212 3097 mt 9212  261 L
6919212 3097 mt 12043 3097 L
6929212 3097 mt 9212  261 L
6939212 3097 mt 9212 3069 L
6949212  261 mt 9212  289 L
6959166 3288 mt 
696(0) s
6979920 3097 mt 9920 3069 L
6989920  261 mt 9920  289 L
6999780 3288 mt 
700(100) s
70110628 3097 mt 10628 3069 L
70210628  261 mt 10628  289 L
70310488 3288 mt 
704(200) s
70511335 3097 mt 11335 3069 L
70611335  261 mt 11335  289 L
70711195 3288 mt 
708(300) s
70912043 3097 mt 12043 3069 L
71012043  261 mt 12043  289 L
71111903 3288 mt 
712(400) s
7139212 3097 mt 9240 3097 L
71412043 3097 mt 12015 3097 L
7158893 3159 mt 
716(-80) s
7179212 2530 mt 9240 2530 L
71812043 2530 mt 12015 2530 L
7198893 2592 mt 
720(-60) s
7219212 1963 mt 9240 1963 L
72212043 1963 mt 12015 1963 L
7238893 2025 mt 
724(-40) s
7259212 1395 mt 9240 1395 L
72612043 1395 mt 12015 1395 L
7278893 1457 mt 
728(-20) s
7299212  828 mt 9240  828 L
73012043  828 mt 12015  828 L
7319084  890 mt 
732(0) s
7339212  261 mt 9240  261 L
73412043  261 mt 12015  261 L
7358991  323 mt 
736(20) s
7379212  261 mt 12043  261 L
7389212 3097 mt 12043 3097 L
73912043 3097 mt 12043  261 L
7409212 3097 mt 9212  261 L
741gs 9212 261 2832 2837 MR c np
74224 w
743c8
7447 -303 7 -303 7 546 7 -77 7 -160 7 423 7 -785 7 -200 
7457 -185 7 70 7 150 8 155 7 189 7 119 7 572 7 -562 
7467 349 7 227 7 544 7 -2 7 -58 7 -176 7 -19 7 -131 
7478 -19 7 -137 7 69 7 -602 7 -109 7 495 7 -116 7 -1017 
7487 202 7 -140 7 239 7 555 7 179 8 261 7 -364 7 -379 
7497 109 7 216 7 184 7 -246 7 -357 7 11 7 -159 7 1074 
7507 -96 7 275 8 71 7 -151 7 -15 7 71 7 163 7 -624 
7517 634 7 -629 7 553 7 328 7 -61 7 -14 7 -112 8 -45 
7527 -517 7 -32 7 423 7 43 7 -149 7 257 7 -98 7 9 
7537 -487 7 170 7 32 7 -629 8 -12 7 -228 7 816 7 41 
7547 179 7 217 7 103 7 -185 7 227 7 -228 7 142 7 -183 
7557 53 8 -125 7 27 7 110 7 214 7 -6 7 -83 7 91 
7567 -127 7 -83 7 -287 10741 1313 100 MP stroke
7577 328 7 -228 7 -1165 8 -48 7 561 7 -290 7 250 7 -437 
7587 -77 7 351 7 142 7 -323 7 145 7 -289 7 -21 7 -263 
7598 -23 7 -88 7 270 7 -121 7 94 7 70 7 19 7 -287 
7607 469 7 148 7 -500 7 -138 8 92 7 146 7 234 7 -196 
7617 489 7 304 7 130 7 -115 7 -20 7 -170 7 -388 7 14 
7627 -219 8 97 7 -138 7 79 7 -89 7 -69 7 18 7 -252 
7637 73 7 288 7 557 7 -269 7 65 7 -398 8 -38 7 120 
7647 -281 7 11 7 1714 7 144 7 19 7 -190 7 223 7 -121 
7657 -17 7 -8 7 -1 8 -461 7 279 7 153 7 42 7 -136 
7667 -87 7 156 7 13 7 -176 7 -79 7 277 7 -238 7 166 
7678 57 7 -246 7 -406 7 100 7 167 7 104 7 58 7 119 
7687 -999 7 -245 7 79 7 96 7 -265 8 -87 7 84 7 -309 
7697 -73 7 98 7 166 10040 2519 100 MP stroke
7707 -16 7 -90 7 -6 7 202 7 -315 7 -4 7 -69 8 55 
7717 331 7 -47 7 -283 7 97 7 1225 7 193 7 -744 7 373 
7727 -90 7 355 7 -643 7 76 8 -434 7 -356 7 163 7 17 
7737 78 7 124 7 -43 7 -91 7 1411 7 154 7 -114 7 -326 
7747 384 8 -12 7 18 7 -92 7 -25 7 -37 7 81 7 -29 
7757 -232 7 287 7 32 7 141 7 -1117 7 -291 8 1011 7 -64 
7767 174 7 101 7 191 7 -23 7 22 7 -67 7 7 7 38 
7777 39 7 -86 8 61 7 20 7 -104 7 101 7 8 7 -76 
7787 -21 7 61 7 9 7 0 7 7 7 -19 7 -10 8 32 
7797 29 7 -18 7 -57 7 9 7 16 7 -59 7 24 7 -3 
7807 51 7 -83 7 93 7 -29 8 -20 7 6 7 -15 7 35 
7817 -3 7 -31 7 -41 7 37 7 -32 7 57 7 8 7 6 
7827 -48 8 106 7 -33 9339 811 100 MP stroke
7837 -13 7 7 7 -46 7 73 7 -35 7 3 7 9 7 -37 
7847 20 7 -28 7 -3 8 31 7 -34 7 72 7 -1474 7 -258 
7857 33 9219 2491 18 MP stroke
7866 w
787c9
7887 -285 7 -294 7 530 7 -105 7 -145 7 321 7 -676 7 -207 
7897 -139 7 46 7 143 8 162 7 196 7 132 7 502 7 -516 
7907 295 7 291 7 510 7 -48 7 37 7 -158 7 -60 7 -147 
7918 -43 7 -97 7 82 7 -654 7 -86 7 530 7 -166 7 -988 
7927 229 7 -165 7 232 7 562 7 178 8 234 7 -376 7 -347 
7937 67 7 218 7 250 7 -296 7 -331 7 2 7 -158 7 1087 
7947 -104 7 297 8 83 7 -169 7 -24 7 45 7 178 7 -634 
7957 626 7 -585 7 536 7 254 7 -5 7 1 7 -149 8 -46 
7967 -518 7 26 7 442 7 25 7 -202 7 285 7 -36 7 0 
7977 -559 7 181 7 32 7 -633 8 5 7 -243 7 831 7 -9 
7987 193 7 247 7 47 7 -119 7 221 7 -198 7 34 7 -65 
7997 -25 8 -40 7 -16 7 95 7 211 7 2 7 -77 7 73 
8007 -146 7 25 7 -334 10741 1282 100 MP stroke
8017 308 7 -235 7 -1174 8 -54 7 567 7 -258 7 240 7 -472 
8027 -58 7 370 7 172 7 -352 7 110 7 -247 7 -15 7 -280 
8038 -14 7 -103 7 253 7 -85 7 95 7 45 7 12 7 -264 
8047 418 7 214 7 -552 7 -110 8 95 7 147 7 230 7 -201 
8057 477 7 253 7 133 7 -68 7 -25 7 -175 7 -379 7 7 
8067 -218 8 113 7 -127 7 59 7 -96 7 -38 7 4 7 -233 
8077 45 7 301 7 536 7 -231 7 39 7 -367 8 -46 7 114 
8087 -270 7 21 7 1662 7 139 7 9 7 -133 7 133 7 -119 
8097 100 7 -143 7 67 8 -467 7 252 7 179 7 55 7 -132 
8107 -89 7 145 7 25 7 -212 7 -64 7 261 7 -170 7 150 
8118 14 7 -239 7 -382 7 84 7 196 7 129 7 35 7 105 
8127 -992 7 -242 7 59 7 111 7 -255 8 -83 7 67 7 -292 
8137 -66 7 72 7 140 10040 2542 100 MP stroke
8147 11 7 -85 7 8 7 182 7 -297 7 16 7 -83 8 33 
8157 362 7 -75 7 -265 7 99 7 1189 7 244 7 -759 7 349 
8167 -41 7 309 7 -654 7 55 8 -418 7 -319 7 149 7 -3 
8177 97 7 133 7 -47 7 -88 7 1414 7 150 7 -117 7 -356 
8187 398 8 -31 7 51 7 -132 7 -37 7 -59 7 122 7 -48 
8197 -189 7 333 7 0 7 124 7 -1132 7 -250 8 967 7 -60 
8207 214 7 90 7 166 7 1 7 -3 7 -33 7 47 7 3 
8217 -33 7 2 8 -3 7 0 7 -9 7 -5 7 2 7 2 
8227 0 7 12 7 -17 7 3 7 17 7 -12 7 17 8 8 
8237 -7 7 -2 7 -2 7 22 7 -1 7 -15 7 -3 7 1 
8247 1 7 6 7 1 7 -27 8 -10 7 25 7 -2 7 -10 
8257 -2 7 -5 7 -8 7 6 7 -5 7 -4 7 2 7 -4 
8267 0 8 41 7 0 9339 825 100 MP stroke
8277 4 7 4 7 -3 7 -5 7 4 7 0 7 -16 7 3 
8287 -3 7 3 7 1 8 -1 7 4 7 -1 7 -1422 7 -241 
8297 4 9219 2490 18 MP stroke
830gr
831
832c9
8330 sg
83410213 3466 mt 
835(Point index) s
8368838 1838 mt  -90 rotate
837(X\(3\)) s
83890 rotate
839
840end
841
842eplot
843%%EndObject
844
845epage
846end
847
848showpage
849
850%%Trailer
851%%EOF
Note: See TracBrowser for help on using the repository browser.