登录
首页 » Visual C++ » band-selection

band-selection

于 2020-10-09 发布 文件大小:12KB
0 231
下载积分: 1 下载次数: 26

代码说明:

  基于图像对比度和波段相关性的波段选择算法,适用于高光谱图像的特征选择(Bands selection algorithm based on image contrast and correlation of bands for hyperspectral image feature selection)

文件列表:

波段选择
........\bandselect.asv,2735,2015-10-13
........\bandselect.m,2763,2015-10-13
........\CEM.asv,1467,2014-04-24
........\CEM.m,1542,2015-09-06
........\CEM11.asv,1133,2014-06-30
........\CEM11.m,1049,2014-06-30
........\corm.asv,336,2015-10-13
........\corm.m,373,2015-10-13
........\hyperHfcVd.m,1815,2009-11-10
........\lvboduanxuan.m,2847,2014-09-14
........\mutiscorr.m,392,2014-06-22
........\muts.m,2653,2014-06-23
........\testt.m,245,2014-06-22
........\ttteest.m,793,2014-06-30
........\varrr.m,716,2014-06-30
........\VDdimens.m,250,2014-06-23
........\wodeFA.asv,401,2015-10-13
........\wodeFA.m,441,2015-10-13

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

发表评论

0 个回复

  • Project2
    通过图片的外参数矩阵对图片进行透视变换,对图片的外参数进行校正(camera calibration)
    2014-11-14 23:49:33下载
    积分:1
  • VC-tu-xiang-chu-li
    图形图像处理算法大全,包含各种算法的源码,只要经过简单修改就可变为程序(Daquan graphic image processing algorithms, including the source code for various algorithms, as long as you can into a program after a simple modification )
    2011-05-20 16:45:34下载
    积分:1
  • HistDemoA
    数字图像处理实验——直方图的均衡化,打开图像并实现其均衡化(Digital image processing experiments- histogram equalization, open the image and realize its equalization)
    2014-06-07 00:05:05下载
    积分:1
  • WaterMark8
    数字水印处理,嵌入、提取、认证,可以在图形,视频和文本中添加数字水印,增强文档的保密,防止泄密(Digital watermarking processing, embedding, extraction, authentication, can be in graphics, video and digital watermarking to add text to enhance the confidentiality of documents to prevent leak)
    2021-03-19 16:29:18下载
    积分:1
  • leida5.9
    雷达扫描程序,图形界面中显示雷达的运动情况。程序简单。可以学习 (AppWizard has created this spp application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your OpenGl application. )
    2011-05-21 16:53:01下载
    积分:1
  • 5
    说明:  :建立了碳钢渗硫表面和非渗硫表面的多球凸峰面接触模型,模型中,凸峰高度按高斯函数分布.用塑性流线 理论分析了渗硫层的摩擦系数.计算结果表明:摩擦系数随载荷的增加而增加;相同粗糙度下,磨削加工的摩擦系 数比车削加工的摩擦系数大;摩擦系数随着渗层厚度的增大而增大.从减小摩擦系数的角度来考虑,渗硫层并非 越厚越好. (the multi-asperity sphere-shape model for surface contact between sulphurized layer and unsulphurized layer is established.in which the height of sphere-shape asperities follows the Gaussian distribution.1he frictional coeficients of sulphurized layers are analyzed by using plastic flown line theory.1he results show that the frictional coeficient increases with the load.the frictional coeficient of ground surface is higher than that of tumed surface in case of the same roughness.1he thicker the sulphuri[ed layer is.the higher the frictional coeficient is.From the viewpoint of reducing frictional coeficient,the thickness of sulphurized layer should be smaller.)
    2010-08-04 19:38:19下载
    积分:1
  • cannyho
    openCV+MFC(VS2008)canny边缘检测,能用滑动条调节参数(openCV+MFC (VS2008) canny edge detection, use the slider to adjust parameters)
    2015-09-16 15:27:26下载
    积分:1
  • DMC2C80-V1.1
    VC development motion control routines, vb development 12 axis motion control routines
    2013-12-08 21:55:18下载
    积分:1
  • Histogram-method
    利用直方图双峰法选取适当阈值对图像进行二值化处理。此法只适用于直方图为双峰状图像。(Using the Shuangfeng method to the appropriate threshold histogram of image processing two values. This method is only applicable to the histogram of image of Shuangfeng.)
    2015-04-14 15:56:07下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载