Two Dimensional Phase Unwrapping Theory Algorithms and Software,扫描文档,清晰度一般。
2019-12-21 20:49:15 46.49MB Two-Dimensio Phase Unwrapping Theory
1
图像处理-图片找不同Find the differences of the two images #Matlab下调用Python接口#SIFT算法应用 博客链接: https://blog.csdn.net/qq_34243930/article/details/85316240
1
Two Dimensional Phase Unwrapping Theory Algorithms, and Software 书中程序代码
2019-12-21 20:25:01 280KB Phase Unwrapping
1
Two scoop django1.6/1.8/1.11 高清资产包Two scoop django1.6/1.8/1.11 高清资产包
2019-12-21 19:57:18 17.73MB django
1
python3 + scrapy 网络爬虫实战(二),—— 使用pipeline数据保存到文本和数据库(mysql) 地址:https://blog.csdn.net/finn_wft/article/details/80885048
2019-12-21 19:44:36 61KB python scrapy
1
Two-dimensional Phase Unwrapping: Theory, Algorithms, and Software一书的源代码
2019-12-21 19:29:44 79KB 相位解包裹
1
a free barcode components for quickreport 3,4,5
2019-12-21 19:18:09 46KB two Barcode components for
1
This is a program that support OCR
2015-06-03 00:00:00 15MB Tess2
1
----基于google tesseract-ocr-3.02版本;2012-12; ----Linux环境编译, 2014-12-01。 直接导入jar包,并把libs目录拷进项目即可使用。 ocr识别库下载 地址:: https://code.google.com/p/tesseract-ocr/downloads/list 调用示例程序: public void testGetUTF8Text() { // First, make sure the eng.traineddata file exists. final String inputText = "hello"; final Bitmap bmp = getTextImage(inputText, 640, 480); // Attempt to initialize the API. final TessBaseAPI baseApi = new TessBaseAPI(); baseApi.init(TESSBASE_PATH, DEFAULT_LANGUAGE); baseApi.setPageSegMode(TessBaseAPI.PageSegMode.PSM_SINGLE_LINE); baseApi.setImage(bmp); // Ensure that the result is correct. final String outputText = baseApi.getUTF8Text(); assertEquals("\"" + outputText + "\" != \"" + inputText + "\"", inputText, outputText); // Ensure that getHOCRText() produced a result. final String hOcr = baseApi.getHOCRText(0); assertNotNull("HOCR result found", hOcr); // Ensure getRegions() works. final Pixa regions = baseApi.getRegions(); assertEquals("Found one region", regions.size(), 1); // Ensure getWords() works. final Pixa words = baseApi.getWords(); assertEquals("Found one word", words.size(), 1); // Iterate through the results. final ResultIterator iterator = baseApi.getResultIterator(); String lastUTF8Text; float lastConfidence; int[] lastBoundingBox; int count = 0; iterator.begin(); do { lastUTF8Text = iterator.getUTF8Text(PageIteratorLevel.RIL_WORD); lastConfidence = iterator.confidence(PageIteratorLevel.RIL_WORD); lastBoundingBox = iterator.getBoundingBox(PageIteratorLevel.RIL_WORD); count++; } while (iterator.next(PageIteratorLevel.RIL_WORD)); // Attempt to shut down the API. baseApi.end(); bmp.recycle(); }
2014-12-02 00:00:00 2.95MB tesseract ocr
1
ireport-5.6.0 Jasperreport 报表工具 jar包大全Two
2014-09-30 00:00:00 33.04MB ireport 5.6.0 Jasperreport 报表工具
1