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

band-selection

于 2020-10-09 发布 文件大小:12KB
0 188
下载积分: 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 个回复

  • image-matching-using-surf-and-ransac
    对两幅图像进行配准,分别提取两幅图像的surf特征点以及描述子,得到粗匹配结果,然后根据粗匹配结果,采用ransac方法计算基础矩阵,并去除误匹配点,得到较准确匹配结果(Two image registration, surf was extracted from the feature points in two images to get the coarse matching and descriptor, then according to the results, the coarse matching results, using RANSAC method to calculate the fundamental matrix, and eliminate the error matching, gain a more accurate matching results)
    2020-11-13 13:59:43下载
    积分:1
  • birdseye
    鸟瞰图校正,基于OPENCV的应用,可以把鸟瞰图校正为平面图。(Aerial view of the correction, based on the application of OPENCV, bird' s eye view can be corrected for the plan.)
    2010-11-09 10:51:46下载
    积分:1
  • MeanShiftSegMent
    根据D. Comaniciu, P. Meer: Mean Shift: A robust approach toward feature space analysis 以及 C. Christoudias, B. Georgescu, P. Meer: Synergism in low level vision.这两篇文献提供的方法编写的图像分割代码,作者是 Chris M. Christoudias, Bogdan Georgescu,代码经我看了后加了丰富的中文注释,希望可以给各位带来阅读上的方便。 基于meanshift的聚类分割方法包括滤波、区域融合等操作,通过调整sigma和sigmar来调整分割效果。(According to D. Comaniciu, P. Meer: Mean Shift: A robust approach toward feature space analysis, and C. Christoudias, B. Georgescu, P. Meer: Synergism in low level vision. These two documents prepared by the methods provided by image segmentation code , the author is Chris M. Christoudias, Bogdan Georgescu, after I read the code, add a rich Chinese notes, hoping to bring you the convenience of reading. Segmentation method based on clustering meanshift including filtering, regional integration and other operations, and by adjusting the sigma sigmar to adjust segmentation results.)
    2013-07-30 19:01:52下载
    积分:1
  • CapVedio
    Visual C++ 6.0,基于opencv,MFC框架下开发,一个具有视频交互功能的桌面程序,功能类似于例程“Computer Vision Virtual Buttons”,能够实现基于视频交互的虚拟按钮的触发,(Visual C++ 6.0, based on opencv, MFC framework of development, a video interactive features of desktop applications, functions similar to the routine " Computer Vision Virtual Buttons" , to video-based interactive virtual button, trigger,)
    2011-01-05 10:33:34下载
    积分:1
  • vcpicph
    VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:   vcvars32   rc bmp.rc   cl smooth.c bmp.res user32.lib gdi32.lib(VC++ image smoothing+ program source code, to achieve a smooth image (to noise), sharpening function in the C drive when testing a test of decentralization Bmp picture, path: C: test.bmp, no words can not test . Is shown above the level of smoothing, you can compare the next, but the feeling of color distortion, interested look. Command-line compiler as follows: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib)
    2014-02-18 15:30:52下载
    积分:1
  • 对CANNY算子进行改进
    对CANNY算子进行改进,其中详细的分析了CANNY算子的原理,已经应用改进的canny算子进行边缘检测,效果较好(CANNY operator improvements, including a detailed analysis of the principle of CANNY operator has been applied to improve the canny operator edge detection, better )
    2020-06-27 01:40:01下载
    积分:1
  • imagejiansuo
    图像处理的简单程序,适合初学者,自己好好看看(Simple image processing procedures, suitable for beginners, its a good look)
    2010-05-28 16:14:09下载
    积分:1
  • DarkChannelPrior
    目标物与摄像机距离已知的情况下,计算白天大气能见度距离。(The distance between the object and the camera is known to calculate the visibility distance in daytime.)
    2017-01-20 14:10:32下载
    积分:1
  • docking_window_demo
    这是一段视频分割的源代码 效果比较好 希望对大家有帮助(This is a video segmentation of the source code for the effect we hope to help)
    2013-05-09 16:42:36下载
    积分:1
  • SITFbasedmatch
    包括基于SIFTGPU的sift特征提取,sift匹配,基于ransac误匹配点剔除等(SIFTGPU based sift feature extraction, sift matching, mismatching points based ransac removed, etc.)
    2021-04-09 22:38:59下载
    积分:1
  • 696518资源总数
  • 106005会员总数
  • 36今日下载