⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 img05.eps

📁 automatic face recognition
💻 EPS
字号:
%!PS-Adobe-3.0 EPSF-3.0%%Creator: (ImageMagick)%%Title: (05/img05.eps)%%CreationDate: (Wed Feb  4 17:20:19 2009)%%BoundingBox: 0 0 16 19%%HiResBoundingBox: 0 0 15.748 19%%DocumentData: Clean7Bit%%LanguageLevel: 1%%Pages: 1%%EndComments%%BeginDefaults%%EndDefaults%%BeginProlog%% Display a color image.  The image is displayed in color on% Postscript viewers or printers that support color, otherwise% it is displayed as grayscale.%/DirectClassPacket{  %  % Get a DirectClass packet.  %  % Parameters:  %   red.  %   green.  %   blue.  %   length: number of pixels minus one of this color (optional).  %  currentfile color_packet readhexstring pop pop  compression 0 eq  {    /number_pixels 3 def  }  {    currentfile byte readhexstring pop 0 get    /number_pixels exch 1 add 3 mul def  } ifelse  0 3 number_pixels 1 sub  {    pixels exch color_packet putinterval  } for  pixels 0 number_pixels getinterval} bind def/DirectClassImage{  %  % Display a DirectClass image.  %  systemdict /colorimage known  {    columns rows 8    [      columns 0 0      rows neg 0 rows    ]    { DirectClassPacket } false 3 colorimage  }  {    %    % No colorimage operator;  convert to grayscale.    %    columns rows 8    [      columns 0 0      rows neg 0 rows    ]    { GrayDirectClassPacket } image  } ifelse} bind def/GrayDirectClassPacket{  %  % Get a DirectClass packet;  convert to grayscale.  %  % Parameters:  %   red  %   green  %   blue  %   length: number of pixels minus one of this color (optional).  %  currentfile color_packet readhexstring pop pop  color_packet 0 get 0.299 mul  color_packet 1 get 0.587 mul add  color_packet 2 get 0.114 mul add  cvi  /gray_packet exch def  compression 0 eq  {    /number_pixels 1 def  }  {    currentfile byte readhexstring pop 0 get    /number_pixels exch 1 add def  } ifelse  0 1 number_pixels 1 sub  {    pixels exch gray_packet put  } for  pixels 0 number_pixels getinterval} bind def/GrayPseudoClassPacket{  %  % Get a PseudoClass packet;  convert to grayscale.  %  % Parameters:  %   index: index into the colormap.  %   length: number of pixels minus one of this color (optional).  %  currentfile byte readhexstring pop 0 get  /offset exch 3 mul def  /color_packet colormap offset 3 getinterval def  color_packet 0 get 0.299 mul  color_packet 1 get 0.587 mul add  color_packet 2 get 0.114 mul add  cvi  /gray_packet exch def  compression 0 eq  {    /number_pixels 1 def  }  {    currentfile byte readhexstring pop 0 get    /number_pixels exch 1 add def  } ifelse  0 1 number_pixels 1 sub  {    pixels exch gray_packet put  } for  pixels 0 number_pixels getinterval} bind def/PseudoClassPacket{  %  % Get a PseudoClass packet.  %  % Parameters:  %   index: index into the colormap.  %   length: number of pixels minus one of this color (optional).  %  currentfile byte readhexstring pop 0 get  /offset exch 3 mul def  /color_packet colormap offset 3 getinterval def  compression 0 eq  {    /number_pixels 3 def  }  {    currentfile byte readhexstring pop 0 get    /number_pixels exch 1 add 3 mul def  } ifelse  0 3 number_pixels 1 sub  {    pixels exch color_packet putinterval  } for  pixels 0 number_pixels getinterval} bind def/PseudoClassImage{  %  % Display a PseudoClass image.  %  % Parameters:  %   class: 0-PseudoClass or 1-Grayscale.  %  currentfile buffer readline pop  token pop /class exch def pop  class 0 gt  {    currentfile buffer readline pop    token pop /depth exch def pop    /grays columns 8 add depth sub depth mul 8 idiv string def    columns rows depth    [      columns 0 0      rows neg 0 rows    ]    { currentfile grays readhexstring pop } image  }  {    %    % Parameters:    %   colors: number of colors in the colormap.    %   colormap: red, green, blue color packets.    %    currentfile buffer readline pop    token pop /colors exch def pop    /colors colors 3 mul def    /colormap colors string def    currentfile colormap readhexstring pop pop    systemdict /colorimage known    {      columns rows 8      [        columns 0 0        rows neg 0 rows      ]      { PseudoClassPacket } false 3 colorimage    }    {      %      % No colorimage operator;  convert to grayscale.      %      columns rows 8      [        columns 0 0        rows neg 0 rows      ]      { GrayPseudoClassPacket } image    } ifelse  } ifelse} bind def/DisplayImage{  %  % Display a DirectClass or PseudoClass image.  %  % Parameters:  %   x & y translation.  %   x & y scale.  %   label pointsize.  %   image label.  %   image columns & rows.  %   class: 0-DirectClass or 1-PseudoClass.  %   compression: 0-none or 1-RunlengthEncoded.  %   hex color packets.  %  gsave  /buffer 512 string def  /byte 1 string def  /color_packet 3 string def  /pixels 768 string def  currentfile buffer readline pop  token pop /x exch def  token pop /y exch def pop  x y translate  currentfile buffer readline pop  token pop /x exch def  token pop /y exch def pop  currentfile buffer readline pop  token pop /pointsize exch def pop  /Times-Roman findfont pointsize scalefont setfont  x y scale  currentfile buffer readline pop  token pop /columns exch def  token pop /rows exch def pop  currentfile buffer readline pop  token pop /class exch def pop  currentfile buffer readline pop  token pop /compression exch def pop  class 0 gt { PseudoClassImage } { DirectClassImage } ifelse  grestore} bind def%%EndProlog%%Page:  1 1%%PageBoundingBox: 0 0 16 19userdict beginDisplayImage0 015.748 18.897612.00000040 4811182B322F3E36495D64617278787D87959BA9C79897869390BAB6B9C8BCB9B0B0A6ACA8A6A092929776132134403C45545B5F6D728381919A9CC0D6AA88799DA3C9AFDBD5C2BDA9A8A0A2ADA59E968F8F860D21323830415B6568677588878FAEB7C4C8A0998FA7BAD5CFC6D6C1AFA79A90A5A4A89E9B8E868A12203135333E4C555460737E75979AB9B8C5CD8D93A8BCC9D2CCCCBEB1879591A09AA7A09F8A818A141A2920273830343C516A6E738DA0B1B9CFB78D9DA5B39CAA758E6985715F637B88979A8D8B8286131B212435212220322B3A63667AA49CA0A7817D819695884F6D434D6C464A5D537C74989187787D1A181A241F231E1B1F3037364F6B7C839B8DA5AA8786906E54383B43293F4D5B6361748B748B797E1F15161728383115221B25303A5175807D81A98C8C8A73607462314A3E436B567255494A54747E8019141B2132535857281F2C293348598175616E948B83737470656252889AB9CDB27A755D5D557480171619283150796F7870583833404E5956517EA27B727074666C738C94A1B5D1B3977789686E71831B17252F485158787B806850352C27494C507C95997D72695A625F675E528EAC96B1968FA17F856F22212424343C312D1728332F2B382A2637587CAA9F8874625951322F141A131B4C6D8998919B868B191F2826141F16160BE0D163513F2B2C2A5D7CDC97A18E6647543F9B3611FFC8544F407D9994929F1825272D1C214230111043CE96264E3B265E85DDA3A3ABC68D4F5D8346201236853B3F5A8792A3992229211F1B333C6B2B334D85775E6E3F246091BFB090ACB992554F8F9A3E3A39B45F575F809A9F9B1D331918213E495E4C5F63A0948F6C392F568A949B949A9C96916052756282908796948A7396B8A41E322F2B384D4C554667958595854B3A2B65869B99A2AAA7907460697A8482BEAABFAEB1959CAEA31B353B3D4049637381807E8B9D7A423F2B557D8D9891A69A9E7D847F8596BACBBFC6C0B6AEA5B3A82032443C4E60616E6A71999B9D4A4F3F2C5E8B767790A8B7ADAF85A4AE9899AEBAC2BEB5ABA8A2A31A26454A51606B737D8597967653593B355D7E8D9B92A7A3ABC79C90CFC3C9D6C3C3C0C4A2B7AE9F1C2A3C4E566B716F757F9088675656263C5E8D9899878EA0C8D0D88CBBBBC9C8C6D6B9BEAAAEAB9E1C2F3D4D60647B7F788E847867583C2F3E49919784989B8EA2BFD9E2A8A8C5C9C0C6CCC9BBAF989C1C232B48596071747675766C69522E2F4B5D7DA3A78B919B96B7CFE2DDC4B6DCD6D5C9C5C1B493901C1F29495C737875737E74676F4A2A2E3C61869BA49F98929B9CC9D4E4DCCAC7D8D7CDCED2ADBC941014273F58757F6A6E76757C6B4A2834414F93A49D9C92808AA3A6CFCFD6D2CDB8D1E1D3CBADB58F0E1422395C6B70736F7E6C7C84342D3B437990959EA0908B8D9AC4D1DFDDD1D1D6C9BEC9BDACA9831215203D52616C68727B8281821C2F31558D93A6969697958399C0CAD7E3DACFCFCEAFC0B9AD988E1A16192F43545D61757C82854327282D5487A9E29298AC9E8596B9C9CBD7E4DBD7CBC4BDB0A8998017171F2E3C5A5563747B857F27242C284771969B7E96AC949A97B8B5D9D2D7ECD5D1B1B8AEAA9D781215212F3D494758708490811D17382628506F736C7C789AA19BBFCEBFD6DAD3CCBEADA2B09F96731B19192631364A5D717B7B733B19341310182451777D6B667BBAB9C5B6CFDBE1C9BEB0B4AAA5937E161A19272E343E54717882645B5D2D2B25536387ABA16F6B74A8B2A3BDC1DDDAC3B8C1AAA79D988426191321252833566A856B59565741454F628F9EB5AE878E9C93A3B0A9BABBD8C5B4B2AEA495947C3F1F122626222A4D667B5D4D534747504E5F9A8ABBA283969D899F9BB1B5C1D5CEC1BA9FA296977D4023172733262B43665C54494A4944444975A195AC989B909983889DB2A2B3BCC8BDB1A0A49E977E462C163132272145574C405353444B455488A7A09DB49E967982A79DA0B5A7A2C6BCAAB39D8C93883C30173337211D3B494540414B3B4C4B648FC6AA9ABDBC8787749191A59FB0A2C3C09DA3A5988997443717353A2C1A3F4146534B4845516A6D87A492A0CCC29B94809F889F8D9AA497B3A6969C979A8B46271427352D184242505950485A5C676B86B18FA1CBCBB7A48796809397A0AB8FAC9AA3A29C93904030171C3929163846495342494D544C4E4785936C8BA7C9B39394888393999D93AB99A1B0968C8B433B1B24312F1531405C6D3F3E463A3C3D3E3C4555606874919C91837A718AAE8C9F89ABA594888B4339171C2D2E1938485E793F1F1F2214152D263F3D4E5047555D8372606897A78EAA8E9F978C8A89414119192C301C243F61765B2D1E2D3745425D46524A494A39333D2F2B628C8E9BA4919A8F969088423D181F2B2A1A1F3B667E794C3F44455B69645F73857C7A6E6A5D838A778EA19C99899A9F888E85413E131E24351B1E3A5E6B6442424E494C586B889AA08991878F93A1867F959B8A8C8B998F888E883E3C2B1A212E1B1B385559624E4E404F506864778A9DB4AA9BA798A3A38D85A08E8C849895888F703E3C3C162028221B2E4C4D60515251556B68525B7580A699A99F97A49F98878C8B857D8B8088716F3A4042171B23211A33485259584D42556655596F64708094A6979EA4979987708F906E8E7D887B6Fend%%PageTrailer%%Trailer%%EOF

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -