Aspose.BarCode for .NET的识别速度

你好,我正在测是Aspose.BarCode for .NET,发现识别速度有点慢(需要3S反应时间),请问有什么代码可以优化控制在1S内吗?以下是测试条码:20191209170441879.zip (1.0 MB)

@chenxf,
我们能够观察到这个问题,但是我们需要更多地研究它。我们已将该问题记录在数据库中以进行调查和修复。一次,我们将为您提供一些新闻,我们将在本主题中为您更新。

此问题已记录为
BARCODENET-37342 - Slow performance while reading barcode

What symbology do you use for the recognition? DecodeType.AllSupportedTypes or some other?

您使用什么符号进行识别? DecodeType.AllSupportedTypes还是其他?

条形码对比.zip (282.8 KB)
这个条码控件可以识别吗?您的测试环境下识别速度能达到多少秒呢?

我的测试结果就是能识别,但是速度很慢

@chenxf,
您能否分享您正在使用的代码段?

With 条形码对比.zip the recognition shows this values:
借助对比度对比.zip,识别结果将显示该值:

Load File:条形码对比.png
Loading: 7ms
Iteraton N:1
setup: 13ms
read: 376ms
Type:Code128 Codetext:430100000267
Type:Code128 Codetext:430100000266
Iteraton N:2
setup: 7ms
read: 136ms
Type:Code128 Codetext:430100000267
Type:Code128 Codetext:430100000266

You can see the results with other files in this attachment:
您可以在此附件中查看其他文件的结果:
Issue37342.zip (1.3 KB)