登录
首页 » Visual C++ » PanoramicImage

PanoramicImage

于 2020-11-30 发布 文件大小:20177KB
0 321
下载积分: 1 下载次数: 22

代码说明:

  用于图像拼接的素材,可用于全景图拼接。主要是JPG形式,可通过SIFT算法进行处理(Material for image stitching, can be used for panorama stitching. Mainly JPG format, can be handled by the SIFT)

文件列表:

PanoramicImage
..............\全景图素材1





..............\...........\06.JPG,47783,1999-02-09
..............\...........\07.JPG,45619,1999-02-09
..............\...........\08.JPG,41778,1999-02-09
..............\...........\09.JPG,38418,1999-02-09
..............\...........\10.JPG,39233,1999-02-09
..............\...........\11.jpg,37878,1999-02-09
..............\...........\12.jpg,38103,1999-02-09
..............\...........\13.JPG,41863,1999-02-09
..............\...........\14.JPG,44139,1999-02-09
..............\...........\15.JPG,40958,1999-02-09
..............\...........\16.JPG,40033,1999-02-09
..............\...........\17.JPG,40930,1999-02-09
..............\...........\18.JPG,40784,1999-02-09
..............\全景图素材2





..............\...........\06.jpg,57275,1998-12-31
..............\...........\07.jpg,48742,1998-12-31
..............\...........\08.jpg,44728,1998-12-31
..............\...........\09.jpg,49279,1998-12-31
..............\...........\10.jpg,59703,1998-12-31
..............\...........\11.jpg,60445,1998-12-31
..............\...........\12.jpg,63105,1998-12-31
..............\...........\13.jpg,65553,1998-12-31
..............\...........\14.jpg,68674,1998-12-31
..............\...........\15.jpg,61207,1998-12-31
..............\...........\16.jpg,64598,1998-12-31
..............\...........\17.jpg,67800,1998-12-31
..............\...........\18.jpg,72031,1998-12-31
..............\全景图素材3





..............\...........\sample06.jpg,27442,1999-12-23
..............\...........\sample07.jpg,28128,1999-12-23
..............\...........\sample08.jpg,26958,1999-12-23
..............\...........\sample09.jpg,28241,1999-12-23
..............\...........\sample10.jpg,26870,1999-12-23
..............\...........\sample11.jpg,26575,1999-12-23
..............\...........\sample12.jpg,29538,2000-08-14
..............\全景图素材4
..............\...........\IMG_1054.JPG
..............\...........\IMG_1055.JPG
..............\...........\IMG_1056.JPG
..............\...........\IMG_1057.JPG
..............\...........\IMG_1058.JPG
..............\全景图素材5





下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MRF2.0
    说明:  在VC++下基于MRF来进行的图像分割源代码(In VC++ For MRF-based image segmentation source code)
    2008-08-29 14:43:10下载
    积分:1
  • OpenCV
    讨论了OpenCV(Open Source Computer Vision Library)相对于现有的计算机视觉软件包所具有的优势,描述了OpenCV的 环境配置、数据定义、图像元素访问方式。OpenCV成为一种源码开放、包含丰富的高级数学计算函数、图像处理函数和计算机视觉 函数、不断更新和平台无关性的计算机视觉软件包。(Discussed the OpenCV (Open Source Computer Vision Library) relative to the existing computer vision, the advantages of packages, description of OpenCV environment configuration, data definition, the image element access mode. OpenCV become an open-source, contains a wealth of advanced mathematical calculations, functions, image processing functions, and computer vision functions, continuously updated, and platform-independent package of computer vision.)
    2009-10-25 00:48:30下载
    积分:1
  • danmu
    说明:  基于opencv平台编写的单目相机标定程序,使用的张正友的方法,只要准备十二张单目相机拍摄的棋盘格的图片就可以标定出单目相机的焦距等参数,建立单目相机坐标系。可以用于机器视觉测量中,也可以用于双面相机标定的前一步,精度很高。(Based on the monocular camera calibration program compiled by the OpenCV platform, the method of Zhang Zhengyou is used to calibrate the focal length and other parameters of the monocular camera and establish a monocular camera coordinate system as long as 12 pieces of chessboard pictures taken by the monocular camera are prepared. It can be used in machine vision measurement, and it can also be used in the previous step of the calibration of the double-sided camera, with high precision.)
    2020-03-23 10:04:18下载
    积分:1
  • c
    说明:  缺陷检测,定位缺陷位置。主要用于工业之中螺帽的螺纹线的检测(Defect detection, location of defect location. Detection of screw thread for nuts in industry)
    2018-03-08 16:41:35下载
    积分:1
  • vcpicph
    VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:   vcvars32   rc bmp.rc   cl smooth.c bmp.res user32.lib gdi32.lib(VC++ image smoothing+ program source code, to achieve a smooth image (to noise), sharpening function in the C drive when testing a test of decentralization Bmp picture, path: C: test.bmp, no words can not test . Is shown above the level of smoothing, you can compare the next, but the feeling of color distortion, interested look. Command-line compiler as follows: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib)
    2014-02-18 15:30:52下载
    积分:1
  • YiJunRSexperiment_2005
    读取bmp格式的图片,并且能对其进行相关的图像处理,具体的图像处理有平滑,锐化等等,是关于遥感图像处理。(Bmp format to read the picture, and can be related to image processing, image processing has specific smoothing, sharpening and so on, are on the remote sensing image processing.)
    2009-04-04 01:35:26下载
    积分:1
  • lzlbgzdw
    说明:  一种基于粒子滤波的测向定位跟踪算法,一种基于粒子滤波的测向定位跟踪算法。(A particle filter based on the finding and location tracking algorithm, a particle filter based on the finding and location tracking algorithm.)
    2008-09-29 18:20:59下载
    积分:1
  • db4-lifting-wavelet-decomposition
    db4小波的提升小波分解,从已发表的论文中得来,可放心使用(db4 wavelet lifting wavelet decomposition, the published papers come, you can be assured)
    2016-12-30 10:02:32下载
    积分:1
  • 利用数字软件halocn来进行缺陷检测
    利用数字图像处理软件halocn来进行缺陷检测,附带有之前做工程项目的原图源代码,还有ppt和实验指导书(Halocn using digital image processing software for defect detection, comes with artwork done before the project source code, as well as ppt and experimental instructions)
    2020-06-30 03:40:01下载
    积分:1
  • ImageMatch_RS
    遥感专业摄影测量方向相邻影像同名点匹配的程序,可交互界面,可人工选点(Professional Photography Program sensing images of the same name adjacent to the measuring direction point matching, interactive interface that can be manually selected point)
    2014-04-29 01:02:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载