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

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

Added original make3d

File size: 12.0 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\image10.eps
4%%CreationDate: 11/19/ 3  11:10:49
5%%DocumentNeededFonts: Helvetica
6%%DocumentProcessColors: Cyan Magenta Yellow Black
7%%Extensions: CMYK
8%%Pages: 1
9%%BoundingBox:   111   252   489   556
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:   111   252   489   556
309MathWorks begin
310bpage
311%%EndPageSetup
312
313%%BeginObject: obj1
314bplot
315
316/dpi2point 12 def
317portraitMode 1152 6624 csm
318
319  181   -48  4541  3637 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 5011 3758 PR
3336 w
3340 -3061 3882 0 0 3061 651 282 4 MP
335PP
336-3882 0 0 -3061 3882 0 0 3061 651 282 5 MP stroke
3374 w
338DO
339SO
3406 w
3410 sg
342 651 3343 mt 4533 3343 L
343 651  282 mt 4533  282 L
3444533  282 mt 4533 3343 L
345 651  282 mt  651 3343 L
346 651 3343 mt 4533 3343 L
347 651  282 mt  651 3343 L
348 651 3343 mt  651 3304 L
349 651  282 mt  651  321 L
350%%IncludeResource: font Helvetica
351/Helvetica /WindowsLatin1Encoding 168 FMSR
352
353 413 3534 mt 
354(-150) s
3551298 3343 mt 1298 3304 L
3561298  282 mt 1298  321 L
3571060 3534 mt 
358(-100) s
3591945 3343 mt 1945 3304 L
3601945  282 mt 1945  321 L
3611754 3534 mt 
362(-50) s
3632592 3343 mt 2592 3304 L
3642592  282 mt 2592  321 L
3652546 3534 mt 
366(0) s
3673239 3343 mt 3239 3304 L
3683239  282 mt 3239  321 L
3693146 3534 mt 
370(50) s
3713886 3343 mt 3886 3304 L
3723886  282 mt 3886  321 L
3733746 3534 mt 
374(100) s
3754533 3343 mt 4533 3304 L
3764533  282 mt 4533  321 L
3774393 3534 mt 
378(150) s
379 651  282 mt  690  282 L
3804533  282 mt 4494  282 L
381 238  344 mt 
382(-150) s
383 651  792 mt  690  792 L
3844533  792 mt 4494  792 L
385 238  854 mt 
386(-100) s
387 651 1302 mt  690 1302 L
3884533 1302 mt 4494 1302 L
389 332 1364 mt 
390(-50) s
391 651 1813 mt  690 1813 L
3924533 1813 mt 4494 1813 L
393 523 1875 mt 
394(0) s
395 651 2323 mt  690 2323 L
3964533 2323 mt 4494 2323 L
397 430 2385 mt 
398(50) s
399 651 2833 mt  690 2833 L
4004533 2833 mt 4494 2833 L
401 336 2895 mt 
402(100) s
403 651 3343 mt  690 3343 L
4044533 3343 mt 4494 3343 L
405 336 3405 mt 
406(150) s
407 651 3343 mt 4533 3343 L
408 651  282 mt 4533  282 L
4094533  282 mt 4533 3343 L
410 651  282 mt  651 3343 L
411gs 651 282 3883 3062 MR c np
412gr
413
41424 w
415/c8 { 0.000000 0.000000 1.000000 sr} bdef
416c8
4172930 2405 PD
4183105 2454 PD
4192949 2434 PD
4204116 2027 PD
4214101 1935 PD
4224023 1919 PD
4233933 1842 PD
4243878 1791 PD
4253762 1793 PD
4263683 1762 PD
4273589 1758 PD
4283368 2111 PD
4293157 2182 PD
4301165 1805 PD
4311204 1948 PD
4321259 2041 PD
4333741 2064 PD
4343859 2067 PD
4354017 2080 PD
4362726 1037 PD
4372476 938 PD
4382350 1054 PD
4392926 1114 PD
4402864 1215 PD
4412769 1194 PD
4423154 1081 PD
4431911 1179 PD
4441772 1399 PD
4451615 1447 PD
4461610 1560 PD
4471648 1599 PD
4482338 1219 PD
4492217 1267 PD
4501463 1895 PD
4511366 1894 PD
4521255 1761 PD
4531228 1719 PD
4541204 1726 PD
4551289 1819 PD
4561327 2146 PD
4571467 2208 PD
4581597 1726 PD
4591504 1744 PD
4601513 1793 PD
4611573 1898 PD
4621679 1755 PD
4631921 1444 PD
4641877 1453 PD
4651863 1273 PD
4662117 1150 PD
4673250 1247 PD
4683252 1400 PD
4693226 1365 PD
4703390 1346 PD
4713492 1352 PD
4723596 1406 PD
4733446 1604 PD
4743475 1609 PD
4753623 1693 PD
4763616 1621 PD
4771748 2253 PD
4781952 2247 PD
4793230 1265 PD
4801513 1950 PD
4813640 2099 PD
4823527 2131 PD
4833637 2128 PD
4843805 2082 PD
4853808 2023 PD
4863877 2020 PD
4873031 2488 PD
4882947 2436 PD
4891530 1949 PD
4901459 1977 PD
4911562 1919 PD
4921496 1987 PD
4931513 1973 PD
4944152 2015 PD
4954056 2039 PD
4964138 1996 PD
4974102 1936 PD
4984187 2008 PD
4994095 2043 PD
5003231 1367 PD
5013266 1315 PD
5023201 1305 PD
5033239 1210 PD
5043090 1254 PD
5053315 2542 PD
5063442 2435 PD
5073497 2478 PD
5083389 2356 PD
5093261 2421 PD
5103328 2338 PD
5113180 2316 PD
5123330 2203 PD
5133363 2228 PD
5143370 2171 PD
5151767 2263 PD
5161927 2337 PD
5171661 2248 PD
5181847 2238 PD
5191981 2286 PD
5202042 2338 PD
5211714 2023 PD
5221825 2152 PD
5231724 2070 PD
5241644 2004 PD
5251964 1952 PD
5261984 2081 PD
5271861 1896 PD
5282158 2040 PD
5292005 2443 PD
5301912 2327 PD
5312172 2277 PD
5322298 1965 PD
5332269 1854 PD
5341849 2203 PD
5351935 2230 PD
5362180 2164 PD
5371903 2432 PD
5382006 2601 PD
5391763 2306 PD
5401818 2131 PD
5411834 2409 PD
5421878 2557 PD
5431856 2483 PD
5441328 2164 PD
5451417 2206 PD
5461280 2112 PD
5471419 2163 PD
5481514 2072 PD
5491570 2165 PD
5501558 2255 PD
5511304 2136 PD
5523563 1676 PD
5533532 1648 PD
5543512 1607 PD
5553694 1807 PD
5563611 1733 PD
5573586 1745 PD
5583492 1596 PD
5593494 1579 PD
5603411 1473 PD
5613490 1347 PD
5623289 1400 PD
5633331 1416 PD
5643110 1249 PD
5652957 1121 PD
5662103 1161 PD
5671933 1188 PD
5681857 1287 PD
5691930 1455 PD
5701906 1429 PD
5711745 1401 PD
5721884 1451 PD
5731869 1467 PD
5743005 2407 PD
5752889 2257 PD
5763126 1695 PD
5772925 1788 PD
5782943 1616 PD
5791703 1997 PD
5801666 1795 PD
5811639 1822 PD
5821796 2191 PD
5831802 2037 PD
5842003 2131 PD
5852345 1743 PD
5862504 1950 PD
5872207 1783 PD
5882085 1672 PD
5892255 1614 PD
5902025 1647 PD
5911832 1724 PD
5921847 1644 PD
5931922 1571 PD
5943551 2051 PD
5953620 1946 PD
5963671 2011 PD
5973677 2121 PD
5983563 2140 PD
5993487 2033 PD
6003475 1913 PD
6013532 2008 PD
6023458 2072 PD
6033357 2131 PD
6043180 2030 PD
6053374 1952 PD
6062823 2360 PD
6072761 2248 PD
6082892 2179 PD
6092695 2143 PD
6102616 2146 PD
6112672 2047 PD
6122756 2082 PD
6132800 1921 PD
6143043 2103 PD
6152912 1985 PD
6162976 1894 PD
6172269 2304 PD
6182337 2200 PD
6192337 2337 PD
6202543 2317 PD
6212527 2404 PD
6222415 2490 PD
6232207 2572 PD
6242171 2431 PD
6252855 2377 PD
6262639 2346 PD
6272609 2367 PD
6283320 2545 PD
6293184 2563 PD
6301609 1808 PD
6311626 1847 PD
6321649 1731 PD
6331706 1771 PD
6341737 1696 PD
6351592 1720 PD
6361541 1784 PD
6371495 1797 PD
6381543 1763 PD
6391217 2029 PD
6401185 1997 PD
6411351 1977 PD
6421275 1947 PD
6431145 1922 PD
6441160 1814 PD
6451174 1821 PD
6461310 1823 PD
6471244 1858 PD
6481348 1889 PD
6491399 1958 PD
6501414 2032 PD
6511925 1366 PD
6521840 1444 PD
6532431 1292 PD
6542108 1290 PD
6552401 1211 PD
6561737 1576 PD
6572299 1188 PD
6582150 1241 PD
6592225 1248 PD
6602776 1203 PD
6612343 1217 PD
6622421 1176 PD
6632426 1177 PD
6642590 1174 PD
6652663 1161 PD
6662780 1165 PD
6671733 1586 PD
6681683 1514 PD
6691614 1606 PD
6701615 1555 PD
6711652 1463 PD
6722074 1317 PD
6732028 1289 PD
6742897 1194 PD
6752999 1205 PD
6762446 1060 PD
6774003 1897 PD
6784025 1984 PD
6793877 1879 PD
6803945 1837 PD
6814051 1923 PD
6823773 1996 PD
6833809 1937 PD
6842543 1427 PD
6852957 1379 PD
6862766 1313 PD
6873096 1267 PD
6881668 1704 PD
6891676 1676 PD
6901758 1654 PD
6911955 1430 PD
6921814 1491 PD
6931572 1907 PD
6941535 1991 PD
6951618 2096 PD
6961683 1818 PD
6972043 1815 PD
6982396 2077 PD
6993215 2200 PD
7003466 2262 PD
7013453 2301 PD
7023528 2345 PD
7033549 2381 PD
7043584 2177 PD
7053427 2216 PD
7063358 2227 PD
7073692 2124 PD
7083724 1829 PD
7093847 1846 PD
7104066 1896 PD
7114043 1885 PD
7124179 1968 PD
7133599 1709 PD
7143590 1714 PD
7153552 1754 PD
7163705 1956 PD
7173523 1971 PD
7183513 2020 PD
7193427 1759 PD
7203321 1779 PD
7213150 1850 PD
7223346 1980 PD
7232635 1656 PD
7242180 1438 PD
7252391 1169 PD
7262755 1205 PD
7273324 1381 PD
7283162 1273 PD
7293235 1525 PD
7303435 1521 PD
7313493 1526 PD
732gs 651 282 3883 3062 MR c np
733gr
734
7350 sg
7362243  150 mt 
737(Image 10) s
7386 w
739
740end
741
742eplot
743%%EndObject
744
745epage
746end
747
748showpage
749
750%%Trailer
751%%EOF
Note: See TracBrowser for help on using the repository browser.