Welcome![Sign In][Sign Up]
Location:
Search - mosaic

Search list

[Special Effectsimage-mosaic

Description: 用于图像拼接,将两幅带有重叠区域的两幅图像,首先寻找它的SIFT特征点,然后根据它的特征点进行图像配准,最后再对图像进行拼接。-For image mosaic of two images, two images with overlapping area, first find the SIFT feature of it, then the image registration based on feature points of it, then the image mosaic.
Platform: | Size: 3833856 | Author: 孟德剑 | Hits:

[Technology Managementmosaic

Description: mosaic.rar拼接技术,matlab 源程序,希望有所帮助,-mosaic.rar splicing technology, matlab source code, hope that helps,
Platform: | Size: 6144 | Author: sqq | Hits:

[Special EffectsVB-shutters-Mosaic-pull-screen

Description: VB的百叶窗、马赛克、拉幕、滚动图像特效-VB shutters, Mosaic, pull screen, scroll the image effects
Platform: | Size: 279552 | Author: echoli | Hits:

[Windows DevelopMosaic

Description: Image mosaic based on sift sift means scale invarient feature transform we need to merge two images based on this method we can-Image mosaic based on sift sift means scale invarient feature transform we need to merge two images based on this method we can...
Platform: | Size: 1543168 | Author: Rajeswaran | Hits:

[Special Effectsimage-mosaic

Description: 图像拼接,利用SIFT算法提取点特征,并进行点匹配,解算单应性矩阵,根据结算出的单应性矩阵对图像进行仿射变换,最后进行拼接,程序中的备注很详细,各位感兴趣的同志可以下载看看。-Image mosaic using SIFT feature point extraction algorithm, and point matching, homography matrix solver, based on the settlement of the homography image affine transformation, and finally stitching, very detailed notes in the program, you sense Interested comrades can be downloaded.
Platform: | Size: 548864 | Author: li | Hits:

[File Formatimage--mosaic--matlab

Description: 拼​ 接​ 图​ 片​ m​ a​ t​ l​ a​ b程序实现-This is used for image mosaic matalb application
Platform: | Size: 507904 | Author: 闫璠 | Hits:

[Special EffectsImage-mosaic-based-on-SURF

Description: 本程序采用基于快速鲁棒特征点的图像拼接技术,该技术与其他图像拼接技术相比,具有鲁棒性好的特点,对图像序列中的光照变化、尺度变化、旋转变化具有良好的适应性;与基于SIFT特征点的图像拼接技术相比,其拼接速度更快。-This program uses a fast and robust image mosaic technology based on feature points, compared with the other image mosaic technology, has good robustness on image sequences, illumination changes, scale changes, rotation changes has good adaptability compared with the image stitching based on SIFT feature points, the splicing speed.
Platform: | Size: 359424 | Author: 李争 | Hits:

[Special Effectsmosaic

Description: 手动提取图像的特征点,基于特征的图像拼接-Manual extraction of image feature points, image mosaic based on feature
Platform: | Size: 1024 | Author: 宋烜 | Hits:

[Special Effectsmosaic

Description: 8种马赛克效果的实现, 可自己类似扩展。the mosaic effects-the mosaic effects 8种马赛克效果的实现, 可自己类似扩展。
Platform: | Size: 5120 | Author: wangli | Hits:

[3D Graphicsift-mosaic

Description: sift 图像拼接,先找到两幅图像对应的特征点,然后算出变换矩阵,然后投影拼接图像-find the feature points of two images,using them to find the translate matrix,then complete the image mosaic
Platform: | Size: 1097728 | Author: 滕抱强 | Hits:

[Special Effectssift-mosaic

Description: 图像拼接程序,可以实现几幅图像的拼接,其原理是基于Lowe教授提出的SIFT特征算法。该方法非常有效,通过两两图像进行配置后,采用融合技术,得到拼接后的全景图-This is code for image mosaic based on SIFT algorithm,it is very useful for learning image process.
Platform: | Size: 1728512 | Author: keil_xin | Hits:

[assembly languageAutomatic-image-mosaic-method

Description: 一 种 基 于 特征点 的 全自 动 无 缝图 像拼 接方法。 该 方法采用 对 于 尺度具 有 鲁 棒性 的 SIFT 算 法进行 特征点 的 提 取与 匹 配, 并 通过引 导 互 匹 配及投票 过滤 的 方法提高 特征点 的 匹 配 精确 度, 使用 稳 健的 RANSAC 算 法求 出 图 像间 变 换矩 阵 H 的 初 值并 使用 LM 非 线 性 迭代 算 法精炼 H, 最终使用 加 权平 滑 算 法完 成 了 图 像的 无 缝 拼接。-An automatic seamless image mosaic method based on feature points is proposed. First a scale-invariant feature extracting algorithm SIFT is used for feature extraction and matching. In order to improve the accuracy of matching, guided complementary matching and voting filter is used. Then, the transforming matrix H is computed with RANSAC algorithm and LM algorithm. And finally image mosaic is completed with smoothing algorithm. The method implements automatically and avoids the disadvantages of traditional image mosaic method under different scale and illumination conditions. Experimental results show that the image mosaic method is stable and effective.
Platform: | Size: 550912 | Author: lingliu | Hits:

[OtherMATLAB-image-mosaic-algorithm

Description: MATLAB image mosaic algorithm.zip
Platform: | Size: 617472 | Author: zlzmxy | Hits:

[Special Effectsimage-mosaic.doc

Description: 图像拼接(image mosaic)技术是将一组相互间重叠部分的图像序列进行空间匹配对准,经重采样合成后形成一幅包含各图像序列信息的宽视角场景的、完整的、高清晰的新图像的技术。图像拼接在摄影测量学、计算机视觉、遥感图像处理、医学图像分析、计算机图形学等领域有着广泛的应用价值。 一般来说,图像拼接的过程由图像获取,图像配准,图像合成三步骤组成,其中图像配准是整个图像拼接的基础。本文研究了两种图像配准算法:基于特征和基于变换域的图像配准算法。 在基于特征的配准算法的基础上,提出一种稳健的基于特征点的配准算法。首先改进Harris角点检测算法,有效提高所提取特征点的速度和精度。然后利用相似测度NCC(normalized cross correlation——归一化互相关),通过用双向最大相关系数匹配的方法提取出初始特征点对,用随机采样法RANSAC(Random Sample Consensus)剔除伪特征点对,实现特征点对的精确匹配。最后用正确的特征点匹配对实现图像的配准。本文提出的算法适应性较强,在重复性纹理、旋转角度比较大等较难自动匹配场合下仍可以准确实现图像配准。-Image mosaic is a technology that carries on the spatial matching to a series of image which are overlapped with each other, and finally builds a seamless and high quality image which has high resolution and big eyeshot. Image mosaic has widely applications in the fields of photogrammetry, computer vision, remote sensing image processing, medical image analysis, computer graphic and so on. 。In general, the process of image mosaic by the image acquisition, image registration, image synthesis of three steps, one of image registration are the basis of the entire image mosaic. In this paper, two image registration algorithm: Based on the characteristics and transform domain-based image registration algorithm. In feature-based registration algorithm based on a robust feature-based registration algorithm points. First of all, to improve the Harris corner detection algorithm, effectively improve the extraction of feature points of the speed and accuracy. And the use of a similar measure of NC
Platform: | Size: 332800 | Author: | Hits:

[Special Effectsimage-mosaic-based--on-sift

Description: 代码是基于sift的图像拼接,包含特征提取,匹配和拼接,并且添加了调节图像拼接透明度函数 -image mosaic based on sift ,including feature extaction,matching and image mosaic.And add a transparency adjusting function.
Platform: | Size: 3746816 | Author: 宋丹 | Hits:

[Special EffectsImage-mosaic

Description: 图像拼接,可以将两张分开的图片进行对接。原理是利用sift特征进行匹配-Mosaic, which can dock two separate image. Principle is to use sift feature matching
Platform: | Size: 1634304 | Author: keler | Hits:

[Special Effectsimage-mosaic

Description: 图像拼接技术就是将数张有重叠部分的图像(可能是不同时间、不同视角或者不同传感器获得的)拼成一幅大型的无缝高分辨率图像的技术。-The image mosaic is a new image processing Technology,,it is used more and more flieds,make several Similar images in fusion
Platform: | Size: 19234816 | Author: DaBao | Hits:

[Special EffectsImage-mosaic

Description: 图像拼接Matlab程序,基于块匹配的全景图像拼接-Image mosaic Matlab program, based on block matching panoramic image stitching
Platform: | Size: 110592 | Author: 李海超 | Hits:

[OpenCVmosaic

Description: Video Mosaic, 从视频中生成全景图,采用SURF算法-Video Mosaic
Platform: | Size: 1024 | Author: Candy | Hits:

[OpenCVmosaic

Description: matlab code for mosaic feature extraction
Platform: | Size: 518144 | Author: aliahsan | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 48 »

CodeBus www.codebus.net