source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/3dRecon/orthographic/figs/frame3pnts.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\frame3pnts.eps
4%%CreationDate: 11/18/ 3  12:01:42
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 1466 1287 2221 1069 MR c np
41224 w
4132775 2218 PD
4142852 2182 PD
4152769 2184 PD
4163600 1942 PD
4173613 1863 PD
4183522 1878 PD
4193475 1822 PD
4203443 1797 PD
4213357 1788 PD
4223303 1808 PD
4233233 1768 PD
4243094 2010 PD
4252973 2003 PD
4261577 1778 PD
4271567 1911 PD
4281565 1948 PD
4293352 1943 PD
4303417 1984 PD
4313476 1907 PD
4322656 1395 PD
4332519 1360 PD
4342461 1413 PD
4352774 1464 PD
4362818 1502 PD
4372712 1468 PD
4382930 1420 PD
4392133 1487 PD
4401983 1625 PD
4411912 1604 PD
4421892 1650 PD
4431898 1692 PD
4442390 1477 PD
4452357 1506 PD
4461783 1893 PD
4471717 1876 PD
4481607 1788 PD
4491572 1771 PD
4501618 1766 PD
4511673 1804 PD
4521692 2010 PD
4531790 2072 PD
4541890 1714 PD
4551826 1796 PD
4561855 1810 PD
4571862 1829 PD
4581965 1786 PD
4592147 1622 PD
4602128 1625 PD
4612065 1538 PD
4622225 1470 PD
4633011 1520 PD
4643051 1584 PD
4652986 1587 PD
4663110 1559 PD
4673154 1572 PD
4683198 1630 PD
4693135 1695 PD
4703229 1717 PD
4713258 1745 PD
4723256 1692 PD
4731964 2084 PD
4742077 2059 PD
4752982 1519 PD
4761813 1890 PD
4773319 1954 PD
4783227 1968 PD
4793265 1968 PD
4803348 1989 PD
4813334 1971 PD
4823390 1915 PD
4832801 2218 PD
4842777 2164 PD
4851806 1891 PD
4861808 1917 PD
4871874 1880 PD
4881888 1987 PD
4891849 1915 PD
4903555 1946 PD
4913495 1975 PD
4923534 1930 PD
4933497 1922 PD
4943581 1918 PD
4953494 1947 PD
4963006 1584 PD
4972978 1654 PD
4982943 1561 PD
4993022 1493 PD
5002877 1529 PD
5012908 2228 PD
5022984 2173 PD
5033034 2207 PD
5042950 2164 PD
5052848 2227 PD
5062923 2149 PD
5072829 2175 PD
5082922 2121 PD
5092977 2081 PD
5102980 2061 PD
5112098 2097 PD
5122239 2167 PD
5132057 2106 PD
5142239 2109 PD
5152244 2112 PD
5162280 2134 PD
5172302 2044 PD
5182349 2123 PD
5192248 2072 PD
5202212 2047 PD
5212402 2062 PD
5222392 2090 PD
5232382 2045 PD
5242471 2094 PD
5252358 2207 PD
5262326 2189 PD
5272448 2138 PD
5282513 2027 PD
5292516 2021 PD
5302348 2138 PD
5312380 2143 PD
5322462 2120 PD
5332314 2198 PD
5342383 2272 PD
5352215 2147 PD
5362212 2066 PD
5372211 2207 PD
5382262 2255 PD
5392241 2223 PD
5401706 2030 PD
5411742 2063 PD
5421707 1979 PD
5431822 2028 PD
5441918 2022 PD
5452006 2071 PD
5461933 2073 PD
5471681 2004 PD
5483152 1778 PD
5493126 1776 PD
5503161 1724 PD
5513238 1861 PD
5523176 1818 PD
5533179 1795 PD
5543140 1718 PD
5553154 1731 PD
5563095 1682 PD
5573157 1606 PD
5583014 1616 PD
5593051 1631 PD
5602895 1597 PD
5612837 1442 PD
5622258 1472 PD
5632109 1469 PD
5642110 1520 PD
5652147 1609 PD
5662142 1622 PD
5672013 1556 PD
5682108 1638 PD
5692080 1639 PD
5702772 2182 PD
5712770 2188 PD
5722806 1954 PD
5732739 1971 PD
5742745 1913 PD
5752163 2011 PD
5762165 1950 PD
5772128 1925 PD
5782280 2107 PD
5792334 2079 PD
5802443 2098 PD
5812521 1961 PD
5822576 2043 PD
5832451 1974 PD
5842395 1941 PD
5852444 1911 PD
5862355 1904 PD
5872294 1946 PD
5882271 1881 PD
5892336 1876 PD
5903097 2014 PD
5913176 1977 PD
5923196 1982 PD
5933163 2033 PD
5943113 2048 PD
5953061 1995 PD
5962982 2018 PD
5973015 2025 PD
5982953 2066 PD
5992914 2096 PD
6002837 2073 PD
6012927 2028 PD
6022681 2173 PD
6032614 2138 PD
6042734 2118 PD
6052659 2079 PD
6062630 2090 PD
6072656 2060 PD
6082662 2100 PD
6092694 2000 PD
6102825 2105 PD
6112767 2065 PD
6122781 2038 PD
6132466 2150 PD
6142517 2106 PD
6152529 2144 PD
6162595 2134 PD
6172545 2173 PD
6182556 2219 PD
6192447 2282 PD
6202417 2236 PD
6212761 2136 PD
6222641 2177 PD
6232640 2159 PD
6242925 2237 PD
6252850 2249 PD
6261979 1849 PD
6271929 1836 PD
6282003 1822 PD
6291953 1803 PD
6301959 1774 PD
6311835 1726 PD
6321850 1792 PD
6331815 1785 PD
6341788 1758 PD
6351660 1979 PD
6361657 1957 PD
6371728 1944 PD
6381683 1925 PD
6391572 1874 PD
6401539 1840 PD
6411616 1824 PD
6421681 1800 PD
6431643 1848 PD
6441672 1867 PD
6451750 1899 PD
6461791 1994 PD
6472229 1645 PD
6482164 1677 PD
6492580 1743 PD
6502377 1728 PD
6512531 1677 PD
6522075 1756 PD
6532396 1566 PD
6542352 1637 PD
6552396 1537 PD
6562746 1500 PD
6572424 1512 PD
6582481 1565 PD
6592501 1515 PD
6602571 1504 PD
6612641 1591 PD
6622688 1612 PD
6632054 1726 PD
6641976 1686 PD
6651948 1717 PD
6661923 1678 PD
6671900 1621 PD
6682226 1577 PD
6692312 1657 PD
6702770 1522 PD
6712825 1629 PD
6722505 1441 PD
6733396 1890 PD
6743431 1964 PD
6753348 1902 PD
6763404 1856 PD
6773461 1896 PD
6783228 1958 PD
6793282 1935 PD
6802597 1857 PD
6812778 1827 PD
6822700 1789 PD
6832809 1697 PD
6842068 1828 PD
6852123 1864 PD
6862250 1902 PD
6872357 1837 PD
6882203 1778 PD
6891981 1932 PD
6902035 1989 PD
6912108 2061 PD
6922188 1995 PD
6932355 2023 PD
6942508 2106 PD
6952842 2093 PD
6963044 2101 PD
6973060 2106 PD
6983061 2165 PD
6993075 2160 PD
7003182 2024 PD
7013059 2079 PD
7023025 2062 PD
7033236 2043 PD
7043251 1854 PD
7053342 1856 PD
7063543 1880 PD
7073473 1864 PD
7083600 1908 PD
7093146 1819 PD
7103112 1871 PD
7113051 1887 PD
7123212 1944 PD
7133036 1972 PD
7143023 2015 PD
7152978 1957 PD
7162917 1972 PD
7172839 2008 PD
7182907 2062 PD
7192645 1925 PD
7202423 1813 PD
7212494 1615 PD
7222697 1697 PD
7232938 1746 PD
7242903 1683 PD
7252922 1868 PD
7263011 1809 PD
7273073 1781 PD
728gr
729
73024 w
731gr
732
73324 w
7342289  150 mt 
735(Image 3) 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.