source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/3dRecon/projective/figs/image2.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\image2.eps
4%%CreationDate: 11/19/ 3  11:10:25
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
4173063 2067 PD
4183277 2141 PD
4193067 2190 PD
4204173 2000 PD
4214116 1934 PD
4224009 1894 PD
4233881 1809 PD
4243821 1792 PD
4253715 1798 PD
4263638 1768 PD
4273544 1755 PD
4283458 2165 PD
4293219 2192 PD
4301014 1817 PD
4311000 1972 PD
4321009 2058 PD
4333823 2077 PD
4343953 2058 PD
4354049 2048 PD
4362708 1218 PD
4372531 1154 PD
4382414 1210 PD
4392856 1287 PD
4402792 1336 PD
4412760 1307 PD
4423034 1227 PD
4431988 1271 PD
4441802 1454 PD
4451674 1498 PD
4461618 1550 PD
4471647 1610 PD
4482369 1334 PD
4492300 1352 PD
4501352 1892 PD
4511245 1891 PD
4521161 1770 PD
4531121 1715 PD
4541093 1710 PD
4551188 1824 PD
4561078 2205 PD
4571186 2280 PD
4581559 1723 PD
4591470 1752 PD
4601458 1801 PD
4611478 1898 PD
4621662 1776 PD
4631965 1504 PD
4641932 1516 PD
4651909 1370 PD
4662173 1274 PD
4673171 1349 PD
4683187 1459 PD
4693144 1447 PD
4703287 1441 PD
4713367 1427 PD
4723457 1488 PD
4733382 1609 PD
4743414 1624 PD
4753525 1680 PD
4763518 1650 PD
4771533 2335 PD
4781773 2329 PD
4793133 1366 PD
4801397 1967 PD
4813708 2115 PD
4823603 2137 PD
4833743 2101 PD
4843870 2015 PD
4853874 1951 PD
4863950 1965 PD
4873193 2291 PD
4883022 2298 PD
4891396 1964 PD
4901307 1967 PD
4911469 1911 PD
4921389 1901 PD
4931321 1969 PD
4944183 1979 PD
4954051 1984 PD
4964139 1941 PD
4974063 1878 PD
4984195 1977 PD
4994116 2028 PD
5003143 1404 PD
5013162 1357 PD
5023101 1394 PD
5033140 1338 PD
5043007 1343 PD
5053541 2240 PD
5063656 2128 PD
5073708 2234 PD
5083525 2037 PD
5093420 2075 PD
5103470 1962 PD
5113317 1869 PD
5123461 1893 PD
5133471 2025 PD
5143455 1961 PD
5151636 2280 PD
5161798 2272 PD
5171533 2198 PD
5181724 2065 PD
5191866 2312 PD
5201912 2319 PD
5211784 1627 PD
5221880 1696 PD
5231729 1727 PD
5241677 1662 PD
5252056 1536 PD
5262009 1647 PD
5271942 1487 PD
5282218 1598 PD
5291921 2198 PD
5301897 1983 PD
5312186 1901 PD
5322395 1623 PD
5332351 1545 PD
5341854 1809 PD
5351964 1782 PD
5362229 1773 PD
5371819 2216 PD
5381920 2377 PD
5391699 2040 PD
5401806 1895 PD
5411680 2224 PD
5421733 2414 PD
5431661 2390 PD
5441042 2211 PD
5451144 2244 PD
5461003 2089 PD
5471160 2165 PD
5481361 1981 PD
5491397 2095 PD
5501352 2271 PD
5511007 2158 PD
5523493 1669 PD
5533492 1620 PD
5543447 1634 PD
5553647 1756 PD
5563556 1708 PD
5573528 1711 PD
5583392 1594 PD
5593399 1570 PD
5603329 1504 PD
5613373 1426 PD
5623216 1453 PD
5633250 1431 PD
5643046 1298 PD
5652885 1252 PD
5662174 1259 PD
5672009 1278 PD
5681956 1369 PD
5691978 1474 PD
5701951 1439 PD
5711803 1462 PD
5721890 1507 PD
5731942 1481 PD
5743184 2008 PD
5753013 1863 PD
5763114 1427 PD
5772955 1489 PD
5782942 1343 PD
5791670 1783 PD
5801693 1575 PD
5811655 1648 PD
5821794 1846 PD
5831864 1596 PD
5842059 1690 PD
5852412 1414 PD
5862600 1607 PD
5872287 1480 PD
5882175 1409 PD
5892362 1325 PD
5902114 1384 PD
5911904 1438 PD
5921952 1415 PD
5932004 1369 PD
5943618 1860 PD
5953656 1780 PD
5963717 1857 PD
5973730 1995 PD
5983647 2013 PD
5993544 1807 PD
6003514 1561 PD
6013563 1696 PD
6023560 1693 PD
6033443 1720 PD
6043263 1603 PD
6053414 1544 PD
6062890 2134 PD
6072807 1993 PD
6082985 1727 PD
6092796 1812 PD
6102684 1808 PD
6112767 1695 PD
6122835 1700 PD
6132843 1589 PD
6143159 1633 PD
6152969 1581 PD
6163051 1504 PD
6172284 2022 PD
6182391 1899 PD
6192328 2144 PD
6202600 2078 PD
6212531 2257 PD
6222410 2355 PD
6232188 2368 PD
6242129 2177 PD
6252927 2218 PD
6262722 2136 PD
6272650 2251 PD
6283544 2239 PD
6293375 2292 PD
6301556 1766 PD
6311556 1840 PD
6321672 1669 PD
6331629 1755 PD
6341687 1703 PD
6351553 1714 PD
6361464 1760 PD
6371414 1799 PD
6381486 1748 PD
639945 2030 PD
6401003 1975 PD
6411127 1968 PD
6421124 1918 PD
643938 1896 PD
644991 1813 PD
6451087 1785 PD
6461194 1825 PD
6471079 1833 PD
6481216 1911 PD
6491242 1945 PD
6501228 2011 PD
6511983 1375 PD
6521909 1408 PD
6532515 1189 PD
6542213 1239 PD
6552443 1177 PD
6561766 1550 PD
6572390 1269 PD
6582209 1272 PD
6592279 1319 PD
6602775 1310 PD
6612349 1313 PD
6622460 1241 PD
6632456 1287 PD
6642604 1279 PD
6652631 1229 PD
6662764 1233 PD
6671766 1588 PD
6681710 1518 PD
6691644 1633 PD
6701610 1563 PD
6711672 1500 PD
6722108 1381 PD
6732145 1270 PD
6742853 1300 PD
6752976 1223 PD
6762491 1227 PD
6773974 1839 PD
6784009 1916 PD
6793869 1806 PD
6803909 1799 PD
6814039 1855 PD
6823814 1885 PD
6833816 1861 PD
6842616 1232 PD
6852959 1221 PD
6862788 1175 PD
6873021 1225 PD
6881664 1570 PD
6891777 1523 PD
6901815 1504 PD
6912069 1272 PD
6921913 1371 PD
6931494 1811 PD
6941457 1857 PD
6951528 1944 PD
6961760 1542 PD
6972133 1469 PD
6982455 1756 PD
6993333 1750 PD
7003619 2124 PD
7013582 2193 PD
7023680 2132 PD
7033737 2194 PD
7043675 2109 PD
7053531 2126 PD
7063450 2175 PD
7073781 2061 PD
7083734 1776 PD
7093774 1771 PD
7104052 1876 PD
7114021 1867 PD
7124129 1935 PD
7133551 1652 PD
7143535 1618 PD
7153507 1537 PD
7163703 1828 PD
7173549 1728 PD
7183558 1751 PD
7193412 1486 PD
7203318 1466 PD
7213188 1478 PD
7223417 1546 PD
7232736 1368 PD
7242260 1243 PD
7252470 1212 PD
7262799 1172 PD
7273210 1321 PD
7283099 1268 PD
7293165 1349 PD
7303355 1423 PD
7313418 1451 PD
732gs 651 282 3883 3062 MR c np
733gr
734
7350 sg
7362289  150 mt 
737(Image 2) 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.