readme
来自「data matrix 编码过程分析采用reed-solomn算法的应用」· 代码 · 共 19 行
TXT
19 行
This test program uses OpenGL (Mesa) to simulate camera input,and writes decoded Data Matrix streams to STDOUT.If you want to run the gltest binary directly you first have topoint LD_LIBRARY_PATH to the directory where libdmtx.so wasbuilt. You can do it like this: $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH${LD_LIBRARY_PATH:+:}../..or simply run the script "run_gltest.sh", which does this for youeach time.The program is somewhat boring if you don't know that you canright-click to cycle through the test images. To add your ownimages, just overwrite any image in the libdmtx/test/test_imagesdirectory with another 256x256 PNG file. If you want to addbrand new images then you will have to update the gFilename[] andgFileCount variables at the top of gltest.c to include them.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?