source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/3dRecon/projective/figs/projectiveCoords.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\projectiveRecovery.eps
4%%CreationDate: 11/19/ 3  11:20:35
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 -88 7 -149 7 17 7 86 7 -344 7 -253 7 -90 7 276 
4087 332 7 -86 7 89 8 72 7 83 7 27 7 235 7 -233 
4097 94 7 51 7 539 7 -91 7 6 7 -211 7 -82 7 -51 
4108 -243 7 34 7 110 7 -113 7 -42 7 37 7 1 7 -292 
4117 -403 7 -172 7 -233 7 -192 7 -99 8 -43 7 295 7 163 
4127 -160 7 -80 7 -80 7 991 7 -195 7 107 7 -225 7 896 
4137 -38 7 241 8 -38 7 -90 7 95 7 -10 7 -1175 7 412 
4147 -54 7 -616 7 -88 7 -432 7 -17 7 30 7 66 8 88 
4157 872 7 -104 7 -65 7 -109 7 2 7 -95 7 375 7 -470 
4167 6 7 111 7 -473 7 574 8 -191 7 238 7 -518 7 57 
4177 -525 7 -69 7 -68 7 -58 7 8 7 -41 7 -96 7 56 
4187 120 8 76 7 -118 7 -45 7 276 7 -23 7 42 7 45 
4197 144 7 -18 7 54 3259 2427 100 MP stroke
4207 -121 7 48 7 1194 8 65 7 -401 7 31 7 127 7 -413 
4217 29 7 96 7 65 7 28 7 -130 7 28 7 -50 7 393 
4228 -50 7 70 7 -120 7 -19 7 -40 7 -30 7 52 7 90 
4237 -76 7 51 7 256 7 -91 8 82 7 78 7 65 7 -68 
4247 84 7 103 7 98 7 -18 7 -30 7 -86 7 -1001 7 -47 
4257 26 8 96 7 147 7 -99 7 74 7 159 7 -81 7 -147 
4267 -112 7 -60 7 -220 7 78 7 3 7 746 8 1 7 111 
4277 -122 7 70 7 -882 7 -18 7 -131 7 182 7 -19 7 -25 
4287 46 7 166 7 711 8 91 7 201 7 -14 7 162 7 -83 
4297 55 7 21 7 96 7 -30 7 37 7 -73 7 -9 7 22 
4308 -1976 7 323 7 114 7 -85 7 -142 7 -143 7 90 7 -97 
4317 664 7 89 7 -61 7 1 7 15 8 138 7 -76 7 210 
4327 -109 7 -64 7 214 2558 1804 100 MP stroke
4337 24 7 -79 7 -141 7 13 7 138 7 -156 7 69 8 0 
4347 -231 7 44 7 112 7 -74 7 -43 7 -43 7 2 7 -192 
4357 197 7 -182 7 1175 7 17 8 -76 7 -116 7 87 7 -30 
4367 60 7 91 7 -24 7 -85 7 -39 7 147 7 -55 7 22 
4377 22 8 694 7 76 7 -111 7 34 7 -78 7 120 7 -2259 
4387 89 7 -22 7 -117 7 27 7 1273 7 44 8 714 7 -66 
4397 32 7 -104 7 -58 7 79 7 -1917 7 1568 7 -1168 7 -199 
4407 1684 7 -10 8 -101 7 -26 7 83 7 -55 7 -95 7 -135 
4417 36 7 -11 7 -972 7 -226 7 16 7 36 7 -224 8 -152 
4427 -46 7 12 7 83 7 -175 7 -115 7 7 7 -108 7 34 
4437 11 7 133 7 65 7 756 8 84 7 -646 7 -7 7 3 
4447 117 7 172 7 1043 7 -287 7 58 7 59 7 -476 7 113 
4457 205 8 1075 7 -107 1857 588 100 MP stroke
4467 -94 7 -2295 7 -28 7 -40 7 1867 7 190 7 159 7 57 
4477 65 7 90 7 55 8 90 7 58 7 50 7 -1069 7 77 
4487 -103 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 23 7 21 7 -441 7 183 7 -229 7 -186 7 533 7 313 
5827 359 7 -131 7 -84 8 -31 7 370 7 -62 7 47 7 -371 
5837 -3 7 -24 7 476 7 -152 7 30 7 -132 7 -22 7 561 
5848 186 7 -70 7 -51 7 185 7 -91 7 70 7 -112 7 -343 
5857 -48 7 -360 7 24 7 487 7 -173 8 -138 7 -718 7 -7 
5867 303 7 15 7 45 7 -616 7 126 7 69 7 96 7 752 
5877 82 7 -114 8 -138 7 70 7 183 7 -136 7 -1583 7 437 
5887 -184 7 270 7 -56 7 216 7 203 7 123 7 -186 8 152 
5897 -647 7 -29 7 -87 7 19 7 35 7 -17 7 -3 7 77 
5907 100 7 -105 7 668 7 -484 8 122 7 40 7 71 7 -130 
5917 1290 7 -164 7 -85 7 -112 7 -55 7 -36 7 5 7 213 
5927 50 8 92 7 34 7 70 7 -596 7 102 7 -60 7 -107 
5937 -49 7 167 7 -112 7000 1513 100 MP stroke
5947 257 7 -80 7 926 8 -50 7 -2 7 -149 7 99 7 -2 
5957 176 7 2 7 -116 7 -220 7 83 7 -290 7 160 7 -603 
5968 113 7 116 7 -172 7 191 7 -42 7 139 7 18 7 -39 
5977 240 7 166 7 -670 7 91 8 125 7 -56 7 -54 7 -136 
5987 226 7 249 7 -40 7 -190 7 -122 7 160 7 -711 7 89 
5997 123 8 -118 7 -52 7 97 7 159 7 202 7 -263 7 464 
6007 -132 7 248 7 -461 7 -27 7 289 7 -558 8 237 7 -127 
6017 686 7 168 7 -1351 7 -29 7 -114 7 61 7 5 7 -305 
6027 -198 7 -55 7 -27 8 375 7 217 7 -19 7 -92 7 244 
6037 190 7 8 7 297 7 -5 7 142 7 -352 7 70 7 14 
6048 1029 7 195 7 -283 7 -195 7 270 7 -108 7 218 7 -50 
6057 245 7 23 7 -219 7 -413 7 209 8 373 7 -174 7 -469 
6067 41 7 19 7 -425 6299 1334 100 MP stroke
6077 125 7 375 7 104 7 213 7 -655 7 -136 7 212 8 -158 
6087 101 7 99 7 35 7 -146 7 789 7 -3 7 -308 7 133 
6097 112 7 41 7 -458 7 104 8 -126 7 47 7 69 7 125 
6107 -53 7 199 7 -103 7 133 7 -1946 7 -72 7 183 7 103 
6117 -21 8 1332 7 -76 7 -167 7 127 7 73 7 -15 7 -44 
6127 -28 7 -83 7 103 7 -36 7 625 7 -1 8 -554 7 -5 
6137 110 7 130 7 70 7 -60 7 -299 7 -1411 7 2076 7 29 
6147 -1397 7 142 8 -161 7 -38 7 -311 7 -192 7 10 7 56 
6157 73 7 -334 7 -250 7 275 7 382 7 -34 7 667 8 287 
6167 -202 7 -111 7 -66 7 1112 7 -143 7 -749 7 -208 7 20 
6177 64 7 269 7 8 7 -1313 8 -46 7 751 7 -123 7 -201 
6187 -94 7 -479 7 -99 7 201 7 43 7 -194 7 -183 7 -190 
6197 249 8 1978 7 22 5598 830 100 MP stroke
6207 33 7 6 7 -197 7 -337 7 760 7 -70 7 -839 7 55 
6217 45 7 25 7 56 8 123 7 99 7 150 7 397 7 -55 
6227 -74 5478 653 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
6715069  129 mt 
672(Recovered Projective 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 537 7 -73 7 -168 7 417 7 -775 7 -189 
7457 -173 7 66 7 148 8 153 7 194 7 118 7 580 7 -575 
7467 351 7 230 7 571 7 -6 7 -58 7 -187 7 -21 7 -123 
7478 -18 7 -141 7 71 7 -608 7 -111 7 501 7 -120 7 -1020 
7487 191 7 -144 7 233 7 558 7 176 8 262 7 -377 7 -376 
7497 111 7 215 7 185 7 -245 7 -355 7 13 7 -158 7 1099 
7507 -97 7 281 8 70 7 -154 7 -11 7 70 7 122 7 -620 
7517 639 7 -640 7 558 7 339 7 -59 7 -12 7 -119 8 -42 
7527 -529 7 -34 7 426 7 42 7 -150 7 261 7 -96 7 5 
7537 -493 7 171 7 41 7 -636 8 -12 7 -223 7 813 7 40 
7547 203 7 219 7 104 7 -194 7 233 7 -236 7 145 7 -184 
7557 57 8 -125 7 26 7 115 7 211 7 -3 7 -87 7 92 
7567 -131 7 -82 7 -296 10741 1326 100 MP stroke
7577 340 7 -235 7 -1146 8 -47 7 556 7 -293 7 253 7 -442 
7587 -74 7 352 7 142 7 -327 7 144 7 -291 7 -20 7 -262 
7598 -21 7 -84 7 261 7 -117 7 91 7 71 7 20 7 -282 
7607 465 7 151 7 -501 7 -136 8 93 7 144 7 231 7 -197 
7617 491 7 311 7 132 7 -120 7 -23 7 -169 7 -411 7 14 
7627 -214 8 95 7 -135 7 78 7 -84 7 -64 7 14 7 -244 
7637 69 7 286 7 545 7 -268 7 69 7 -393 8 -34 7 118 
7647 -269 7 14 7 1690 7 147 7 16 7 -193 7 231 7 -133 
7657 -21 7 -7 7 6 8 -461 7 290 7 156 7 43 7 -136 
7667 -84 7 160 7 21 7 -181 7 -77 7 276 7 -243 7 170 
7678 60 7 -247 7 -420 7 97 7 174 7 104 7 64 7 122 
7687 -1007 7 -242 7 74 7 90 7 -261 8 -79 7 80 7 -309 
7697 -73 7 96 7 160 10040 2526 100 MP stroke
7707 -14 7 -84 7 -6 7 203 7 -318 7 -8 7 -63 8 51 
7717 324 7 -45 7 -276 7 92 7 1240 7 197 7 -761 7 377 
7727 -87 7 361 7 -647 7 78 8 -436 7 -352 7 162 7 19 
7737 77 7 127 7 -44 7 -90 7 1386 7 158 7 -114 7 -330 
7747 392 8 24 7 17 7 -100 7 -22 7 -38 7 85 7 -55 
7757 -239 7 294 7 34 7 146 7 -1116 7 -291 8 1021 7 -67 
7767 181 7 106 7 198 7 -24 7 -4 7 -83 7 39 7 39 
7777 26 7 -85 8 58 7 20 7 -113 7 99 7 7 7 -78 
7787 -19 7 55 7 -6 7 3 7 16 7 -20 7 2 8 38 
7797 25 7 -21 7 -59 7 31 7 12 7 -78 7 20 7 -2 
7807 55 7 -80 7 98 7 -51 8 -21 7 15 7 -18 7 32 
7817 -3 7 -41 7 -33 7 39 7 -31 7 55 7 -2 7 4 
7827 -41 8 163 7 -34 9339 775 100 MP stroke
7837 -15 7 -16 7 -52 7 68 7 -1 7 5 7 -9 7 -35 
7847 22 7 -28 7 -1 8 35 7 -32 7 78 7 -1503 7 -255 
7857 30 9219 2484 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.