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

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

Added original make3d

File size: 11.9 KB
Line 
1%!PS-Adobe-2.0 EPSF-1.2
2%%Creator: MATLAB, The Mathworks, Inc.
3%%Title: C:\work\Matlab\development\3dRecon\orthographic\figs\frame2pnts.eps
4%%CreationDate: 11/18/ 3  12:01:06
5%%DocumentNeededFonts: Helvetica
6%%DocumentProcessColors: Cyan Magenta Yellow Black
7%%Pages: 1
8%%BoundingBox:   111   252   489   556
9%%EndComments
10
11%%BeginProlog
12
13% MathWorks dictionary
14/MathWorks 160 dict begin
15
16% definition operators
17/bdef {bind def} bind def
18/ldef {load def} bind def
19/xdef {exch def} bdef
20/xstore {exch store} bdef
21
22% operator abbreviations
23/c  /clip ldef
24/cc /concat ldef
25/cp /closepath ldef
26/gr /grestore ldef
27/gs /gsave ldef
28/mt /moveto ldef
29/np /newpath ldef
30/cm /currentmatrix ldef
31/sm /setmatrix ldef
32/rc {rectclip} bdef
33/rf {rectfill} bdef
34/rm /rmoveto ldef
35/rl /rlineto ldef
36/s /show ldef
37/sc {setcmykcolor} bdef
38/sr /setrgbcolor ldef
39/sg /setgray ldef
40/w /setlinewidth ldef
41/j /setlinejoin ldef
42/cap /setlinecap ldef
43
44% page state control
45/pgsv () def
46/bpage {/pgsv save def} bdef
47/epage {pgsv restore} bdef
48/bplot /gsave ldef
49/eplot {stroke grestore} bdef
50
51% orientation switch
52/portraitMode   0 def
53/landscapeMode  1 def
54
55% coordinate system mappings
56/dpi2point 0 def
57
58% font control
59/FontSize 0 def
60/FMS {
61        /FontSize xstore                %save size off stack
62        findfont
63        [FontSize 0 0 FontSize neg 0 0]
64        makefont
65        setfont
66        }bdef
67
68/ISOLatin1Encoding where
69{pop
70/WindowsLatin1Encoding 256 array bdef
71ISOLatin1Encoding WindowsLatin1Encoding copy pop
72/.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
73/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef/.notdef
74/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
75/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef/Ydieresis
76WindowsLatin1Encoding 128 32 getinterval astore pop}
77{/WindowsLatin1Encoding StandardEncoding bdef} ifelse
78
79/reencode {
80exch dup where
81{pop load} {pop StandardEncoding} ifelse
82exch
83dup 3 1 roll
84findfont dup length dict begin
85  { 1 index /FID ne {def}{pop pop} ifelse } forall
86  /Encoding exch def
87  currentdict
88end
89definefont pop
90} bdef
91
92/isroman {
93findfont /CharStrings get
94/Agrave known
95} bdef
96
97/FMSR {
983 1 roll 1 index
99dup isroman
100{reencode} {pop pop} ifelse
101exch FMS
102} bdef
103
104/csm {
105        1 dpi2point div -1 dpi2point div scale
106        neg translate
107        landscapeMode eq {90 rotate} if
108        } bdef
109
110% line types: solid, dotted, dashed, dotdash
111/SO { [] 0 setdash } bdef
112/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
113/DA { [6 dpi2point mul] 0 setdash } bdef
114/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
115
116% macros for lines and objects
117/L {
118        lineto
119        stroke
120        } bdef
121/MP {
122        3 1 roll moveto
123        1 sub {rlineto} repeat
124        } bdef
125/AP {
126        {rlineto} repeat
127        } bdef
128/PP {
129        closepath eofill
130        } bdef
131/DP {
132        closepath stroke
133        } bdef
134/MR {
135        4 -2 roll moveto
136        dup  0 exch rlineto
137        exch 0 rlineto
138        neg  0 exch rlineto
139        closepath
140        } bdef
141/FR {
142        MR stroke
143        } bdef
144/PR {
145        MR fill
146        } bdef
147/L1i {
148        { currentfile picstr readhexstring pop } image
149        } bdef
150
151/tMatrix matrix def
152/MakeOval {
153        newpath
154        tMatrix currentmatrix pop
155        translate scale
156        0 0 1 0 360 arc
157        tMatrix setmatrix
158        } bdef
159/FO {
160        MakeOval
161        stroke
162        } bdef
163/PO {
164        MakeOval
165        fill
166        } bdef
167
168/PD {
169        currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap
170        } bdef
171
172/FA {
173        newpath
174        tMatrix currentmatrix pop
175        translate scale
176        0 0 1 5 -2 roll arc
177        tMatrix setmatrix
178        stroke
179        } bdef
180/PA {
181        newpath
182        tMatrix currentmatrix pop
183        translate 0 0 moveto scale
184        0 0 1 5 -2 roll arc
185        closepath
186        tMatrix setmatrix
187        fill
188        } bdef
189
190/FAn {
191        newpath
192        tMatrix currentmatrix pop
193        translate scale
194        0 0 1 5 -2 roll arcn
195        tMatrix setmatrix
196        stroke
197        } bdef
198/PAn {
199        newpath
200        tMatrix currentmatrix pop
201        translate 0 0 moveto scale
202        0 0 1 5 -2 roll arcn
203        closepath
204        tMatrix setmatrix
205        fill
206        } bdef
207
208/vradius 0 def
209/hradius 0 def
210/lry 0 def
211/lrx 0 def
212/uly 0 def
213/ulx 0 def
214/rad 0 def
215
216/MRR {
217        /vradius xdef
218        /hradius xdef
219        /lry xdef
220        /lrx xdef
221        /uly xdef
222        /ulx xdef
223        newpath
224        tMatrix currentmatrix pop
225        ulx hradius add uly vradius add translate
226        hradius vradius scale
227        0 0 1 180 270 arc 
228        tMatrix setmatrix
229        lrx hradius sub uly vradius add translate
230        hradius vradius scale
231        0 0 1 270 360 arc
232        tMatrix setmatrix
233        lrx hradius sub lry vradius sub translate
234        hradius vradius scale
235        0 0 1 0 90 arc
236        tMatrix setmatrix
237        ulx hradius add lry vradius sub translate
238        hradius vradius scale
239        0 0 1 90 180 arc
240        tMatrix setmatrix
241        closepath
242        } bdef
243/FRR {
244        MRR stroke } bdef
245/PRR {
246        MRR fill } bdef
247
248/MlrRR {
249        /lry xdef
250        /lrx xdef
251        /uly xdef
252        /ulx xdef
253        /rad lry uly sub 2 div def
254        newpath
255        tMatrix currentmatrix pop
256        ulx rad add uly rad add translate
257        rad rad scale
258        0 0 1 90 270 arc
259        tMatrix setmatrix
260        lrx rad sub lry rad sub translate
261        rad rad scale
262        0 0 1 270 90 arc
263        tMatrix setmatrix
264        closepath
265        } bdef
266/FlrRR {
267        MlrRR stroke } bdef
268/PlrRR {
269        MlrRR fill } bdef
270
271/MtbRR {
272        /lry xdef
273        /lrx xdef
274        /uly xdef
275        /ulx xdef
276        /rad lrx ulx sub 2 div def
277        newpath
278        tMatrix currentmatrix pop
279        ulx rad add uly rad add translate
280        rad rad scale
281        0 0 1 180 360 arc
282        tMatrix setmatrix
283        lrx rad sub lry rad sub translate
284        rad rad scale
285        0 0 1 0 180 arc
286        tMatrix setmatrix
287        closepath
288        } bdef
289/FtbRR {
290        MtbRR stroke } bdef
291/PtbRR {
292        MtbRR fill } bdef
293
294currentdict end def
295%%EndProlog
296
297%%BeginSetup
298MathWorks begin
299
3000 cap
301
302end
303%%EndSetup
304
305%%Page: 1 1
306%%BeginPageSetup
307%%PageBoundingBox:   111   252   489   556
308MathWorks begin
309bpage
310%%EndPageSetup
311
312%%BeginObject: obj1
313bplot
314
315/dpi2point 12 def
316portraitMode 1152 6624 csm
317
318  181   -48  4541  3637 MR c np
31985 dict begin %Colortable dictionary
320/c0 { 0 0 0 sr} bdef
321/c1 { 1 1 1 sr} bdef
322/c2 { 1 0 0 sr} bdef
323/c3 { 0 1 0 sr} bdef
324/c4 { 0 0 1 sr} bdef
325/c5 { 1 1 0 sr} bdef
326/c6 { 1 0 1 sr} bdef
327/c7 { 0 1 1 sr} bdef
328c0
3291 j
3301 sg
331   0    0 5011 3758 PR
3326 w
3330 -3061 3882 0 0 3061 651 282 4 MP
334PP
335-3882 0 0 -3061 3882 0 0 3061 651 282 5 MP stroke
3364 w
337DO
338SO
3396 w
3400 sg
341 651 3343 mt 4533 3343 L
342 651  282 mt 4533  282 L
3434533  282 mt 4533 3343 L
344 651  282 mt  651 3343 L
345 651 3343 mt 4533 3343 L
346 651  282 mt  651 3343 L
347 651 3343 mt  651 3304 L
348 651  282 mt  651  321 L
349%%IncludeResource: font Helvetica
350/Helvetica /WindowsLatin1Encoding 168 FMSR
351
352 413 3534 mt 
353(-200) s
3541622 3343 mt 1622 3304 L
3551622  282 mt 1622  321 L
3561384 3534 mt 
357(-100) s
3582592 3343 mt 2592 3304 L
3592592  282 mt 2592  321 L
3602546 3534 mt 
361(0) s
3623563 3343 mt 3563 3304 L
3633563  282 mt 3563  321 L
3643423 3534 mt 
365(100) s
3664533 3343 mt 4533 3304 L
3674533  282 mt 4533  321 L
3684393 3534 mt 
369(200) s
370 651  282 mt  690  282 L
3714533  282 mt 4494  282 L
372 238  344 mt 
373(-200) s
374 651  665 mt  690  665 L
3754533  665 mt 4494  665 L
376 238  727 mt 
377(-150) s
378 651 1047 mt  690 1047 L
3794533 1047 mt 4494 1047 L
380 238 1109 mt 
381(-100) s
382 651 1430 mt  690 1430 L
3834533 1430 mt 4494 1430 L
384 332 1492 mt 
385(-50) s
386 651 1813 mt  690 1813 L
3874533 1813 mt 4494 1813 L
388 523 1875 mt 
389(0) s
390 651 2195 mt  690 2195 L
3914533 2195 mt 4494 2195 L
392 430 2257 mt 
393(50) s
394 651 2578 mt  690 2578 L
3954533 2578 mt 4494 2578 L
396 336 2640 mt 
397(100) s
398 651 2960 mt  690 2960 L
3994533 2960 mt 4494 2960 L
400 336 3022 mt 
401(150) s
402 651 3343 mt  690 3343 L
4034533 3343 mt 4494 3343 L
404 336 3405 mt 
405(200) s
406 651 3343 mt 4533 3343 L
407 651  282 mt 4533  282 L
4084533  282 mt 4533 3343 L
409 651  282 mt  651 3343 L
410gs 651 282 3883 3062 MR c np
411gs 848 803 3397 1658 MR c np
41224 w
4133086 2172 PD
4143188 2208 PD
4153079 2248 PD
4164142 2011 PD
4174123 1953 PD
4184044 1887 PD
4193939 1841 PD
4203897 1800 PD
4213788 1753 PD
4223722 1768 PD
4233638 1733 PD
4243437 2199 PD
4253181 2209 PD
426965 1857 PD
427921 2008 PD
4281041 2111 PD
4293804 2093 PD
4303898 2057 PD
4314031 2048 PD
4322736 976 PD
4332514 876 PD
4342314 985 PD
4352929 1029 PD
4362885 1168 PD
4372784 1146 PD
4383144 1038 PD
4391869 1086 PD
4401681 1366 PD
4411528 1403 PD
4421515 1519 PD
4431553 1568 PD
4442316 1172 PD
4452219 1207 PD
4461304 1911 PD
4471176 1934 PD
4481067 1751 PD
4491015 1716 PD
450967 1706 PD
4511133 1838 PD
4521113 2242 PD
4531281 2340 PD
4541509 1701 PD
4551387 1745 PD
4561396 1765 PD
4571398 1906 PD
4581614 1762 PD
4591878 1367 PD
4601806 1408 PD
4611831 1210 PD
4622084 1060 PD
4633228 1178 PD
4643318 1387 PD
4653231 1332 PD
4663394 1322 PD
4673510 1326 PD
4683605 1382 PD
4693467 1575 PD
4703519 1596 PD
4713651 1670 PD
4723619 1589 PD
4731637 2321 PD
4741840 2327 PD
4753288 1192 PD
4761349 1987 PD
4773706 2158 PD
4783588 2176 PD
4793676 2137 PD
4803806 2079 PD
4813847 2023 PD
4823887 1982 PD
4833132 2285 PD
4843010 2312 PD
4851389 1968 PD
4861347 2004 PD
4871476 1924 PD
4881557 2008 PD
4891421 1992 PD
4904147 2028 PD
4914035 2036 PD
4924079 2016 PD
4934032 1949 PD
4944171 2038 PD
4954104 2068 PD
4963266 1337 PD
4973301 1326 PD
4983196 1274 PD
4993287 1174 PD
5003123 1241 PD
5013380 2290 PD
5023395 2216 PD
5033439 2276 PD
5043359 2145 PD
5053299 2182 PD
5063341 2125 PD
5073266 2110 PD
5083279 2049 PD
5093344 2096 PD
5103356 2078 PD
5111868 2306 PD
5122119 2304 PD
5131888 2203 PD
5142160 2156 PD
5152040 2337 PD
5162126 2322 PD
5172333 1923 PD
5182454 1969 PD
5192264 1961 PD
5202167 1900 PD
5212488 1852 PD
5222541 1907 PD
5232428 1822 PD
5242626 1911 PD
5252452 2225 PD
5262439 2156 PD
5272618 2073 PD
5282691 1906 PD
5292700 1792 PD
5302409 2039 PD
5312479 2041 PD
5322620 2003 PD
5332355 2246 PD
5342461 2371 PD
5352284 2143 PD
5362222 2071 PD
5372260 2285 PD
5382308 2387 PD
5392159 2350 PD
5401249 2212 PD
5411364 2252 PD
5421263 2131 PD
5431466 2195 PD
5441672 2057 PD
5451790 2149 PD
5461571 2320 PD
5471156 2188 PD
5483560 1619 PD
5493569 1641 PD
5503538 1612 PD
5513661 1792 PD
5523576 1729 PD
5533617 1734 PD
5543479 1566 PD
5553484 1552 PD
5563434 1461 PD
5573526 1308 PD
5583318 1386 PD
5593321 1410 PD
5603131 1259 PD
5612978 1046 PD
5622072 1107 PD
5631862 1088 PD
5641854 1210 PD
5651868 1404 PD
5661900 1374 PD
5671688 1351 PD
5681830 1417 PD
5691830 1419 PD
5703154 2148 PD
5713064 2057 PD
5723172 1696 PD
5733040 1752 PD
5743042 1649 PD
5752097 1937 PD
5762111 1798 PD
5772003 1793 PD
5782309 2026 PD
5792439 1925 PD
5802591 1981 PD
5812755 1725 PD
5822814 1859 PD
5832584 1740 PD
5842561 1677 PD
5852654 1613 PD
5862456 1633 PD
5872347 1709 PD
5882274 1648 PD
5892329 1609 PD
5903510 1966 PD
5913601 1904 PD
5923613 2002 PD
5933595 2065 PD
5943532 2085 PD
5953435 1917 PD
5963415 1814 PD
5973455 1929 PD
5983424 1912 PD
5993315 1985 PD
6003234 1898 PD
6013358 1855 PD
6022967 2223 PD
6032927 2123 PD
6043036 1996 PD
6052965 1985 PD
6062886 2001 PD
6072935 1950 PD
6082992 1961 PD
6092997 1837 PD
6103145 1945 PD
6113050 1871 PD
6123116 1817 PD
6132658 2179 PD
6142671 2062 PD
6152632 2206 PD
6162792 2164 PD
6172715 2254 PD
6182618 2349 PD
6192555 2346 PD
6202548 2254 PD
6212996 2259 PD
6222842 2210 PD
6232774 2291 PD
6243361 2275 PD
6253236 2298 PD
6261684 1828 PD
6271537 1856 PD
6281760 1727 PD
6291583 1772 PD
6301665 1674 PD
6311453 1719 PD
6321394 1784 PD
6331374 1811 PD
6341377 1756 PD
6351072 2059 PD
6361159 2017 PD
6371242 2012 PD
6381222 1973 PD
6391024 1933 PD
6401031 1805 PD
6411075 1811 PD
6421131 1825 PD
6431109 1858 PD
6441168 1911 PD
6451259 1957 PD
6461369 2055 PD
6472101 1361 PD
6481966 1430 PD
6492742 1405 PD
6502366 1354 PD
6512621 1318 PD
6521863 1575 PD
6532419 1199 PD
6542328 1269 PD
6552211 1185 PD
6562807 1139 PD
6572316 1185 PD
6582518 1167 PD
6592438 1156 PD
6602604 1149 PD
6612697 1185 PD
6622883 1195 PD
6631751 1544 PD
6641611 1482 PD
6651521 1562 PD
6661513 1527 PD
6671555 1397 PD
6682108 1270 PD
6692259 1318 PD
6702931 1147 PD
6713067 1286 PD
6722450 1006 PD
6733945 1905 PD
6743945 1958 PD
6753887 1875 PD
6763911 1835 PD
6773991 1889 PD
6783731 1949 PD
6793789 1925 PD
6802805 1517 PD
6813098 1480 PD
6822920 1446 PD
6833145 1368 PD
6841880 1706 PD
6852040 1673 PD
6862137 1675 PD
6872341 1478 PD
6882102 1502 PD
6891714 1848 PD
6901736 1945 PD
6911900 2039 PD
6922257 1811 PD
6932561 1788 PD
6942729 1964 PD
6953255 1993 PD
6963499 2190 PD
6973477 2267 PD
6983527 2199 PD
6993505 2281 PD
7003575 2172 PD
7013455 2191 PD
7023395 2251 PD
7033652 2107 PD
7043738 1826 PD
7053828 1823 PD
7064088 1906 PD
7074024 1864 PD
7084118 1954 PD
7093562 1734 PD
7103511 1740 PD
7113461 1757 PD
7123690 1941 PD
7133491 1906 PD
7143472 1902 PD
7153382 1747 PD
7163339 1749 PD
7173224 1756 PD
7183336 1868 PD
7192881 1688 PD
7202539 1503 PD
7212567 1256 PD
7222892 1288 PD
7233293 1435 PD
7243196 1351 PD
7253205 1559 PD
7263402 1565 PD
7273461 1577 PD
728gr
729
73024 w
731gr
732
73324 w
7342289  150 mt 
735(Image 2) s
7366 w
737
738end
739
740eplot
741%%EndObject
742
743epage
744end
745
746showpage
747
748%%Trailer
749%%EOF
Note: See TracBrowser for help on using the repository browser.