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

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

Added original make3d

File size: 8.3 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\singVals.eps
4%%CreationDate: 11/18/ 3  12:43:41
5%%DocumentNeededFonts: Helvetica
6%%DocumentProcessColors: Cyan Magenta Yellow Black
7%%Extensions: CMYK
8%%Pages: 1
9%%BoundingBox:    98   239   488   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:    98   239   488   556
309MathWorks begin
310bpage
311%%EndPageSetup
312
313%%BeginObject: obj1
314bplot
315
316/dpi2point 12 def
317portraitMode 1152 6624 csm
318
319   27   -48  4686  3799 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 3343 4 MP
335PP
336-3882 0 0 3061 3882 0 0 -3061 651 3343 5 MP stroke
3374 w
338DO
339SO
3406 w
3410 sg
342 651  282 mt 4533  282 L
343 651 3343 mt 4533 3343 L
3444533 3343 mt 4533  282 L
345 651 3343 mt  651  282 L
346 651 3343 mt 4533 3343 L
347 651 3343 mt  651  282 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 605 3534 mt 
354(1) s
3551427 3343 mt 1427 3304 L
3561427  282 mt 1427  321 L
3571381 3534 mt 
358(2) s
3592204 3343 mt 2204 3304 L
3602204  282 mt 2204  321 L
3612158 3534 mt 
362(3) s
3632980 3343 mt 2980 3304 L
3642980  282 mt 2980  321 L
3652934 3534 mt 
366(4) s
3673757 3343 mt 3757 3304 L
3683757  282 mt 3757  321 L
3693711 3534 mt 
370(5) s
3714533 3343 mt 4533 3304 L
3724533  282 mt 4533  321 L
3734487 3534 mt 
374(6) s
375 651 3343 mt  690 3343 L
3764533 3343 mt 4494 3343 L
377 523 3405 mt 
378(0) s
379 651 2731 mt  690 2731 L
3804533 2731 mt 4494 2731 L
381 336 2793 mt 
382(500) s
383 651 2119 mt  690 2119 L
3844533 2119 mt 4494 2119 L
385 243 2181 mt 
386(1000) s
387 651 1506 mt  690 1506 L
3884533 1506 mt 4494 1506 L
389 243 1568 mt 
390(1500) s
391 651  894 mt  690  894 L
3924533  894 mt 4494  894 L
393 243  956 mt 
394(2000) s
395 651  282 mt  690  282 L
3964533  282 mt 4494  282 L
397 243  344 mt 
398(2500) s
399 651  282 mt 4533  282 L
400 651 3343 mt 4533 3343 L
4014533 3343 mt 4533  282 L
402 651 3343 mt  651  282 L
403gs 651 282 3883 3062 MR c np
40424 w
405/c8 { 0.000000 0.000000 1.000000 sr} bdef
406c8
407776 3 777 2 776 466 777 1019 776 1436 651 375 6 MP stroke
408gr
409
41024 w
411c8
412 567  375 mt  735  375 L
413 651  291 mt  651  459 L
4141343 1811 mt 1511 1811 L
4151427 1727 mt 1427 1895 L
4162120 2830 mt 2288 2830 L
4172204 2746 mt 2204 2914 L
4182896 3296 mt 3064 3296 L
4192980 3212 mt 2980 3380 L
4203673 3298 mt 3841 3298 L
4213757 3214 mt 3757 3382 L
4224449 3301 mt 4617 3301 L
4234533 3217 mt 4533 3385 L
424 592  316 mt  710  434 L
425 710  316 mt  592  434 L
4261368 1752 mt 1486 1870 L
4271486 1752 mt 1368 1870 L
4282145 2771 mt 2263 2889 L
4292263 2771 mt 2145 2889 L
4302921 3237 mt 3039 3355 L
4313039 3237 mt 2921 3355 L
4323698 3239 mt 3816 3357 L
4333816 3239 mt 3698 3357 L
4344474 3242 mt 4592 3360 L
4354592 3242 mt 4474 3360 L
436gs 651 282 3883 3062 MR c np
437gr
438
4390 sg
4401463  150 mt 
441(Singular Values of Data Matrix) s
4421820 3712 mt 
443(Singular Value Index) s
444 188 2311 mt  -90 rotate
445(Singlur Value) s
44690 rotate
4476 w
448
449end
450
451eplot
452%%EndObject
453
454epage
455end
456
457showpage
458
459%%Trailer
460%%EOF
Note: See TracBrowser for help on using the repository browser.