登录
首页 » matlab » matlab_hyperspectral_toolbox_v0.07

matlab_hyperspectral_toolbox_v0.07

于 2012-12-06 发布 文件大小:44KB
0 215
下载积分: 1 下载次数: 89

代码说明:

  matlab 高光谱处理工具箱 hyperspecreleasesmatlab_hyperspectral_toolbox_v0.07.zip( Matlab Hyperspectral Toolbox Copyright 2008-2012 Isaac Gerg ------------------------------------------------------------------------- A Note on Notation Hyperspectral data is often expressed many ways to better describe the mathematical handling of the data mainly as a vector of pixels when referring to the data in a space or a matrix of pixels when referring to data as an image. ------------------------------------------------------------------------- Dependencies FastICA- http://www.cis.hut.fi/projects/ica/fastica/code/dlcode.shtml ------------------------------------------------------------------------- Functions Reading/Writing Data Files hyperReadAvirisRfl- Reads AVIRIS .rfl files hyperReadAvirisSpc- Read AVIRIS .spc files hyperReadAsd- Reads ASD Fieldspec files. (.asd, .000, etc) Data Formatting hyperConvert2D- Converts data from a 3D HSI data cube to a 2D matrix hyperConvert3D- Converts data fro)

文件列表:

contents.m,4522,2012-09-20
fnnls.m,3806,2012-09-20
hyperAce.m,1077,2012-09-20
hyperAmsd.m,887,2012-09-20
hyperAtgp.m,1197,2012-09-20
hyperCem.m,916,2012-09-20
hyperConvert2Colormap.m,856,2012-09-20
hyperConvert2d.m,521,2012-09-20
hyperConvert3d.m,510,2012-09-20
hyperConvexHullRemoval.m,1225,2012-09-20
hyperCorr.m,316,2012-09-20
hyperCov.m,379,2012-09-20
hyperDemo.m,4427,2012-10-03
hyperDemo_ASD_reader.m,1401,2012-09-20
hyperDemo_detectors.m,3653,2012-09-20
hyperDemo_mams_RIT_data.m,3143,2012-09-20
hyperDemo_RIT_data.m,6830,2012-09-20
hyperDestreak.m,964,2012-09-20
hyperFcls.m,2057,2012-09-20
hyperFclsMatlab.m,978,2012-09-20
hyperFileFind.m,1215,2012-09-20
hyperGetEnviSignature.m,718,2012-09-20
hyperGetHymapWavelengthsNm.m,2036,2012-09-20
hyperGlrt.m,802,2012-09-20
hyperHfcVd.m,1815,2012-09-20
hyperHud.m,1765,2012-09-20
hyperIcaComponentScores.m,923,2012-09-20
hyperIcaEea.m,1904,2012-09-20
hyperImagesc.m,635,2012-09-20
hyperImshow.m,613,2012-09-20
hyperMatchedFilter.m,933,2012-09-20
hyperMax2d.m,371,2012-09-20
hyperMnf.m,1387,2012-10-03
hyperNapc.m,1591,2012-10-03
hyperNnls.m,1127,2012-09-20
hyperNormalize.m,446,2012-09-20
hyperNormXCorr.m,776,2012-09-20
hyperOrthorectify.m,966,2012-09-20
hyperOsp.m,916,2012-09-20
hyperPct.m,771,2012-09-20
hyperPlmf.m,1544,2012-09-20
hyperPpi.m,822,2012-09-20
hyperReadAsd.m,4239,2012-09-20
hyperReadAvirisRfl.m,3253,2012-09-20
hyperReadAvirisSpc.m,615,2012-09-20
hyperReadSpecpr.m,5594,2012-09-20
hyperResample.m,1436,2012-09-20
hyperRmf.m,2381,2012-09-20
hyperRoc.m,177,2012-09-20
hyperRxDetector.m,633,2012-09-20
hyperSam.m,418,2012-09-20
hyperSaveFigure.m,796,2012-09-20
hyperSid.m,641,2012-09-20
hyperSignedAce.m,944,2012-09-20
hyperUcls.m,649,2012-09-20
hyperVca.m,2745,2012-09-20
hyperWhiten.m,971,2012-09-20

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

发表评论

0 个回复

  • SSIM (2)
    说明:  基于matlab的ssim图像质量评价,验证还可以(Image quality evaluation)
    2019-04-11 21:46:35下载
    积分:1
  • Matlab-interface-application
    红外焦平面探测器输出图像信噪比计算和分析(Infrared focal plane image detector output signal to noise ratio calculation and analysis)
    2007-08-02 14:21:09下载
    积分:1
  • dip3
    将原始影像分别对RGB三色彩进行 x与 y轴之 Sobel边缘处理(original RGB images were of three colors for x and y axis of his Sobel Edge)
    2007-03-28 09:01:37下载
    积分:1
  • showbmp
    在C语言下成功实现读取并显示bmp格式的图像。(Successfully read and display BMP format images in C language.)
    2018-04-03 18:04:56下载
    积分:1
  • MATLAB烟雾火焰识别GUI界面
    说明:  一、课题介绍 本设计为基于MATLAB的火焰烟雾火灾检测系统。传统的采用颜色的方法,误识别大,局限性强。结合火焰是实时动态跳跃的,采用面积增长率,角点和圆形度三个维度相结合的方式判断是否有火焰。该设计测试对象为视频,通过下一帧和上一帧的差异发现是否有火情,并可发出语音报警。本设计带有一个人机交互式GUI界面,界面友好。是个不错的bishe选题。 二、算法流程 结合火焰的面积增长率,角点和圆形度三个维度综合判断。并且得出每帧图像火焰部分的该三个参数,实时显示在GUI上。 三、GUI界面设计(This design is based on MATLAB flame smoke fire detection system. The traditional method of using color has large error recognition and strong limitation. Considering that the flame is real-time and dynamic jumping, the area growth rate, corner and roundness are combined to determine whether there is flame. The test object of the design is video. Through the difference between the next frame and the previous frame, whether there is fire is found and the voice alarm can be sent out. This design has a personal computer interactive GUI interface, the interface is friendly. It's a good choice for BiShe.)
    2020-08-07 12:33:51下载
    积分:1
  • 瞳孔定位
    说明:  matlab实现人眼精确定位 实现效果良好(Accurate eye location by MATLAB)
    2021-04-07 21:39:01下载
    积分:1
  • CVPR12_SAS_code
    一种基于超像素的图像分割程序,是cvpr13年文章的相应代码,可以学习下(An ultra-pixel-based image segmentation procedure is the appropriate code cvpr13 In the article, you can learn under)
    2014-03-26 16:05:10下载
    积分:1
  • DCT2
    基于DCT变换的数字视频水印源程序,在Matlab中可以直接运行(DCT-based digital video watermarking source code in Matlab can be run directly)
    2021-03-20 17:59:18下载
    积分:1
  • Kang
    自适应正则化超分辨率重建 是: M. G. Kang这人写的IEEE上发表的论文 可以参考下算法( General Choiceof the Regularization Functional in Regularized Image Restoration)
    2021-05-13 04:30:02下载
    积分:1
  • LightingNormalization
    说明:  基于积分图像的人脸图像光线归一化程序,内含处理结果对照图。(based on the integral image Face Image light under a program containing the results of the control plan.)
    2006-05-10 10:54:02下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载