自动车牌识别 [英] Automatic license plate recognition

查看:115
本文介绍了自动车牌识别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请帮我解决这个问题。

Please help me fix this.

Imports SimpleLPR2
Public Class Form1
    Public lpr As ISimpleLPR
    Public proc As IProcessor
    Public cds As List(Of Candidate)

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load  
        lpr = SimpleLPR.Setup()

        lpr.set_countryWeight("Vietnam", 1.0F)
        lpr.set_countryWeight("Spain", 0.0F)
        lpr.set_countryWeight("UK-GreatBritain", 0.0F)
        lpr.realizeCountryWeights()

        proc = lpr.createProcessor()  ' THis line error. Error show "License expired"

    End Sub
End Class





显然我需要许可证,但如何解决?



It is clear that I need a license, but how to resolve?

推荐答案

代码已获得许可 - 它有现已开始的免费试用版。您无法再使用该代码,因为许可证已过期。



相当明显不是吗?



修复它的唯一合法解决方案是 购买许可证。
The code is licensed - It has a free trial that has now exipired. You can no longer use the code because the license has expired.

Fairly obvious isn't it?

The only legal solution that will fix it is to buy a license.


Go 在其中 [ ^ ]并按照安装部分中30天后的操作说明进行操作。
Go here[^] and follow the explanation in the Installation section of what to do after 30 days.


这篇关于自动车牌识别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆