Skip to content
View rqydamowang's full-sized avatar
  • Zhejiang University
  • Zhejiang University

Highlights

  • Pro

Block or report rqydamowang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. opencv-card-recognition opencv-card-recognition Public

    利用c++/opencv写的车牌识别项目,车牌范围识别成功率在80左右,提取车牌号码成功率较低,因为使用了模板匹配,效果不是太好。总体思路:通过分离hsv三通道图像,提取出蓝色区域,再经过图像学处理,得到车牌所在位置。此外,经过实验发现,车牌识别成功率跟图像闭运算的次数有很大关系,因此算法中加入了对闭运算次数的控制,来提高成功率。

    C++ 8 4