-
ahe
自适应直方图均衡算法的实现,即AHE算法,并提供样图进行对比。(Adaptive histogram equalization algorithm to achieve, namely AHE algorithm and provide comp image comparison.)
- 2014-11-12 10:52:53下载
- 积分:1
-
graywatershed
说明: 一个基于matlab的改进的灰度图像分水岭分割算法,该算法改进了普通的分水岭算法的过分割等问题,经过一系列处理可是分割结果更加准确。(Matlab based on gray-scale image of the improved watershed segmentation algorithm to improve the ordinary over-segmentation of watershed algorithm and so on, but after a series dealing with a more accurate segmentation results.)
- 2009-08-19 13:32:03下载
- 积分:1
-
thresh_md
基于最大类间方差准则的阈值分割算法。其基本思想是对像素进行划分,通过划分得到的各类之间的距离达到最大,来确定合适的门限。(Based on the maximum between-cluster variance criteria threshold segmentation algorithm. The basic idea is to divide pixels, obtained through the division of the distance between the various types of maximum, to determine the appropriate threshold.)
- 2007-10-27 16:11:26下载
- 积分:1
-
hole-filling
用matlab实现基于形态学的边缘检测和孔洞填充(Using matlab to achieve morphological edge detection and hole filling)
- 2017-05-10 19:45:23下载
- 积分:1
-
Fcorrnerdeteeo
用于摄像机标定的Harris角点检测代码码。能达到亚像素精度。压缩包内附说明文档。
(Harris corner detection for camera calibration code code. To achieve sub-pixel accuracy. The compressed package included documentation.)
- 2020-11-11 15:29:46下载
- 积分:1
-
jpegIO
实现原始的JPEG图片编解码,不借助任何的第三方库,纯C++。(To achieve the original JPEG image decoding, without using any third-party libraries, pure C++.)
- 2011-10-06 13:50:13下载
- 积分:1
-
some-examples
一些matlab图像图像处理例程,骨架,灰度图像梯度,凸壳,细化.(Some image image processing matlab routines, skeleton, grayscale gradient, convex hull, thinning.)
- 2011-07-05 09:31:32下载
- 积分:1
-
watershed1
分水岭经典算法的改造,利用了top -hat变换和 bottom - hat变换来增强对比度(Classical watershed transform algorithm, the use of the top-hat transform and bottom- hat transform to enhance the contrast)
- 2015-10-24 11:27:04下载
- 积分:1
-
chepaidingwei
使用说明
使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。
具体步骤
1.24位真彩色->256色灰度图。
2.预处理:中值滤波。
3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。
初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。
该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。
4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。
5.用自定义模板进行中值滤波
区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。
6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。
7.区域裁剪,截取车牌图像。()
- 2008-06-10 10:17:08下载
- 积分:1
-
lle
LLE算法,matlab源码,LLE算法是流形学习算法的一种(LLE algorithm, matlab source, LLE algorithm manifold learning algorithm is a)
- 2008-12-17 16:26:22下载
- 积分:1