v01
This commit is contained in:
274
thirdparty/opengv/doc/addons/images/central.eps
vendored
Normal file
274
thirdparty/opengv/doc/addons/images/central.eps
vendored
Normal file
@@ -0,0 +1,274 @@
|
||||
%!PS-Adobe-2.0 EPSF-2.0
|
||||
%%Title: /home/laurent/ldevel/geometric_vision/doc/addons/images/central.dia
|
||||
%%Creator: Dia v0.97.2
|
||||
%%CreationDate: Mon Aug 12 11:46:14 2013
|
||||
%%For: laurent
|
||||
%%Orientation: Portrait
|
||||
%%Magnification: 1.0000
|
||||
%%BoundingBox: 0 0 361 325
|
||||
%%BeginSetup
|
||||
%%EndSetup
|
||||
%%EndComments
|
||||
%%BeginProlog
|
||||
[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
|
||||
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
|
||||
/two /three /four /five /six /seven /eight /nine /colon /semicolon
|
||||
/less /equal /greater /question /at /A /B /C /D /E
|
||||
/F /G /H /I /J /K /L /M /N /O
|
||||
/P /Q /R /S /T /U /V /W /X /Y
|
||||
/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
|
||||
/d /e /f /g /h /i /j /k /l /m
|
||||
/n /o /p /q /r /s /t /u /v /w
|
||||
/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
|
||||
/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
|
||||
/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
|
||||
/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
|
||||
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
|
||||
/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
|
||||
/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
|
||||
/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
|
||||
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
|
||||
/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
|
||||
/cp {closepath} bind def
|
||||
/c {curveto} bind def
|
||||
/f {fill} bind def
|
||||
/a {arc} bind def
|
||||
/ef {eofill} bind def
|
||||
/ex {exch} bind def
|
||||
/gr {grestore} bind def
|
||||
/gs {gsave} bind def
|
||||
/sa {save} bind def
|
||||
/rs {restore} bind def
|
||||
/l {lineto} bind def
|
||||
/m {moveto} bind def
|
||||
/rm {rmoveto} bind def
|
||||
/n {newpath} bind def
|
||||
/s {stroke} bind def
|
||||
/sh {show} bind def
|
||||
/slc {setlinecap} bind def
|
||||
/slj {setlinejoin} bind def
|
||||
/slw {setlinewidth} bind def
|
||||
/srgb {setrgbcolor} bind def
|
||||
/rot {rotate} bind def
|
||||
/sc {scale} bind def
|
||||
/sd {setdash} bind def
|
||||
/ff {findfont} bind def
|
||||
/sf {setfont} bind def
|
||||
/scf {scalefont} bind def
|
||||
/sw {stringwidth pop} bind def
|
||||
/tr {translate} bind def
|
||||
|
||||
/ellipsedict 8 dict def
|
||||
ellipsedict /mtrx matrix put
|
||||
/ellipse
|
||||
{ ellipsedict begin
|
||||
/endangle exch def
|
||||
/startangle exch def
|
||||
/yrad exch def
|
||||
/xrad exch def
|
||||
/y exch def
|
||||
/x exch def /savematrix mtrx currentmatrix def
|
||||
x y tr xrad yrad sc
|
||||
0 0 1 startangle endangle arc
|
||||
savematrix setmatrix
|
||||
end
|
||||
} def
|
||||
|
||||
/mergeprocs {
|
||||
dup length
|
||||
3 -1 roll
|
||||
dup
|
||||
length
|
||||
dup
|
||||
5 1 roll
|
||||
3 -1 roll
|
||||
add
|
||||
array cvx
|
||||
dup
|
||||
3 -1 roll
|
||||
0 exch
|
||||
putinterval
|
||||
dup
|
||||
4 2 roll
|
||||
putinterval
|
||||
} bind def
|
||||
/dpi_x 300 def
|
||||
/dpi_y 300 def
|
||||
/conicto {
|
||||
/to_y exch def
|
||||
/to_x exch def
|
||||
/conic_cntrl_y exch def
|
||||
/conic_cntrl_x exch def
|
||||
currentpoint
|
||||
/p0_y exch def
|
||||
/p0_x exch def
|
||||
/p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
|
||||
/p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
|
||||
/p2_x p1_x to_x p0_x sub 1 3 div mul add def
|
||||
/p2_y p1_y to_y p0_y sub 1 3 div mul add def
|
||||
p1_x p1_y p2_x p2_y to_x to_y curveto
|
||||
} bind def
|
||||
/start_ol { gsave 1.1 dpi_x div dup scale} bind def
|
||||
/end_ol { closepath fill grestore } bind def
|
||||
28.346000 -28.346000 scale
|
||||
-7.425651 -12.867500 translate
|
||||
%%EndProlog
|
||||
|
||||
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 13.750000 6.750000 m 11.032949 10.553872 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 10.814984 10.859022 m 10.902170 10.306846 l 11.032949 10.553872 l 11.309037 10.597465 l ef
|
||||
n 10.814984 10.859022 m 10.902170 10.306846 l 11.032949 10.553872 l 11.309037 10.597465 l cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 13.700000 6.838560 m 19.556597 6.830029 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 19.931597 6.829483 m 19.431961 7.080211 l 19.556597 6.830029 l 19.431233 6.580211 l ef
|
||||
n 19.931597 6.829483 m 19.431961 7.080211 l 19.556597 6.830029 l 19.431233 6.580211 l cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 13.700000 6.850000 m 13.700000 12.163197 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 13.700000 12.538197 m 13.450000 12.038197 l 13.700000 12.163197 l 13.950000 12.038197 l ef
|
||||
n 13.700000 12.538197 m 13.450000 12.038197 l 13.700000 12.163197 l 13.950000 12.038197 l cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
1.000000 0.000000 0.000000 srgb
|
||||
n 13.725000 6.850000 m 12.136646 1.990702 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 12.020136 1.634260 m 12.413110 2.031842 l 12.136646 1.990702 l 11.937855 2.187189 l ef
|
||||
n 12.020136 1.634260 m 12.413110 2.031842 l 12.136646 1.990702 l 11.937855 2.187189 l cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 13.762400 6.823790 m 15.970656 11.782302 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 16.123215 12.124867 m 15.691426 11.769821 l 15.970656 11.782302 l 16.148179 11.566408 l ef
|
||||
n 16.123215 12.124867 m 15.691426 11.769821 l 15.970656 11.782302 l 16.148179 11.566408 l cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 13.748100 6.823790 m 19.136690 8.830027 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 19.488123 8.960870 m 18.932317 9.020702 l 19.136690 8.830027 l 19.106774 8.552125 l ef
|
||||
n 19.488123 8.960870 m 18.932317 9.020702 l 19.136690 8.830027 l 19.106774 8.552125 l cp s
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
gsave 19.100000 6.250000 translate 0.035278 -0.035278 scale
|
||||
start_ol
|
||||
3840 3840 moveto
|
||||
2453 1971 lineto
|
||||
3904 0 lineto
|
||||
3164 0 lineto
|
||||
2053 1509 lineto
|
||||
936 0 lineto
|
||||
192 0 lineto
|
||||
1683 2009 lineto
|
||||
320 3840 lineto
|
||||
1063 3840 lineto
|
||||
2080 2472 lineto
|
||||
3097 3840 lineto
|
||||
3840 3840 lineto
|
||||
end_ol grestore
|
||||
gsave 10.255000 10.057500 translate 0.035278 -0.035278 scale
|
||||
start_ol
|
||||
2217 -381 moveto
|
||||
1949 -1059 1695 -1265 conicto
|
||||
1441 -1472 1016 -1472 conicto
|
||||
512 -1472 lineto
|
||||
512 -960 lineto
|
||||
882 -960 lineto
|
||||
1143 -960 1287 -833 conicto
|
||||
1431 -706 1606 -233 conicto
|
||||
1719 55 lineto
|
||||
192 3840 lineto
|
||||
834 3840 lineto
|
||||
2035 837 lineto
|
||||
3235 3840 lineto
|
||||
3904 3840 lineto
|
||||
2217 -381 lineto
|
||||
end_ol grestore
|
||||
gsave 12.800000 12.650000 translate 0.035278 -0.035278 scale
|
||||
start_ol
|
||||
384 3840 moveto
|
||||
3392 3840 lineto
|
||||
3392 3265 lineto
|
||||
1010 512 lineto
|
||||
3392 512 lineto
|
||||
3392 0 lineto
|
||||
320 0 lineto
|
||||
320 575 lineto
|
||||
2680 3328 lineto
|
||||
384 3328 lineto
|
||||
384 3840 lineto
|
||||
end_ol grestore
|
||||
0.100000 slw
|
||||
[0.200000] 0 sd
|
||||
[0.200000] 0 sd
|
||||
0 slc
|
||||
1.000000 0.000000 0.000000 srgb
|
||||
n 13.751800 6.821520 m 7.996715 8.630384 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 7.638969 8.742826 m 8.041002 8.354407 l 7.996715 8.630384 l 8.190924 8.831401 l ef
|
||||
n 7.638969 8.742826 m 8.041002 8.354407 l 7.996715 8.630384 l 8.190924 8.831401 l cp s
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
gsave 13.990000 6.142500 translate 0.035278 -0.035278 scale
|
||||
start_ol
|
||||
3403 4571 moveto
|
||||
2755 4571 2247 4052 conicto
|
||||
1739 3533 1496 2839 conicto
|
||||
1253 2146 1253 1502 conicto
|
||||
1253 922 1512 589 conicto
|
||||
1772 256 2236 256 conicto
|
||||
2636 256 2987 458 conicto
|
||||
3338 660 3781 1141 conicto
|
||||
3954 1032 lineto
|
||||
3467 414 2992 143 conicto
|
||||
2517 -128 1912 -128 conicto
|
||||
1156 -128 740 302 conicto
|
||||
324 733 324 1508 conicto
|
||||
324 2783 1285 3791 conicto
|
||||
2247 4800 3457 4800 conicto
|
||||
3943 4800 4267 4549 conicto
|
||||
4591 4298 4591 3915 conicto
|
||||
4591 3708 4439 3560 conicto
|
||||
4288 3413 4072 3413 conicto
|
||||
3651 3413 3651 3828 conicto
|
||||
3651 3938 3732 4118 conicto
|
||||
3813 4298 3813 4352 conicto
|
||||
3813 4571 3403 4571 conicto
|
||||
end_ol grestore
|
||||
showpage
|
||||
Reference in New Issue
Block a user