提供3000多款全球软件/控件产品
针对软件研发的各个阶段提供专业培训与技术咨询
根据客户需求提供定制化的软件开发服务
全球知名设计软件,显著提升设计质量
打造以经营为中心,实现生产过程透明化管理
帮助企业合理产能分配,提高资源利用率
快速打造数字化生产线,实现全流程追溯
生产过程精准追溯,满足企业合规要求
以六西格玛为理论基础,实现产品质量全数字化管理
通过大屏电子看板,实现车间透明化管理
对设备进行全生命周期管理,提高设备综合利用率
实现设备数据的实时采集与监控
利用数字化技术提升油气勘探的效率和成功率
钻井计划优化、实时监控和风险评估
提供业务洞察与决策支持实现数据驱动决策
原创|产品更新|编辑:杨鹏连|2020-11-25 10:58:17.450|阅读 200 次
概述:Dynamsoft Barcode Reader v8.0实现了使用参数模式枚举时在运行时动态加载库的机制,增加了对IntermediateResult解码的支持,增加了对中间结果解码的支持。
# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>
Dynamsoft Barcode Reader SDK一款多功能的条码读取控件,只需要几行代码就可以将条码读取功能嵌入到Web或桌面应用程序。这可以节省数月的开发时间和成本。能支持多种图像文件格式以及从摄像机或扫描仪获取的DIB格式。使用Dynamsoft Barcode Reader SDK,你可以创建强大且实用的条形码扫描仪软件,以满足你的业务需求。
点击下载Dynamsoft Barcode Reader最新版
我们很高兴发布Dynamsoft Barcode Reader v8.0,这是一个主要版本,具有一系列新功能和改进。该SDK现在可用于Windows,Linux,Android和iOS开发,并且即将推出其他版本。我们希望新版本可以为开发人员带来更多的灵活性,效率和生产力。
Highlights
为Windows和Linux实现了在运行时动态加载算法库的机制。
#ifndef Linux reader->SetModeArgument("binarizationModes", 0, "LibraryFileName", ".dll", errorMessage, 256); #else reader->SetModeArgument("binarizationModes", 0, "LibraryFileName", " ", errorMessage, 256); #endif增加了对中间结果解码的支持。具有二进制图像的用户可以使用此功能跳过某些图像预处理步骤。
IntermediateResult* input = NULL; reader->InitIntermediateResult(IRT_ORIGINAL_IMAGE, input); input->resultsCount = 1; input->results = (void**)malloc(sizeof(ImageData*)); ImageData * temp = (ImageData*)malloc(sizeof(ImageData)); int len = iHeight*iStride; temp->bytes = (unsigned char *)malloc(sizeof(unsigned char) * len); memcpy(temp->bytes, binary_image, len); reader->DecodeIntermediateResults(input, ""); reader->GetAllTextResults(&pResults);实施了新的许可跟踪机制License 2.0,使用户可以更轻松地跟踪许可使用情况。
DM_LTSConnectionParameters ltspar; reader.InitLTSConnectionParameters(&ltspar); ltspar.handshakeCode =“"; iRet = reader.InitLicenseFromLTS(<spar,szErrorMsg,256);Added a new format control parameter, BarcodeZoneMinDistanceToImageBorders, to set the minimum distance (in pixels) between the barcode zone and image borders.
reader->InitRuntimeSettingsWithString("{\n\"ImageParameter\": {\n\"FormatSpecificationNameArray\": [ \"IP1\" ],\n\"Name\": \"Test\"\n},\n\"FormatSpecification\": {\n\"Name\": \"IP1\",\n\"BarcodeZoneMinDistanceToImageBorders\": 4\n},\n\"Version\": \"3.0\"\n}\n", CM_OVERWRITE, errorMessage, 256);Added a new format control parameter, MinRatioOfBarcodeZoneWidthToHeight, to set the minimum ratio (width/height) of the barcode zone.
reader->InitRuntimeSettingsWithString("{\n\"ImageParameter\": {\n\"FormatSpecificationNameArray\": [ \"IP1\" ],\n\"Name\": \"Test\"\n},\n\"FormatSpecification\": {\n\"Name\": \"IP1\",\n\"MinRatioOfBarcodeZoneWidthToHeight\": 100\n},\n\"Version\": \"3.0\"\n}\n", CM_OVERWRITE, errorMessage, 256);Added a new format control parameter, BarcodeZoneBarCountRangeArray, to set the barcode zone’s range of bar count for barcode search.
reader->InitRuntimeSettingsWithString("{\n\"ImageParameter\": {\n\"FormatSpecificationNameArray\": [ \"IP1\" ],\n\"Name\": \"Test\"\n},\n\"FormatSpecification\": {\n\"Name\": \"IP1\",\n\"BarcodeZoneBarCountRangeArray\": [{\"MaxValue\": 50, \"MinValue\":14},{\"MaxValue\": 12, \"MinValue\":1}]\n},\n\"Version\": \"3.0\"\n}\n", CM_OVERWRITE, errorMessage, 256);Added a new parameter, DeblurModes, so users can use different deblur algorithms for different scenarios. DeblurModes has the following enum types: DirectBinarization, ThresholdBinarization, GrayEqulization, Smoothing, and Morphing.
Improved the localization speed for the ScanDirectly mode.
Improved the localization accuracy for DataMatrix code with a narrow quiet zone.
You can get the C/C++ and C# sample code to learn Dynamsoft Barcode Reader 8.0 API usage.
本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn
文章转载自:知名C/C++开发工具CLion全新发布v2024.3,新版本新语言引擎有显著改进等,欢迎下载新版体验!
强大的VS插件CodeRush已正式发布v24.2.3,新版本现在可以运行xUnit.Net v3测试等,欢迎下载最新版体验!
Spire.PDF 10.12.4 最新版本支持在进行多页打印时设置自动旋转方向。同时,一些已知问题也在本次更新中被成功修复,例如打印 PDF 文档时内容丢失的问题,欢迎下载体验~
日程安排控件dhtmlxScheduler v7.2全新发布,新版本增强并增加了编辑、修改等多个操作体验,欢迎下载最新版试用~
服务电话
重庆/ 023-68661681
华东/ 13452821722
华南/ 18100878085
华北/ 17347785263
客户支持
技术支持咨询服务
服务热线:400-700-1020
邮箱:sales@pclwef.cn
关注我们
地址 : 重庆市九龙坡区火炬大道69号6幢