当前位置:
首页
资源下载

搜索资源 - license plate using edge
搜索资源列表
-
0下载:
用C#写的一个车牌定位系统,主要原理是边缘检测,自带测试图片,很好的学习资料。-Using C# to write a license plate positioning system, the main principle is to edge detection, comes with test images, a good learning materials.
-
-
1下载:
用matlab编写的车牌识别的源程序,可以准确定位到车牌-Prepared using matlab source license plate recognition, can accurately locate the license plate
-
-
1下载:
车牌检测与识别技术的相关技术:
提出一种梯度增强法对图像边缘进行增强,
该方法主要通过对图像本身信息进行简单梯度变换以突出图像边缘,
并辅以数学形态学中的膨胀法实现牌照的快速定位. 在字符分割部分,
给出了最小面积旋转法以确定牌照的最佳旋转角,
并采用垂直投影法分割牌照中的字符
-License plate detection and recognition technology related technologies: a gradient-enhanced
-
-
0下载:
基于二值化和边缘检测的车辆牌照自动定位的系统-Binarization and edge-based detection of vehicle license plate positioning system
-
-
0下载:
车牌识别,采用sobel算子对车牌提取边缘,从而得到车牌中的阿拉伯数字的号码,以些进行识别-License plate recognition, using sobel operator extracting the edge of the plate to get license plate numbers in Arabic numerals in order to identify those
-
-
0下载:
一股数字图像中采集车牌,用的方法是边缘提取,大家可以改动改动,只是提供一个思路-license plate recognition. Using edge detection, you can change the code. I just provide a thought.
-
-
1下载:
本程序采用一种基于垂直Sobel算子检测边缘和投影法的车牌定位方法,根据车牌区域竖直纹理突出的特点,利用Sobel垂直算子提取边缘,然后投影得到车牌的水平投影图,利用水平投影图分割出车牌,再运用膨胀运算进行车牌垂直定位。利用旋转投影法寻找车牌倾斜角度,然后用双线性插值进行车牌图像倾斜矫正。对经过精定位的车牌利用垂直投影法,找出各个字符的中心点,根据字符中心点位置进行切割。同时将切割出来的图片与数据库中的每张模板图片进行减法运算,计算该图片与模板的均方误差,其均方误差最小的模板即为识别出的字符。-
-
-
0下载:
本文利用MATLAB从预处理、边缘检测、车牌定位、车牌切割,字符分割、字符识别等几个方面,具体介绍了数字图像处理中车牌自动识别的原理。-In this paper , Principle of automatic license plate recognition in digital image processing is specially introduced using MATLAB from some perspectives , which conclude processing ,
-
-
0下载:
基于opencv的车牌识别源码,使用了canny算法进行边缘检测,然后二值化,接着用cvFindContours搜索轮廓,最后从找到的轮廓中根据角点的个数,角的度数和轮廓大小确定,矩形位置。-Opencv-based license plate recognition source code, using the canny edge detection algorithm, and then two values, followed by cvFindContours search profi
-
-
0下载:
提出了一种复杂背景下的多车牌图像分割和识别方法,首先采用统计和特征匹配相结合的方法进行背景提取,将可能存在车辆的区域提取出来;然后分别对可能的车辆区域进行局部边缘检测,并使用车牌的先验知识确定车牌的位置和单个字符分割,包括车牌倾斜时的字符分割;最后使用PCA和神经网络相结合的方法精确识别车牌。-Proposed a multi-plate image segmentation and recognition method under a complex background, the first
-
-
0下载:
利用8方向的SOBEL算子对车牌进行边缘检测,效果很好-Using 8 SOBEL operator for edge detection, license plate in the direction of the effect is very good
-