Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我确实运行openalpr-utils-prepcharsfortraining了数字和阿拉伯字母,但点被裁剪掉了......你可以在我的输出 tiff 中看到结果(转换为 png)。
openalpr-utils-prepcharsfortraining
调整图像大小以获得最大高度 40 像素。
字符 tiff
这是原来的 ب 但下面的点在tiff格式中被删除了:
tiff
我已经修复了,只需编辑此文件中的代码:
float minHeightPercent = 0.0;
而已!