优微视开发者社区

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 785|回复: 0

侦侦拍 AOI的车牌识别

[复制链接]

26

主题

26

帖子

109

积分

版主

Rank: 7Rank: 7Rank: 7

积分
109
发表于 2023-5-12 14:38:48 | 显示全部楼层 |阅读模式
import image
import sensor
import image
import sensor
import ai

sensor.reset()

ml = ai.load(ai.CARPLATE_RECOG)

img = sensor.snapshot()
#img = image.Image('face.jpg')
print(img)
print(ml)
#img.draw_image(img,(0,0))
roi = (720,320,740,640)
#roi = (0,0,612,340)
def loop():
    img = sensor.snapshot()
    #img.draw_image(img,(0,0))
    img.draw_rectangle(roi, color=(255,0,0), thickness=4)
    out = ml.forward(img,roi=roi)
    print(out)

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Youvtec Inc. ( 粤ICP备15097825号-1 )

GMT+8, 2024-11-1 09:20 , Processed in 0.109990 second(s), 18 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表