source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/3dRecon/orthographic/figs/frame1pnts.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\frame1pnts.eps
4%%CreationDate: 11/18/ 3  12:00:44
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 875 797 3390 1645 MR c np
41224 w
4132608 2170 PD
4142731 2219 PD
4152700 2224 PD
4164191 2011 PD
4174140 1931 PD
4184064 1919 PD
4193977 1839 PD
4203863 1775 PD
4213767 1780 PD
4223703 1786 PD
4233628 1729 PD
4243472 2182 PD
4253224 2227 PD
426948 1842 PD
427980 1989 PD
428980 2068 PD
4293789 2096 PD
4303891 2058 PD
4314040 2065 PD
4322716 992 PD
4332497 870 PD
4342356 952 PD
4352969 1056 PD
4362849 1168 PD
4372799 1144 PD
4383166 1035 PD
4391844 1082 PD
4401628 1350 PD
4411516 1447 PD
4421496 1494 PD
4431534 1563 PD
4442318 1165 PD
4452252 1184 PD
4461271 1926 PD
4471190 1922 PD
4481075 1740 PD
4491027 1719 PD
450962 1731 PD
4511111 1825 PD
4521135 2205 PD
4531277 2318 PD
4541463 1713 PD
4551349 1757 PD
4561360 1808 PD
4571398 1903 PD
4581594 1747 PD
4591855 1389 PD
4601830 1396 PD
4611821 1205 PD
4622087 1078 PD
4633268 1204 PD
4643308 1388 PD
4653254 1329 PD
4663398 1279 PD
4673487 1301 PD
4683617 1400 PD
4693518 1598 PD
4703482 1619 PD
4713653 1677 PD
4723620 1569 PD
4731645 2358 PD
4741866 2329 PD
4753240 1191 PD
4761351 1961 PD
4773693 2145 PD
4783574 2153 PD
4793625 2135 PD
4803750 2070 PD
4813661 2027 PD
4823781 2021 PD
4832779 2319 PD
4842738 2305 PD
4851338 1961 PD
4861329 2019 PD
4871405 1913 PD
4881395 1988 PD
4891378 1992 PD
4904087 2044 PD
4913945 2004 PD
4924026 2002 PD
4933981 1914 PD
4944144 2007 PD
4954068 2022 PD
4963236 1334 PD
4973111 1313 PD
4983179 1294 PD
4993243 1196 PD
5003049 1219 PD
5012913 2292 PD
5023027 2226 PD
5033033 2256 PD
5042930 2193 PD
5052817 2159 PD
5062892 2094 PD
5072747 2068 PD
5082944 2045 PD
5093081 2131 PD
5103039 2083 PD
5111727 2308 PD
5121907 2321 PD
5131664 2201 PD
5141848 2140 PD
5151945 2350 PD
5161983 2304 PD
5171852 1904 PD
5181935 1980 PD
5191841 1969 PD
5201767 1872 PD
5212015 1850 PD
5221992 1943 PD
5231946 1812 PD
5242150 1883 PD
5252023 2268 PD
5261912 2148 PD
5272098 2094 PD
5282228 1891 PD
5292218 1798 PD
5301934 2049 PD
5312037 2037 PD
5322108 2016 PD
5331946 2245 PD
5342031 2344 PD
5351863 2142 PD
5361842 2050 PD
5371875 2267 PD
5381906 2365 PD
5391837 2368 PD
5401178 2227 PD
5411295 2253 PD
5421168 2145 PD
5431317 2209 PD
5441467 2056 PD
5451542 2164 PD
5461524 2313 PD
5471144 2171 PD
5483511 1642 PD
5493470 1667 PD
5503463 1624 PD
5513549 1772 PD
5523501 1710 PD
5533588 1700 PD
5543443 1550 PD
5553405 1554 PD
5563369 1450 PD
5573491 1324 PD
5583306 1368 PD
5593259 1370 PD
5603017 1283 PD
5612948 1063 PD
5622068 1052 PD
5631856 1085 PD
5641772 1200 PD
5651897 1393 PD
5661899 1395 PD
5671646 1352 PD
5681824 1418 PD
5691775 1419 PD
5702689 2160 PD
5712537 2041 PD
5722738 1677 PD
5732602 1767 PD
5742642 1663 PD
5751780 1939 PD
5761756 1758 PD
5771694 1808 PD
5781872 2019 PD
5791961 1896 PD
5802007 1965 PD
5812256 1725 PD
5822362 1863 PD
5832155 1741 PD
5842070 1661 PD
5852204 1622 PD
5862011 1630 PD
5871876 1717 PD
5881903 1672 PD
5891969 1593 PD
5903246 1998 PD
5913353 1904 PD
5923377 1980 PD
5933423 2062 PD
5943287 2113 PD
5953102 1962 PD
5962965 1835 PD
5973080 1916 PD
5982943 1914 PD
5992848 1928 PD
6002736 1865 PD
6012867 1852 PD
6022581 2212 PD
6032495 2080 PD
6042569 1979 PD
6052478 1992 PD
6062452 2026 PD
6072459 1904 PD
6082540 1941 PD
6092539 1835 PD
6102654 1935 PD
6112584 1893 PD
6122641 1826 PD
6132174 2128 PD
6142285 2081 PD
6152247 2237 PD
6162401 2187 PD
6172400 2287 PD
6182355 2339 PD
6192141 2322 PD
6202159 2247 PD
6212668 2245 PD
6222501 2187 PD
6232440 2295 PD
6242892 2270 PD
6252845 2305 PD
6261541 1782 PD
6271506 1857 PD
6281573 1705 PD
6291565 1779 PD
6301587 1706 PD
6311536 1713 PD
6321411 1783 PD
6331364 1812 PD
6341394 1735 PD
6351013 2061 PD
6361068 2033 PD
6371203 1998 PD
6381127 1970 PD
6391003 1945 PD
640952 1802 PD
6411021 1807 PD
6421149 1815 PD
6431083 1847 PD
6441169 1924 PD
6451217 1937 PD
6461286 2045 PD
6471909 1366 PD
6481818 1456 PD
6492352 1417 PD
6502120 1385 PD
6512329 1296 PD
6521722 1570 PD
6532247 1219 PD
6542128 1265 PD
6552181 1207 PD
6562751 1154 PD
6572277 1160 PD
6582389 1185 PD
6592413 1162 PD
6602533 1134 PD
6612566 1188 PD
6622679 1209 PD
6631678 1569 PD
6641610 1478 PD
6651511 1569 PD
6661488 1529 PD
6671513 1444 PD
6681972 1312 PD
6691991 1326 PD
6702875 1173 PD
6712888 1278 PD
6722448 1020 PD
6733848 1867 PD
6743847 1957 PD
6753776 1853 PD
6763882 1836 PD
6773922 1887 PD
6783573 1942 PD
6793601 1927 PD
6802419 1505 PD
6812686 1451 PD
6822585 1425 PD
6832831 1364 PD
6841665 1697 PD
6851729 1684 PD
6861812 1675 PD
6871984 1516 PD
6881840 1476 PD
6891518 1880 PD
6901567 1971 PD
6911627 2053 PD
6921826 1781 PD
6932041 1802 PD
6942306 1988 PD
6952769 1993 PD
6963247 2216 PD
6973281 2272 PD
6983171 2194 PD
6993192 2251 PD
7003437 2157 PD
7013308 2189 PD
7023239 2216 PD
7033537 2127 PD
7043648 1825 PD
7053793 1823 PD
7064052 1876 PD
7074000 1845 PD
7084123 1951 PD
7093392 1709 PD
7103317 1710 PD
7113145 1730 PD
7123521 1937 PD
7133138 1909 PD
7143116 1952 PD
7152963 1739 PD
7162858 1758 PD
7172723 1783 PD
7182826 1891 PD
7192458 1670 PD
7202145 1496 PD
7212316 1213 PD
7222624 1317 PD
7233029 1451 PD
7242967 1346 PD
7252842 1589 PD
7263130 1564 PD
7273221 1524 PD
728gr
729
73024 w
731gr
732
73324 w
7342289  150 mt 
735(Image 1) 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.