300 Star 1.4K Fork 465

GVP北京智云视图科技有限公司/HyperLPR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.idea
Font
Prj-Android
Prj-Linux/hyperlpr
Prj-PHP
Prj-iOS
demo_images
hyperlpr
hyperlpr_py3
__init__.py
cache.py
colourDetection.py
config.py
deskew.py
detect.py
e2e.py
e2emodel.py
finemapping.py
finemapping_vertical.py
niblack_thresholding.py
pipline.py
plateStructure.py
precise.py
recognizer.py
requirements.txt
segmentation.py
typeDistinguish.py
images_rec
model
templates
.gitignore
Dockerfile
HyperLPRLite.py
HyperLprGUI.py
LICENSE
README.md
WebAPI.py
demo.py
requirements.txt
wxpy_uploader.py
克隆/下载
cache.py 201 Bytes
一键复制 编辑 原始数据 按行查看 历史
Json Shen 提交于 8年前 . Added Python3 support
import cv2
import os
import hashlib
def verticalMappingToFolder(image):
name = hashlib.md5(image.data).hexdigest()[:8]
print(name)
cv2.imwrite("./cache/finemapping/"+name+".png",image)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zeusees/HyperLPR.git
git@gitee.com:zeusees/HyperLPR.git
zeusees
HyperLPR
HyperLPR
master

搜索帮助