> ## Content Index
> Fetch the complete content index at: https://yinguobing.com/blog/llms.txt
> Use this file to discover other available public pages before exploring further.

# 随机车牌生成器
- URL: https://yinguobing.com/blog/random-license-plate-generator/
- Published: 2022-03-06T08:34:13.000Z
- Updated: 2022-03-06T08:34:13.000Z
- Description: 使用OpenCV随机生成车牌图像。
- Author: 尹国冰
- Tags: 图像处理

借周末两天时间，写了一个随机车牌生成器。

- 车牌规格参考《中华人民共和国公共安全行业标准GB36 2018》。
- 默认支持蓝、绿（新能源）、黄、白、黑共计10种车牌。
- 支持车牌规格自定义，可以生成其它国家与地区的车牌图像。

B站有一段视频DEMO：

[\[源码开放\] 随机车牌生成器\_哔哩哔哩\_bilibili使用OpenCV随机生成车牌图像。默认支持蓝、绿（新能源）、黄、白、黑等共计10种类型的车牌。源代码：https://github.com/yinguobing/License-Plate-Generator- 车牌规格参考《中华人民共和国公共安全行业标准GB36 2018》。- 支持车牌规格自定义，可以生成其它国家与地区的车牌图像。![](http://i2.hdslb.com/bfs/archive/77358ae7df3479148184f158d660014f09f795bb.jpg@57w_57h_1c.png)真诚友善硬核的流浪AI![](http://i2.hdslb.com/bfs/archive/77358ae7df3479148184f158d660014f09f795bb.jpg)](https://www.bilibili.com/video/BV1yU4y1f7z8/?ref=yinguobing.com)

源代码在Github：

[GitHub - yinguobing/License-Plate-Generator: Generate random motor vehicle license plate images.Generate random motor vehicle license plate images. - GitHub - yinguobing/License-Plate-Generator: Generate random motor vehicle license plate images.![](https://github.com/fluidicon.png)GitHubyinguobing![](https://repository-images.githubusercontent.com/465952169/b724f1cd-8adc-4bc9-a9ee-f09225d774a7)](https://github.com/yinguobing/License-Plate-Generator?ref=yinguobing.com)

这个项目可以用来做车牌识别的数据增强。欢迎Fork, Star！