-
1
说明: 图像处理的位图操作,256色转为灰度图,图像处理入门源程序(Bitmap image processing operations, 256-color to grayscale, image processing, entry-source)
- 2010-06-02 21:11:10下载
- 积分:1
-
GraphCut
图像分割经典算法GraphCut的实现代码,亲测可用。(An implementation of GraphCut Algorithm, which is a classical method in image segmentation field.)
- 2020-09-29 17:27:43下载
- 积分:1
-
insarmatlab
说明: 用matlab实现的insar处理软件。(Using matlab to achieve the InSAR processing software.)
- 2021-02-19 10:49:44下载
- 积分:1
-
DIP
数字图像处理源代码绝对好用包括一些最基本了图像处理,例如增强(digital processing)
- 2009-10-30 17:57:02下载
- 积分:1
-
bayesthresholding
基于贝叶斯(BAYES)阈值的小波(WAVELET)图像去噪算法源代码IMAGE DENOISING USING BAYES THRESHOLDING OF WAVELET COEFFICIENTS (Based on Bayesian (BAYES) Wavelet thresholding (WAVELET) image denoising algorithm source code IMAGE DENOISING USING BAYES THRESHOLDING OF WAVELET COEFFICIENTS)
- 2021-05-09 16:08:34下载
- 积分:1
-
gaijin_hessian
一种改进后的海森矩阵算法代码,针对医学图像处理效果比较好,可以识别较细的血管。(An improved Hessian matrix algorithm code, medical image processing effects for better, you can identify smaller vessels.)
- 2015-12-16 22:28:43下载
- 积分:1
-
picture_match_matlab_sub_pixel
MATLAB实现基于互相关的亚像素级图像匹配/配准源代码,可以使用(MATLAB based on the cross-correlation of sub-pixel image matching/registration source code, you can use)
- 2013-03-04 17:10:46下载
- 积分:1
-
Matlab-bingtu
matlab源文件,可以实现利用matlab来画各种饼图,显示直观,对做数据分析和论文的同志会有帮助。(matlab source files, can be achieved using matlab to draw a variety of pie, intuitive display, and to do data analysis and papers comrades would help.)
- 2013-06-28 10:16:26下载
- 积分: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
-
complex-background
随着红外成像技术的发展,红外小目标检测在军事领域有越来越重要的应用。以此为背景,研究了天空、海面、大地等各种背景下红外视频中弱小目标的检测问题。
(With the development of infrared technology,dim small targets detection play a
more and more important part in the military. The problem of dim small targets
detecting in a infrared video with the background of the sky,the sea and the groundhas been studied.
)
- 2021-04-08 15:59:00下载
- 积分:1