-
实验一
说明: 像素与图像基本指标—彩色图像的基本信息、像素颜色值、图像的大小、矩阵形式等、对灰度图像计算有关统计参数:(1)图像的大小;(2)图像的灰度平均值;(3)图像的自协方差;(4)图像的灰度标准差、对图像进行45度,19度,98度等任意角度的旋转,并计算原图与旋转后图像的相关系数和协方差矩阵(Pixel and Basic Index of Image)
- 2019-04-07 16:01:00下载
- 积分:1
-
homography
自己编写的单应性矩阵的求法,按照张正友的论文进行编写的。希望有用。(I have written the homography method, according to Zhang Zhengyou papers prepared for. I hope useful.)
- 2007-10-05 12:17:43下载
- 积分:1
-
arnold
这个程序对图像进行arnold变换,把二值图像置乱,然后一定的周期之后进行复原。(This procedure is arnold image transformation, the binary image scrambling, and then after a certain recovery cycle.)
- 2007-10-18 18:45:21下载
- 积分:1
-
Computergraphics
英文原本经典计算机图形学教程,PPT格式,很好的学习材料和上课资料(English was the classic computer graphics course, PPT format, good learning materials and school information)
- 2009-06-05 19:45:22下载
- 积分:1
-
水体指数
说明: 利用matlab对多光谱遥感影像进行水体指数(ndwi)以及植被指数(ndvi)提取(Extraction of Water body Index (ndwi) and vegetation Index (ndvi) from Multispectral remote Sensing Images by matlab)
- 2020-11-04 09:49:51下载
- 积分:1
-
demo
说明: 一维高斯粗糙面、三维高斯粗糙面的建模,基尔霍夫近似法求散射系数(Modeling of one-dimensional Gaussian rough surface and three-dimensional Gaussian rough surface, and Kirchhoff approximation method to calculate scattering coefficient)
- 2020-11-08 17:59:48下载
- 积分:1
-
halcon-添加畸变及畸变矫正
用halcon给实际采集的图像进行畸变矫正,然后可以再人为添加一定程度的畸变,以便于定量研究,可运行已调试,可作为学习参考(Halcon is used to correct the distortion of the image collected, and then the human can add some degree of distortion to facilitate quantitative research. It can be run and debugged, and can be used as a reference for study)
- 2017-11-01 14:42:02下载
- 积分: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
-
Qt_RobHess_Sift
sift算法在cv领域的重要性不言而喻,该作者的文章引用率在cv界是number1.本篇博客只是本人把sift算法知识点整理了下,以免忘记。本文比较早的一篇博文opencv源码解析之(3):特征点检查前言1 中有使用opencv自带的sift做了个简单的实验,而这次主要是利用Rob Hess的sift源码来做实验,其实现在的opencv版本中带的sift算法也是Rob Hess的,只是稍微包装了下。
下面来做下试验,试验sift代码采用Rob Hess的代码,opencv目前版本中的sift源码也是采用Rob Hess的。代码可以在他的主页上下载:http://blogs.oregonstate.edu/hess/code/sift/
这里我下载的是windows版本的,并采用Qt做了个简单的界面。(sift algorithm is self-evident the importance of the cv field, the author of the article referenced in the cv sector is number1 this blog I just sift algorithm knowledge compiled under, so as not to forget. This article compares the earlier blog post opencv source code analysis (3): check the preface of the feature points 1 the opencv bring their own sift to do a simple experiment, but this time Rob Hess' s sift source to experiment. In fact, with the opencv version sift algorithm is Rob Hess, only slightly packing the next. Below to do the next test, test sift code using the code of Rob Hess, sift source opencv version of Rob Hess. The code can be downloaded on his home page: http://blogs.oregonstate.edu/hess/code/sift/ here I downloaded the windows version, and using Qt to do a simple interface.)
- 2021-04-20 21:28:50下载
- 积分:1
-
Gaborwavorforedge
Gabor小波提取图像纹理特征,matlab语言编写。(Gabor wavelet extraction image texture features, Matlab language.)
- 2020-06-30 02:20:01下载
- 积分:1