搜索资源列表
match_template_code
- 用opencv函数编写的,基于灰度的信息的模板匹配.对图像进行了二值处理,设定了阈值。求出最佳匹配点.
harris_corners_image_registration
- 应用harris算子进行角点检测,然后利用相关性检测得到匹配焦点,然后进行图像的重采样,适于对于彩色图像的处理,对于灰度图像,只要将harris算子检测时的图像从彩色道灰度图像的语句去掉即可-Application of operator harris corner detection, and then make use of relevant test match to be the focus, and then carried out resampling images, suitabl
epiloar
- 灰度匹配的第一步,可以找到若干个预匹配点-Gray to match the first step, you can find a number of pre-match point
tuxiangpinjiefa
- 一种全自动稳健的图像拼接融合算 提出了一种全自动稳健的图像拼接融合算法。此算法采用Harris角检测算子进行特征点提取,使提取的 精度达到了亚像素级,然后以特征点邻域灰度互相关法进行特征点匹配得到了初步的伪匹配集合,并运用稳健的 RANSAC算法将伪匹配点集合划分为内点和外点,在内点域上运用LM优化算法精确地估计出了图像间的点变 换关系,最后采用颜色插值对交接处进行颜色过渡。整个算法自动完成,它对有较大误差或错误的特征点数据迭代 过滤,并用提纯后的数据来做模型估计 -A ro
pyramid
- 基于金字塔对灰度图像进行分层,按由粗到精的方法对左右航片进行特征提取,根据特征点对影像对进行影像匹配!-Based on the Pyramid of the stratified gray-scale images, according to the coarse-to-fine method of flight films about feature extraction, according to feature points on the image to image matching
point_operation
- 以C sharp編程圖像有關绘制直方图、线性点运算、灰度拉伸、直方图均衡、直方图匹配-C sharp programming in order to draw the image on the histogram, linear point operations, gray stretch, histogram equalization, histogram matching
ImageStabilization
- 机载电子稳像技术研究,很好的一篇博士论文。 本章首先分析了航摄动态图像的特点,并在对机载航摄图像序列进行大量的实 验和理论分析的基础上,提出了适用机载视频图像序列稳定的有效算法,即灰度投影 算法和基于特征点匹配算法。针对灰度投影算法易受图像的背景信息影响的特点, 详细地讨论了如何提高该算法用于机载电子稳像的精度,并通过实验验证了所提方 法的有效性。在长焦距成像系统中,旋转运动对图像序列的稳定有着重要的影响, 机载成像系统在成像过程中,不仅有平移运动,还包含旋转运动,必须考
SUSAN_MATCH
- SUSAN角点匹配 自动化检测角点 灰度图象的匹配-SUSAN corner matching automatic corner detection image matching gray
Point-Operation
- 使用C#实现图像的直方图绘制,实现点运算,灰度拉伸,直方图均衡和直方图匹配等。-Use C# to draw the histogram of image, the current point of operation, gray stretch, histogram equalization and matching.
point-operation
- 绘制直方图 线性点运算 灰度拉伸 直方图均衡 直方图匹配-Draw histogram linear dot histogram equalization histogram matching gray stretch
3
- C#图像绘制直方图,线性点运算,灰度拉伸,直方图均衡,直方图匹配-C# to draw the image histogram, linear point operations, gray stretch, histogram equalization, histogram matching
SSDA_picture_match_vc
- 序贯法;采用灰度值,各点灰度差值的绝对值之和,取一定阈值,超过阈值即可停止该块的计算,记录此时所计算的次数,次数越大说明越匹配,以最大次数的那次匹配位置为最终匹配点。速度得到很大提高。-Sequential method gray value, the absolute value of the difference of each gray and take a certain threshold value, exceeds a threshold value to stop the ca
KmVisionTool
- 机器视觉应用软件 OCR字符识别 条码读取 几何/灰度匹配(Mark点定位 ) 颜色分析 量测功能 图像处理-Machine vision systom tools OCR Read Barcode Match Color analysis measurement Image processing
Template-matching
- 模板匹配主要是采用基于灰度信息的匹配算法,其中是统计模板与原图像的相关系数,得到最大值的地方,就是相似度最大的地方,也就是成功地找到了匹配的像素点。具体的算法如下。其中,im_matched为原图像,im_template为模板图像。MaxR为最大相似度系数。-Template matching matching algorithm based on gray-scale information, which is the the statistical template with the co
point-operation
- 本程序中主要是图像中点的处理,包括负片、灰度拉伸、直方图计算、直方图均衡化、直方图匹配和线性点运算-This program is the midpoint of the image processing, including negatives, gray stretch, histogram calculation, histogram equalization, histogram matching and linear point operations
Digital-Image-Processing
- 本程序中主要实现了图像的点操作,具体内容有负片显示、灰度拉伸、线性点运算、直方图计算、直方图均衡化、直方图匹配-Image point operations, including the negative display, gray stretch, linear point operations, histogram calculation, histogram equalization, histogram matching
图像分割与检测
- 多文档 打开图片 图像 点处理(灰度 阈值 反色 增量 线性 直方图 等等) 区域(平滑 中值滤布 等等5中滤布 可自己设置参数) 轮廓提取 轮廓种子 跟踪 模式匹配等等 太强大了
code
- 图像的点运算,基于直方图均衡化的图像灰度归一化,直方图匹配-Image point operations
point-operation
- C# 实现的点运算及直方图 包括灰度直方图 线性点运算 直方图均衡化 直方图匹配 全等直方图灰度拉伸-Point operations and the histogram of C# implementation include histogram linear point operations, histogram equalization histogram matching gray histogram stretching.
shuzisheyingceliang
- 角点特征提取,及图像灰度匹配 moravec算子 susan算子 5种灰度匹配 数字摄影测量-Monitoring digital photogrammetry corner matching gray
