登录
首页 » matlab » HDRImaging

HDRImaging

于 2017-10-15 发布 文件大小:39529KB
0 128
下载积分: 1 下载次数: 25

代码说明:

  HDR图像生成的算法,很实用和有效。利用多帧不同曝光时间的图像合成HDR的图像。(Algorithm of HDR image generation)

文件列表:

hdriCreating.m
hdriMain.m
hdriTest.m
hdriToneMapping.m
images
images\belg001.jpg
images\belg002.jpg
images\belg003.jpg
images\belg004.jpg
images\belg005.jpg
images\belg006.jpg
images\belg007.jpg
images\belg008.jpg
images\belg009.jpg
images\cathedral001.jpg
images\cathedral001s.jpg
images\cathedral002.jpg
images\cathedral002s.jpg
images\chairs001.jpg
images\chairs002.jpg
images\chairs003.jpg
images\chairs004.jpg
images\chairs005.jpg
images\door001.jpg
images\door002.jpg
images\door003.jpg
images\door004.jpg
images\door005.jpg
images\door006.jpg
images\ebony001s.jpg
images\ebony002s.jpg
images\ebony003s.jpg
images\ebony004s.jpg
images\ebony005s.jpg
images\igloo001.jpg
images\igloo002.jpg
images\igloo003.jpg
images\igloo004.jpg
images\igloo005.jpg
images\igloo006.jpg
images\imgp0001.jpg
images\imgp0002.jpg
images\imgp0003.jpg
images\imgp0004.jpg
images\imgp0005.jpg
images\imgp0006.jpg
images\imgp0007.jpg
images\imgp0008.jpg
images\imgp0009.jpg
images\imgp0010.jpg
images\imgp0011.jpg
images\imgp0012.jpg
images\imgp0013.jpg
images\imgp0014.jpg
images\imgp0015.jpg
images\imgp0016.jpg
images\imgp0017.jpg
images\imgp0018.jpg
images\imgp0019.jpg
images\imgp0020.jpg
images\imgp0021.jpg
images\imgp0022.jpg
images\memorial.hdr
images\memorial001s.jpg
images\memorial002s.jpg
images\memorial003s.jpg
images\memorial004s.jpg
images\memorial005s.jpg
images\memorial006s.jpg
images\memorial007s.jpg
images\memorial008s.jpg
images\memorial009s.jpg
images\memorial010s.jpg
images\memorial011s.jpg
images\memorial012s.jpg
images\memorial013s.jpg
images\memorial014s.jpg
images\memorial015s.jpg
images\memorial016s.jpg
images\memorial017s.jpg
images\memorial018s.jpg
images\memorial019s.jpg
images\memorial020s.jpg
images\memorial021s.jpg
images\room001.jpg
images\room002.jpg
images\room003.jpg
images\room004.jpg
images\room005.jpg
images\room006.jpg
images\room007.jpg
images\room008.jpg
images\room009.jpg
images\store001.jpg
images\store002.jpg
images\store003.jpg
images\store004.jpg
images\store005.jpg
images\syn001.jpg
images\syn002.jpg

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

发表评论

0 个回复

  • Camera_calib
    内含张正友,tsai的标定方法,可以求解摄像机内参数u轴尺度因子,v轴尺度因子,摄像机外参数:两摄像机坐标系原点之间的旋转矩阵和评议矩阵,可以得出摄像机像素参数,焦距,畸变系数,并且带有优化结果。(Containing Zhang Zhengyou, tsai calibration method that can solve the camera parameters u-axis scale factor v The axis scale factor, the camera extrinsic parameters: the rotation matrix between the two camera coordinate origin, and appraisal matrix can be drawn from the camera pixel parameters, focal length distortion coefficient, and with optimal results. )
    2012-02-20 16:21:44下载
    积分:1
  • SIFT
    图像检索中经典的SIFT方法matlab实现,由NTU的大牛撰写,做了些批注。(SIFT for image retrieval,feature extraction and matching)
    2020-12-30 15:29:00下载
    积分:1
  • ipexblind
    盲去卷积复原图像的示例翻译,加入了中文标注,效果较好(deconvblind)
    2009-12-21 19:47:35下载
    积分:1
  • RGBtoHIS
    说明:  RGB-IHS变换:图像进行 RGB-HIS 正变换,分别对明度、饱和度、色调进行线性 拉伸显示;然后再进行反变换 (RGB-IHS transformation: the image is RGB-HIS transformation, respectively, lightness, saturation, hue, a linear stretch display then the inverse transform)
    2021-04-11 18:48:57下载
    积分:1
  • partition分割
    说明:  将girl 图像进行分割,达到2*4的图像分割结果。并使用tight_subplot函数将分割间距变小。(The girl image is segmented to achieve a 2*4 image segmentation result. And use the tight_subplot function to make the division interval smaller.)
    2020-12-03 10:57:18下载
    积分:1
  • LBP1
    用lbp实现纹理特征提取,并分类说明: 一共有三个m文件,一个是lbp.m, 存放主要的lbp算法, 一个是getmapping,用以做算法的辅助函数, 一个是lbptest.m,存放着测试代码。 这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片, 具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。代码最后给出效果图 这三个文件是最传统的LBP方法,有256种。(With lbp achieve texture feature extraction and classification Description: A total of three m files, one is lbp.m, store the main lbp algorithm, One is getmapping, helper functions for doing arithmetic, One is lbptest.m, kept the test code. These three documents need to put the same folder, and add the appropriate folder, pictures, See lbptest.m specific name of the picture of the code, run lbptest.m can view the results. Finally renderings code These three documents are the most traditional LBP method, there are 256 kinds.)
    2013-10-21 17:09:14下载
    积分:1
  • LBP.cpp
    LBP算子的实现源代码,可以根据LBP算子来对2张图片的相似度进行比较,值越小,图像越相似。(LBP operator realization of the source code, you can compare LBP operator to the similarity of the two pictures, the smaller the value, the more similar the image.)
    2021-01-19 17:18:41下载
    积分:1
  • 三维矩阵转二维
    在mmatlab中将多波段的遥感图像(三维矩阵数据)转换成二维数据,与求邻域(convert the 3D image data into the 2D data in the matlab)
    2018-01-02 11:24:26下载
    积分:1
  • cross-correlation-subpixel
    采用归一化互相关的算法进行图像匹配,经过测试非常有效(Normalized cross-correlation image matching, tested very effective)
    2015-04-09 00:36:53下载
    积分:1
  • 1
    一个SAR目标边缘自动检测与定位算法的一个车辆检测的视频(A vehicle detection, an automatic detection and localization of SAR edge algorithm of video)
    2013-08-24 16:16:59下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载