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

📄 frontend.txt

📁 PDF417编码的算法的源程序
💻 TXT
字号:
  The frontend program will read in a pgm file produced by a scanof a sheet of paper with a pdf417 barcode symbol on it.  The frontendwill find the pdf417 barcode on the page, orient it so it can be read,and will figure out the values for the modules ( 17 wide bar codes) thatmake up the barcode.  You can specify some diagnostic information todetermine if the program is doing the decode correctly.  The scan I usefor the example was read using a flat bed scanner.  The code used isthe same as the barcode in the AIM pdf417 standard writeup.  Usage:   frontend   infile  [1-7]  infile is the name of the input pgm format file.  and optional number from 1 to 7 follows.  The output of the  program will include the file out.data ( the data for the codes ).  Plus the following output according to the optional number.      1        An output file for each of the modules in pgm format                            ( outmoduleXX_YY.pgm)      2        An output file of the final unslanted barcode. (outf.pgm)      3        Both 1 and 2 above      4        An output file for each column of the barcode (outcolx.pgm)                 and an output file of the barcode before unslanting (out.pgm)      5        Both 1 and 4 above      6        Both 2 and 4 above      7        All three 1 and 2 and 4 above    The format of the out.data file is :  row number :  column number :  code     where code is from 0 - 2789 ( if a valid code )             or      9999     ( is an invalid code or erasure )   The out.data file can be fed into the scan program for further processing   to show the text of the message that was encoded into the barcode.

⌨️ 快捷键说明

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