搜索资源列表
mosaic
- 一种图像拼接源码。该方法首先运用基于列特征的匹配方法,确定出图像重叠区域;然后采用直方图匹配方法进行灰度调整;最终使用加权平滑算法完成图像的无缝拼接。
imjoint
- 图像拼接,使用此代码可以方便的将一幅灰度图像或者彩色图像进行横向或者纵向拼接-Image mosaic, the use of this code can easily be a grayscale image or color image mosaic of horizontal or vertical
200809271
- 基于灰度相关改进算法的图像拼接,算法实现的流程图-Improved algorithm based on gray correlation of the image mosaic, the flow chart of algorithm
tuxiangpinjiefa
- 一种全自动稳健的图像拼接融合算 提出了一种全自动稳健的图像拼接融合算法。此算法采用Harris角检测算子进行特征点提取,使提取的 精度达到了亚像素级,然后以特征点邻域灰度互相关法进行特征点匹配得到了初步的伪匹配集合,并运用稳健的 RANSAC算法将伪匹配点集合划分为内点和外点,在内点域上运用LM优化算法精确地估计出了图像间的点变 换关系,最后采用颜色插值对交接处进行颜色过渡。整个算法自动完成,它对有较大误差或错误的特征点数据迭代 过滤,并用提纯后的数据来做模型估计 -A ro
MotionSearch
- 本程序通过对两幅灰度图像的图像处理,找到它们的相似部分。可以用于图像拼接。 运行方法: 1.打开图像1,打开图像2 2.图像处理-》sobel变换 3.图像处理-》运动估计-This procedure of two gray-scale image of image processing, similar to find their part. Can be used in image stitching. Operation method: 1. Open the image
stitching
- 用来多幅图片的无缝拼接产生全景图像,暂时只能处理灰度图像-this program can be used to produce a pano. image automaticly,only gray images are avilble at the momnent!
1
- 比值算法基于比值法和模板匹配法的灰度图像拼接-Ratio algorithm is based on the ratio method and template matching method for grayscale image mosaic
PeiZhun
- 基于图像灰度的图像拼接。由两幅内容有重叠的图像拼接成一幅视野更大的图像。-Image mosaic based on image gray scale. Content from the two overlapping images together into a larger image view.
Xpanorama
- 设计了一种X光图像的自动增强拼接技术。方法:首先,针对X光影像灰度差异目测困难,单一直方图均衡化增强后可能导致的灰度级减少,某些细节消失,提出一种改进的基于HE的图像增强方法,利用三角函数加权因子对图像进行平滑增强融合;然后,为了解决由于X光图片视野范围的局限性,采用基于相位相关法对图像进行全景拼接重建,并分析了参考图像与待配准图像间存在重叠区域的面积大小与拼接成败的关系;最后,为了提高图像的拼接质量,采用多分辨率算法进行图像融合。-X-ray image stitching technolog
sift
- 应用sift实现拼接的十篇论文 主要都是中文的论文,针对灰度图像的实现,希望对大家有帮助。-Application sift the 10 papers to achieve splicing
IMG-VC
- VC++环境里的一个基于选定块配准的仿射变换拼接图像处理程序,适合灰度图处理~!加了我自己注释更容易理解~!-Vc++ environment based on a selected block registration affine transformation splicing image processing procedure, suitable for greyscale image processing ~! Added myself annotation easier to und
1
- 针对现有基于灰度级相似的图像拼接方法的缺点,提出了一种图像自动拼接的快速算法。该算法综合考虑了图像拼接的精度和速度,在基准特征块的提取上,采用简单的边缘信息阈值法,实现了基准块的自主选取,提高了图像拼接的精度;在块搜索上,采用金字塔式分层搜索策略,提高了图像拼接的速度。实验证明,该算法扩展了传统拼接算法的适用范围,具有较好的性能.-Based on gray-scale for the existing image mosaic method similar shortcomings, we p
graphic
- 可以对灰度图像进行图像拼接操作,尤其是sar图像效果较好。,算法都是自己想的。-Grayscale images can be image stitching operation, especially in sar images better. , The algorithm is they want.
SIFT
- 基于灰度的图像拼接代码,可以拼接两幅只有平移变化的图像。-Based on gray image mosaicing code, can joining together two of the translation of the changes of the only image.
SIFT_pj
- 用sift检测特征点来进行图像的无缝拼接。实验证明在视角和灰度变换不大的情况下,此算法拼接效果良好。-Seamless image with sift detection feature point. Experimental results show the small viewing angle and gray scale transform, the splicing effect of this algorithm.
FINAL
- 图像拼接 Mosaics, 把bmp转灰度,拼接成一新图, 有图像示例-Image mosaic Mosaics, bmp turn gray-scale and spliced into a new plan, the image sample
tuxiangpinjiejiaodianpipei
- 针对基于自适应光学技术的人眼眼底待拼接图像灰度、清晰度不一致以及细节的差异使检测出的角点无法匹配,进而导致图像不能拼接的问题,提出一种在OpenCV配置环境下角点检测的基础上,进行角点匹配的新方法-Adaptive optics for the human eye fundus to be gray stitching, inconsistent, and details of the differences in definition so that the detected corners
twoIMGRegFourPointsPair
- 通过手动选择两幅有重叠区域的图像对应点,可以将图像对进行配准和拼接,非常适合做图像配对和拼接的人参考,目前适用于位图图像,灰度图和RGB真彩图。压缩包文档中包含了示例图像和使用说明截图。-Two overlapping regions of the image corresponding points by manually selecting the image registration and stitching is very suitable for image matching and
tuxiangpinjie
- 基于图像边缘灰度特征的拼接程序,可以自动拼接多张图片-Based on image edge gray stitching program features that can automatically stitching multiple images
图像背景拼接算法
- matlab编写的图像拼接背景拼接的算法,基于灰度的处理,