登录
首页 » matlab » 360°图像序列的柱面全景拼接算法

360°图像序列的柱面全景拼接算法

于 2020-11-04 发布
0 191
下载积分: 1 下载次数: 1

代码说明:

说明:  360°图像序列的柱面全景拼接算法,matlab仿真程序。(360 image sequence cylindrical panoramic mosaic algorithm, matlab simulation program.)

文件列表:

coortransf.m, 1054 , 2006-10-24
cylinpano2images.m, 1481 , 2006-10-24
imagefusion02.m, 331 , 2006-06-27
inorm.m, 672 , 2006-11-14
main.m, 2128 , 2006-11-15
medfilt.m, 619 , 2006-11-14
mosaic.m, 1065 , 2006-10-23
multi_resolution.m, 660 , 2006-10-24
phase_correlation.m, 1537 , 2006-06-30
poc_2pow.m, 2612 , 2006-10-24

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

发表评论

0 个回复

  • Retinex
    基于RETINEX理论的图像去雾,主要对幅图像处理,对大多数图像有用(Based on the theory of image RETINEX to fog, the main image processing, the image of the most useful for)
    2011-08-11 16:46:13下载
    积分:1
  • tuxiangchulidaima
    本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个像素灰度值设置某个像素的灰度值,通常有其固定模板。 本文具体给出了这些算法的设计思想及算法描述,并通过程序实现。最后将其效果图与原始图像进行了比较。 (In this paper, the image effects to deal with the current demand for basic research in several digital image processing algorithms in order to achieve what people expect different result. And Windows-based system, Visual C++6.0 integrated development environment to generate BMP bitmap file and read them using VC coding to implement these algorithms. Write a program to draw a variety of graphics in BMP bitmap file, example: triangle, circle, sine function diagram. Point arithmetic processing grayscale processing, algorithm design principle is the value of the input pixel gray value of the corresponding output point algorithm change. Enhancement of the image on the smooth graphics and image sharpening algorithm. The design principle of the algorithm is based on a fixed number of small regions of a pixel value of gray-scale pixel value, usually a fixed template. In this paper, given the specific design of these algorithms and the algorithm description, and program . Finally, the effect o)
    2015-07-07 10:05:26下载
    积分:1
  • Image-Forgery-Detection
    在JPEG重压缩图像中定位出篡改区域,包括A-DJPG(对齐的JPEG重压缩),NA-DJPG(非对齐的JPEG重压缩)两类。(完整版)(Image Forgery Localization via Block-Grained Analysis of JPEG Artifacts.)
    2014-12-07 19:01:58下载
    积分:1
  • gdal
    说明:  简易的在c#中利用gdal来读取遥感图像(Using GDAL to read remote sensing image in C)
    2020-05-17 19:12:13下载
    积分:1
  • sar
    SAR成像算法的分析; SAR成傢算法简要介绍 ;Chirp-scaling算法 ; 分布式小卫星SAR解方位多普勒模糊的点目标仿真; 分布式小卫星SAR成像的仿真参数 ; 点目标成像仿真及结果 (SAR imaging algorithm analysis SAR algorithm married briefly Chirp-scaling algorithm distributed small satellite SAR azimuth Doppler ambiguity solution point target simulation distributed small satellite SAR imaging simulation parameters Point Target Imaging Simulation and results)
    2010-07-07 14:07:57下载
    积分:1
  • D
    说明:  在MATLAB中实现画无向网络图,可用于社群聚类分析中(In MATLAB,the drawing is not directed to network graph,which can be used in social cluster analysis.)
    2017-07-16 11:30:11下载
    积分:1
  • EXP
    说明:  注:运行前自己准备图像,修改I = imread('')单引号中的路径 1. 给一张灰度图添分别添加高斯噪声和椒盐噪声。然后分别进行均值滤波和中值滤波,并把处理后的图片保存。 2. 图像频域处理,对图像进行傅里叶变换,进行高通滤波,显示处理结果。 3. 图像平移和旋转 4. 分别用OSTU阈值法和全局阈值法分割图像,然后进行腐蚀和膨胀处理,显示处理结果。(Note: Prepare the image by yourself before running, modify the path in single quotes of I = imread('')1. Add Gaussian noise and salt and pepper noise to a grayscale image. Then perform mean filtering and median filtering respectively, and save the processed pictures.2. Image frequency domain processing, Fourier transform of the image, high-pass filter, and display the processing result.3. Image translation and rotation4. Separate the image with OSTU threshold method and global threshold method, and then perform corrosion and dilation processing, and display the processing results.)
    2020-08-15 08:49:44下载
    积分:1
  • cross-correlation-subpixel
    采用归一化互相关的算法进行图像匹配,经过测试非常有效(Normalized cross-correlation image matching, tested very effective)
    2015-04-09 00:36:53下载
    积分:1
  • PowellPSORegistration
    基于互信息的图像配准算法,优化算法采用Powell和粒子群向结合的算法(Based on mutual information image registration algorithm, using Powell optimization algorithm and particle swarm algorithm to combine)
    2009-05-06 21:55:10下载
    积分:1
  • imageenhancementusingcontourlettransform
    包内提供了Contourlet和Wavelet变换进行图像增强、去噪的各种算法和.m文件,的确是好东西。(Package provides a Contourlet and Wavelet Transform for image enhancement, denoising the various algorithms and. M file, it is a good thing.)
    2021-04-01 09:19:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载