登录
首页 » Visual C++ » PanoramicImage

PanoramicImage

于 2020-11-30 发布 文件大小:20177KB
0 252
下载积分: 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 个回复

  • CameraCalibrate(相机标定)
    利用棋盘格对相机进行标定,加入误差判定及像素空间到实际物理空间的距离计算(The camera is calibrated by checkerboard, the error is added and the distance of pixel space to the actual physical space is calculated)
    2017-07-26 16:47:44下载
    积分:1
  • CodeMatch
    视觉测量中编码点与非编码点的匹配的方法实现(Vision measuring, coding point and the coding point matching )
    2020-12-18 21:19:10下载
    积分:1
  • NumberRecognize
    根据RBM深度网络(Hinton,2006)进行MINST手写文字的分类器的训练,利用训练得到的权值制作了这个小程序,通过这个程序可以看出训练结果对数据集内的测试样本和训练样本都能进行很好的识别,但是对其他的手写字体识别就没有那么好了。(According to RBM depth network (Hinton, 2006) conducted MINST handwritten text classifier training, using the training to get the right value to produce this small program, this program can be seen through the results of the training data set and the training sample test samples are can be well identified, but on the other handwriting recognition is not so good.)
    2013-10-17 15:55:34下载
    积分:1
  • MeanShiftSegMent
    根据D. Comaniciu, P. Meer: Mean Shift: A robust approach toward feature space analysis 以及 C. Christoudias, B. Georgescu, P. Meer: Synergism in low level vision.这两篇文献提供的方法编写的图像分割代码,作者是 Chris M. Christoudias, Bogdan Georgescu,代码经我看了后加了丰富的中文注释,希望可以给各位带来阅读上的方便。 基于meanshift的聚类分割方法包括滤波、区域融合等操作,通过调整sigma和sigmar来调整分割效果。(According to D. Comaniciu, P. Meer: Mean Shift: A robust approach toward feature space analysis, and C. Christoudias, B. Georgescu, P. Meer: Synergism in low level vision. These two documents prepared by the methods provided by image segmentation code , the author is Chris M. Christoudias, Bogdan Georgescu, after I read the code, add a rich Chinese notes, hoping to bring you the convenience of reading. Segmentation method based on clustering meanshift including filtering, regional integration and other operations, and by adjusting the sigma sigmar to adjust segmentation results.)
    2013-07-30 19:01:52下载
    积分:1
  • GDAL
    GDAL影像显示 建立金字塔通过i移动图像 进行图像的放大缩小 多波段显示影像金子塔显示 (GDAL image creates pyramid)
    2012-12-21 23:29:55下载
    积分:1
  • shrink
    利用opencv工具包的图像缩小程序利用opencv工具包的图像缩小程序利用opencv工具包的图像缩小程序(image shrink with opencv image shrink with opencv image shrink with opencv)
    2010-01-18 11:06:40下载
    积分:1
  • Ratematching_byylluo
    LTE中速率匹配的代码,包括子块交织,比特搜集,比特选择和修剪(The code rate matching in LTE, including the sub-block interleaving and bit gather, bit selection and pruning)
    2011-01-23 21:35:25下载
    积分:1
  • gray
    读取图像,将RGB图像转化为灰度图像,显示并保存(The RGB image is transformed into gray image)
    2017-07-12 14:53:14下载
    积分:1
  • 02-gpbM
    M估计子,计算机视觉大牛Peter Meer出品。(Generalized Projection based M-estimator C++ code to find the robust estimate derived without using any user supplied scale. The theory is described in Generalized Projection Based M-stimator. )
    2020-12-22 16:59:06下载
    积分:1
  • lane-detection
    车道偏离识别的程序,采用的是动态规划算法,对弯道也有比较高的识别率(lane departure algorithm, which has good performance even for curve lane.)
    2012-05-13 19:33:14下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载