资源列表
chepaishibie
- 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
VCSDK
- 人脸识别的vc开发包.... 有例子-VC SDK Dome
Gauss
- 对图像进行高斯虑波,可以减少图像中的噪声,。并带有图片,以便检验
License-plate-localization
- 很好的车牌识别源码,用VC实现的,值得初学者学习和借鉴,-Good source license plate recognition, with the VC to achieve, beginners should learn from,
Automatic License Plate Recognition
- 一个车牌识别的源程序,包含完整代码,vc6.0下编译,相信对很多人都会有用-A license plate recognition source code, including code integrity, vc6.0 under the compiler, I believe that would be useful to many people
dingwei
- 一个非常有用的车牌定位软件,用c++编写的,文件有可执行的程序和测试图像。-A very useful vehicle license plate location software, written with c, file an executable program and test images.
recognize_digits
- 商业发票手写体数字识别系统的设计与实现硕士论文,内容不错-recognize digits
License-Plate-Recognition-System
- 对捕捉到的车牌照片进行图像变形、移位处理后,根据数据库的内容对比识别车牌号。-Photo capture license plate image deformation, the contrast shift treatment, according to the content of the database to identify the license plate number.
Canny
- 对图象进行边缘检测。首先对图像进行高斯虑波,减少噪声的干扰,然后求图像的梯度,进行非最大值抑制
DTSA
- 该源代码是人脸识别中的二维双项张量子空间算法DTSA,源代码下载后就可以执行,简单,易理解。-The source code is a two-dimensional face recognition algorithm for double entry sheets quantum space DTSA, the source code can be executed after download, simple and easy to understand.
chepaishibie
- 运用vc++对图片进行处理得到图片中车牌的区域,准确高效-automatic license plate recognition
FRS
- 基于稀疏表示的人脸识别,很经典的人脸识别文章