source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/3dRecon/projective/figs/image1.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\image1.eps
4%%CreationDate: 11/19/ 3  11:10:00
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
4172881 2226 PD
4183073 2302 PD
4192931 2279 PD
4203780 1981 PD
4213743 1907 PD
4223662 1865 PD
4233614 1822 PD
4243551 1788 PD
4253468 1806 PD
4263419 1789 PD
4273368 1750 PD
4283214 2093 PD
4293054 2102 PD
4301377 1805 PD
4311382 1939 PD
4321392 2018 PD
4333516 2000 PD
4343584 1995 PD
4353681 1972 PD
4362704 1233 PD
4372500 1144 PD
4382420 1200 PD
4392845 1262 PD
4402783 1351 PD
4412751 1360 PD
4423023 1255 PD
4432061 1311 PD
4441906 1475 PD
4451778 1500 PD
4461781 1602 PD
4471789 1637 PD
4482368 1366 PD
4492280 1368 PD
4501617 1893 PD
4511546 1874 PD
4521441 1756 PD
4531432 1746 PD
4541375 1736 PD
4551493 1813 PD
4561505 2091 PD
4571608 2158 PD
4581734 1721 PD
4591682 1764 PD
4601662 1816 PD
4611724 1888 PD
4621839 1770 PD
4632037 1518 PD
4642010 1525 PD
4652020 1383 PD
4662183 1271 PD
4673086 1377 PD
4683117 1506 PD
4693082 1459 PD
4703176 1444 PD
4713288 1447 PD
4723333 1518 PD
4733247 1636 PD
4743291 1645 PD
4753382 1721 PD
4763389 1662 PD
4771847 2176 PD
4782029 2187 PD
4793095 1396 PD
4801657 1927 PD
4813397 2040 PD
4823362 2068 PD
4833427 2057 PD
4843553 2021 PD
4853576 1955 PD
4863608 1953 PD
4873010 2342 PD
4882924 2273 PD
4891679 1922 PD
4901622 1939 PD
4911725 1895 PD
4921683 1931 PD
4931633 1940 PD
4943809 1968 PD
4953698 1971 PD
4963784 1962 PD
4973725 1885 PD
4983803 1938 PD
4993727 1991 PD
5003085 1467 PD
5013129 1429 PD
5023056 1420 PD
5033091 1339 PD
5042968 1369 PD
5053229 2354 PD
5063332 2260 PD
5073366 2301 PD
5083264 2213 PD
5093177 2252 PD
5103246 2174 PD
5113145 2158 PD
5123232 2088 PD
5133246 2126 PD
5143213 2070 PD
5151912 2216 PD
5162015 2246 PD
5171838 2150 PD
5181978 2152 PD
5192103 2207 PD
5202111 2231 PD
5211947 1924 PD
5222037 2028 PD
5231954 1997 PD
5241892 1924 PD
5252165 1860 PD
5262152 1986 PD
5272063 1847 PD
5282311 1901 PD
5292148 2311 PD
5302070 2220 PD
5312315 2139 PD
5322428 1890 PD
5332389 1827 PD
5342032 2102 PD
5352146 2103 PD
5362315 2051 PD
5372047 2322 PD
5382143 2431 PD
5391974 2181 PD
5401977 2062 PD
5411972 2279 PD
5422051 2429 PD
5431985 2364 PD
5441482 2133 PD
5451542 2156 PD
5461450 2071 PD
5471577 2131 PD
5481663 2015 PD
5491740 2128 PD
5501711 2192 PD
5511463 2097 PD
5523308 1701 PD
5533341 1684 PD
5543314 1684 PD
5553411 1794 PD
5563380 1739 PD
5573386 1740 PD
5583256 1620 PD
5593300 1607 PD
5603211 1558 PD
5613291 1460 PD
5623119 1486 PD
5633175 1501 PD
5643004 1372 PD
5652874 1266 PD
5662174 1266 PD
5672054 1291 PD
5682006 1372 PD
5692058 1519 PD
5702039 1497 PD
5711888 1478 PD
5721998 1525 PD
5732006 1526 PD
5743016 2234 PD
5752901 2129 PD
5763062 1689 PD
5772913 1752 PD
5782875 1617 PD
5791887 1919 PD
5801842 1773 PD
5811827 1788 PD
5821986 2069 PD
5832015 1946 PD
5842188 2050 PD
5852454 1732 PD
5862595 1885 PD
5872342 1744 PD
5882246 1666 PD
5892397 1581 PD
5902179 1641 PD
5912034 1708 PD
5922027 1639 PD
5932104 1595 PD
5943380 1974 PD
5953426 1890 PD
5963445 1943 PD
5973433 2036 PD
5983366 2066 PD
5993292 1946 PD
6003310 1831 PD
6013383 1919 PD
6023333 1964 PD
6033254 1996 PD
6043161 1917 PD
6053261 1849 PD
6062821 2215 PD
6072751 2162 PD
6082903 2026 PD
6092740 2052 PD
6102680 2017 PD
6112720 1948 PD
6122759 1993 PD
6132783 1855 PD
6143011 1969 PD
6152899 1906 PD
6162976 1812 PD
6172378 2191 PD
6182457 2091 PD
6192422 2227 PD
6202574 2179 PD
6212573 2250 PD
6222467 2351 PD
6232310 2429 PD
6242287 2284 PD
6252841 2227 PD
6262681 2212 PD
6272623 2249 PD
6283220 2347 PD
6293128 2358 PD
6301736 1808 PD
6311761 1840 PD
6321829 1713 PD
6331822 1776 PD
6341846 1710 PD
6351746 1754 PD
6361675 1755 PD
6371678 1812 PD
6381694 1772 PD
6391412 1999 PD
6401395 1977 PD
6411514 1948 PD
6421484 1932 PD
6431321 1917 PD
6441322 1826 PD
6451386 1807 PD
6461470 1833 PD
6471424 1841 PD
6481507 1895 PD
6491579 1924 PD
6501542 2011 PD
6512059 1452 PD
6521981 1480 PD
6532522 1359 PD
6542223 1378 PD
6552446 1319 PD
6561902 1603 PD
6572385 1303 PD
6582238 1337 PD
6592288 1370 PD
6602767 1327 PD
6612378 1324 PD
6622462 1315 PD
6632487 1304 PD
6642569 1303 PD
6652634 1284 PD
6662757 1296 PD
6671930 1622 PD
6681825 1580 PD
6691800 1645 PD
6701776 1602 PD
6711782 1521 PD
6722133 1416 PD
6732165 1389 PD
6742840 1342 PD
6752928 1326 PD
6762487 1223 PD
6773644 1864 PD
6783669 1934 PD
6793596 1851 PD
6803641 1821 PD
6813685 1888 PD
6823534 1935 PD
6833555 1902 PD
6842599 1471 PD
6852927 1410 PD
6862785 1406 PD
6872991 1373 PD
6881832 1727 PD
6891865 1677 PD
6901909 1654 PD
6912123 1482 PD
6921968 1529 PD
6931726 1864 PD
6941712 1949 PD
6951804 2040 PD
6961894 1786 PD
6972196 1773 PD
6982478 2004 PD
6993134 2059 PD
7003327 2144 PD
7013286 2198 PD
7023381 2192 PD
7033391 2237 PD
7043378 2113 PD
7053272 2114 PD
7063228 2156 PD
7073459 2056 PD
7083482 1814 PD
7093567 1826 PD
7103733 1882 PD
7113691 1887 PD
7123804 1912 PD
7133377 1716 PD
7143383 1737 PD
7153326 1717 PD
7163491 1904 PD
7173331 1890 PD
7183326 1938 PD
7193245 1724 PD
7203211 1735 PD
7213095 1782 PD
7223247 1892 PD
7232699 1644 PD
7242291 1474 PD
7252468 1290 PD
7262752 1329 PD
7273163 1483 PD
7283056 1369 PD
7293111 1561 PD
7303263 1561 PD
7313293 1585 PD
732gs 651 282 3883 3062 MR c np
733gr
734
7350 sg
7362289  150 mt 
737(Image 1) 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.