登录
首页 » matlab » NSCTPHSI

NSCTPHSI

于 2011-10-24 发布 文件大小:1475KB
0 217
下载积分: 1 下载次数: 196

代码说明:

  基于NSCT与HSI的图像融合算法,采用非下采样的Contourlet变换和HSI彩色图像融合。(image fusion algorithms based on NSCT and HSI)

文件列表:

NSCT%2BHSI




........\atrousc.c,2969,2004-10-17
........\atrousc.dll,7168,2004-10-17
........\atrousc.mexmac,8664,2005-01-24
........\atrousdec.m,1234,2005-11-03
........\atrousfilters.m,19406,2004-09-09
........\atrousrec.m,1012,2004-10-17
........\avgrad.m,269,2011-03-11

........\can1.jpg,44219,2011-05-04
........\CE.m,231,2011-03-11
........\CEN.m,455,2011-04-25
........\decdemo.asv,3212,2011-04-21
........\decdemo.m,3217,2011-04-21
........\dfbdecdemo.m,1495,2004-12-22
........\dfilters.m,13234,2004-10-18
........\dmaxflat.m,2607,2004-12-22
........\e6ac1bc184fb0284d00060ec.jpg,172626,2011-05-02
........\efilter2.m,1103,2003-04-10
........\extend2.m,1861,2003-11-06
........\F.fig,80941,2011-05-05
........\Ffusion.jpg,18145,2011-05-05
........\figure1.fig,80941,2011-05-04
........\figure1.jpg,18162,2011-05-06
........\figure2.fig,230300,2011-05-04
........\figure2.jpg,22507,2011-05-06
........\Frgb.fig,249577,2011-05-05
........\Frgb.jpg,23004,2011-05-05
........\hsi2rgb.m,1839,2011-05-03
........\ld2quin.m,856,2003-04-10
........\ldfilter.m,662,2003-11-05
........\mctrans.m,854,2003-11-05
........\modulate2.m,775,2003-04-10
........\nsctdec.m,4662,2005-11-03
........\NSCTHSI.mat,447,2011-05-05
........\nsctrec.m,3257,2005-11-03
........\NSCT_IHS.asv,3920,2011-05-04
........\NSCT_IHS.m,3927,2011-05-06
........\nsdfbdec.m,5046,2005-01-20
........\nsdfbrec.m,4931,2005-01-20
........\nsfbdec.m,889,2005-12-19
........\nsfbrec.m,821,2004-10-21
........\nssfbdec.m,2424,2005-01-20
........\nssfbrec.m,2785,2005-01-20
........\parafilters.m,1552,2004-08-07
........\qupz.m,1161,2003-11-07
........\README.txt,1557,2005-01-20
........\resampz.m,1981,2003-04-10
........\rgb2hsi.asv,1491,2011-05-03
........\rgb2hsi.m,1491,2011-05-03
........\rgbihs.txt,3545,2011-04-29
........\shownsct.m,1001,2005-01-20
........\symext.m,888,2005-12-19
........\untitled.fig,80944,2011-05-04
........\upsample2df.m,161,2004-10-16
........\wfilters.m,3326,2004-08-08
........\zconv2.c,4056,2005-01-12
........\zconv2.dll,7168,2005-01-20
........\zconv2.mexmac,8664,2005-01-12
........\zconv2S.c,4042,2005-01-12
........\zconv2S.dll,7168,2005-01-20
........\zconv2S.mexmac,8700,2005-01-12
........\zoneplate.png,52332,2003-11-07

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

发表评论

0 个回复

  • ImageDivision
    System Generator中图像分割算法建模(Image segmentation algorithm for modeling in the System Generator)
    2020-10-23 20:27:22下载
    积分:1
  • katsevich
    螺旋轨迹重建的一种实现方法,是解析算法的典型案例(An implementation method of spiral trajectory reconstruction is an analytical algorithm)
    2021-04-20 17:28:50下载
    积分:1
  • SARAutoFocus
    说明:  机载合成孔径雷达自聚焦算法,没有实测数据,用的是点目标仿真(Airborne synthetic aperture radar algorithm for self-focusing, there is no measured data, using a point-target simulation)
    2008-10-21 23:13:24下载
    积分:1
  • C#连接多摄头并显示 实例源码下载
    用于c#获取多个摄像头影像!
    2014-12-29下载
    积分:1
  • signalwaveletdecomposeandreconstruct
    说明:  实现信号的小波分解,绘制小波不同尺度下的信号分解图形,同时去除噪声,实现信号的小波重构(The realization of the wavelet decomposition of signals, mapping at different scales of wavelet signal decomposition graphics, while removing noise, the realization of the signal wavelet reconstruction)
    2008-09-11 10:18:15下载
    积分: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
  • fitellipse
    非常好的椭圆拟合算法,拟合进度很高,算法很好理解,代码质量高(Ellipse fitting algorithm is very good, very fit schedule, a good understanding of algorithms, high code quality)
    2017-02-07 14:22:08下载
    积分:1
  • PCA_LDA_Face_Verification
    PCA+LDA人脸识别,识别率高于单独PCA或LDA算法。需要matlab dimension reducation toolbox。(Face verification using PCA and LDA fusion. Better performance than single PCA or LDA algorithm. The image database is included. Matlab dimension reduction toolbox is requrired. )
    2010-11-22 03:43:20下载
    积分:1
  • yuandaima
    以多光谱数据为原始数据,通过空间变换、滤波、融合、纹理及图像处理等手段,提取遥感图像多维、多尺度特征,最终建立面向目标检测、识别和分析的特征空间,并使用NASA的实测数据对方法的性能进行验证和分析。(Multi-spectral data to the original data, through space conversion, filtering tools, integration, texture and image processing, remote sensing images to extract multi-dimensional, multi-scale features, for the eventual establishment of target detection, identification and analysis of the characteristics of the space, and measured using NASA performance of the method for data verification and analysis.)
    2014-03-11 16:27:57下载
    积分:1
  • awb
    实现相机采集数据的自动白平衡功能,采用verilog语言编写。(The automatic white balance function of camera data acquisition is realized)
    2017-09-19 17:45:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载