搜索资源列表
LightMap
- 制作lightmap的一个类。游戏制作中往往有很多小图片需要调用,一个个地load效率太低,一般是把它们拼接成一张大图片。这个类能够有效地进行图片拼接,内附说明文档。
Shadow
- 小图片拼接的另一个算法。也可以看作是二维装箱问题。游戏制作中往往有很多小图片需要调用,一个个地load效率太低,一般是把它们拼接成一张大图片。这个类能够有效地进行图片拼接,内附说明文档。
geDownload
- Google Earth Google Map地图,主要用于代码研究,包含图片下载功能,图片拼接功能,屏幕捕捉功能。图片下载功能需配合定时切换代理软件。很多功能尚需完善,比如内置浏览器,以备图片下载功能验证使用;图片预览,下载/抓屏进度图片化显示等。我因为时间关系,没做到很完善,并且当抓屏图片过大并数量过多(25*25以上)时,进行图片拼接的时候内存占用问题很严重,需要修正。如果哪位高手完善了,请email给我一份哦,
全景图的拼接
- 基于图片的全景图的拼接程序有图片,c++环境运行
geDownload
- Google Earth Google Map地图,主要用于代码研究,包含图片下载功能,图片拼接功能,屏幕捕捉功能。图片下载功能需配合定时切换代理软件。很多功能尚需完善,比如内置浏览器,以备图片下载功能验证使用;图片预览,下载/抓屏进度图片化显示等。我因为时间关系,没做到很完善,并且当抓屏图片过大并数量过多(25*25以上)时,进行图片拼接的时候内存占用问题很严重,需要修正。如果哪位高手完善了,请email给我一份哦,-err
CxImageTest
- 将两幅不同,但有相交的图片重新拼接组合成为一张新的更加完整的图片。文件夹中附有测试图片。-Will be two different, but there is the intersection of the picture re-splicing a new portfolio to become more complete picture. Folder with a test picture.
hebing
- 实现两幅图片的合并拼接,图片可以有重叠部分,效果较好-The realization of the merger of two mosaic pictures, pictures can be some overlap, the effect of better
pinjie
- 实现两张图片的拼接,代码比较简单,容易理解-To achieve two image stitching, the code is relatively simple, easy to understand
MosaicKit(matlab)
- 把两幅有相互重叠部分的图片拼接在一起,合成一副大的图片-There is some overlap between the two pictures spliced together, synthesized a large picture
图像拼接技术
- 利用sift算法提取两张图像的特征点,利用ransac去除误匹配,最后将两张图片拼接在一起(Using sift algorithm to extract the two feature points of the image, the use of ransac to remove the wrong match, and finally the two pictures together)
Pintu
- 分为横向拼接和纵向拼接,实现图像的无缝拼接(Horizontal and vertical seamless stitching of images)
Picture_Stiching
- 本算法为经典的图像拼接算法,可以将两张包含部分相同的图片拼接成一张图片,采用MFC的界面设计模式,程序容易理解,方便操作,取得较好的效果。(The algorithm for the classic image mosaic algorithm, you can put two pieces of the same picture spliced into a picture, using MFC interface design mo
碎纸片的拼接复原程序
- 拼合纵向切割碎纸片的程序,给出排序。代码需放到相应图片文件夹中可运行,例子是数模竞赛题A题(A program for cutting lengthwise pieces of paper is given.)
图像拼接
- 通过手动选择控制点进行仿射变换将多张图片拼接为一张(Stitching multiple pictures into one)
多幅图像拼接
- 可以实现对几个不完整的属于同一类的图片的连贯的拼接,获得对原完整图像的复原(It can realize the coherence stitching of some incomplete pictures belonging to the same kind, and get the restoration of the original whole image)
mosaic
- Python opencv 基于sift 特征实现两张图片拼接(Python opencv realization of two picture splicing based on SIFT features)
image_stitch
- 全景图拼接,将多张自己拍摄的图片拼接成全景图(image stitching, take several photos of your own and stitch them together, stanford cs131 assignment 1)
stitching
- sift+ransac实现多张图片拼接 windows10+vs2017+opencv2.4.13(windows10+vs2017+opencv2.4.13)
基于sift特征的全景图像拼接
- 可以将有重叠部分的多张图片拼接成一张全景图片(You can stitch multiple images with overlapping parts into a single panorama)
基于块匹配的全景图像拼接
- 通过图像拼接技术,将多张单幅的图像拼接成为一张全景图。采用了基于模板匹配的方法来进行图像匹配,加权融合的策略,对两幅图片进行融合处理。(Through image stitching technology, multiple single images are spliced into a panorama. A method based on template matching is used for image matching,