登录
首页 » matlab » hdr-reconstruction

hdr-reconstruction

于 2012-06-05 发布 文件大小:584KB
0 134
下载积分: 1 下载次数: 257

代码说明:

  图像处理领域中用于处理LDR为HDR图像的程序,即从低动态范围的图像转成高动态范围的图像(The field of image processing procedures for handling LDR HDR images turn into a high dynamic range image from the low dynamic range image)

文件列表:

1_hdr_reconstruction
....................\hdr_reconstruction.asv,1812,2012-05-22
....................\hdr_reconstruction.m,1842,2012-05-22
....................\listparse.m,348,2011-05-09
....................\max.list,158,2011-05-09
....................\max01.ppm,184815,2011-05-09
....................\max02.ppm,184815,2011-05-09
....................\max03.ppm,184815,2011-05-09
....................\max04.ppm,184815,2011-05-09
....................\max05.ppm,184815,2011-05-09
....................\max06.ppm,184815,2011-05-09
....................\max07.ppm,184815,2011-05-09
....................\max08.ppm,184815,2011-05-09
....................\max09.ppm,184815,2011-05-09
....................\max10.ppm,184815,2011-05-09
....................\max11.ppm,184815,2011-05-09
....................\max12.ppm,184815,2011-05-09

....................\robertson_applyResponse.asv,616,2012-05-22
....................\robertson_applyResponse.m,562,2012-05-22
....................\robertson_getResponse.asv,2055,2012-05-16
....................\robertson_getResponse.m,2040,2012-05-22
....................\weight.asv,195,2012-05-22
....................\weight.m,209,2012-05-22

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

发表评论

0 个回复

  • sy
    说明:  压缩感知的经典代码,包括观测,稀疏表示,重建,其中观测用的高斯观测矩阵,稀疏用的DCT,重建用的OMP算法(Compressed sensing of the classic code, including observations, sparse representation, reconstruction, observed with a Gaussian observation matrix, sparse use of the DCT, re-use of the OMP algorithm)
    2011-11-29 14:43:19下载
    积分:1
  • lectura_letras.m
    matlab code for processing of signals and images
    2012-11-23 10:05:07下载
    积分:1
  • motiontrack
    运动目标的给总与识别,可以实时显示目标的运动轨迹,支持高速相机实时处理视频数据,并可以获得运动目标的轮廓矩等信息(Moving target to the total and the identification of moving targets in real-time display track, real-time processing to support high-speed video camera and moving target access to information such as contour moments)
    2020-10-06 00:17:39下载
    积分:1
  • chepaidingwei
    使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。()
    2008-06-10 10:17:08下载
    积分:1
  • book
    数字图像处理常见问题及编程技巧汇编。希望对这方面的学习者有所帮助(Data, the software architect exam is a comprehensive commo)
    2013-09-11 15:46:31下载
    积分:1
  • ORB-and-FREAK-experiments-
    ORB和FREAK局部特征对比实验ORB_FREAK(ORB and FREAK local features of comparative experiments ORB_FREAK)
    2013-05-07 15:21:25下载
    积分:1
  • compute_homography
    在张正友的基于平面方格的摄象机标定中,单应矩阵是关键的一步,本程序是效率精度比较高的源码(Zhang is the Friends of the plane on the box camera calibration alone should matrix is a crucial step, The procedure is relatively high efficiency accuracy of source)
    2007-06-07 10:55:33下载
    积分:1
  • 55770
    图片压缩到最小源码,例程程序结合易语言图像格式转换支持库,将快照的BMP图片转换成JPG图片,再将众多JPG图片压缩到一个压缩文件中,达到减小图片体积的效果。(Image compression to a minimum source , routine program combined image format conversion easy language support library , a snapshot of BMP images into JPG image , and then a large number of JPG images into a compressed file , to reduce the effect of image volume .)
    2016-12-16 21:48:29下载
    积分:1
  • wrap
    matlab模拟产生马鞍形光学条纹图,通过求取其条纹方向,二值化得到其巨齿包裹图,中心线图。这些对于激光散斑(ESPI),雷达干涉(INSAR)图像的去包裹有重要的指导意义。()
    2021-04-19 17:18:51下载
    积分:1
  • Top-hat
    低对比度图像小目标识别,top-hat.海平面小目标(荧光轨迹,舰船)识别(top-hat, dim small target detecting)
    2011-07-04 19:34:13下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载