登录
首页 » matlab » atrous-NSCT

atrous-NSCT

于 2020-12-15 发布 文件大小:486KB
0 116
下载积分: 1 下载次数: 52

代码说明:

  atrous NSCT图像融合算法 可直接使用 带有实验测试图(atrous NSCT image fusion )

文件列表:

12-atrous_NSCT变换融合


......................\atrousc.dll,7168,2004-10-17
......................\atrousc.mexmac,8664,2005-01-24
......................\atrousdec.m,1265,2012-07-18
......................\atrousfilters.m,19406,2004-09-09
......................\atrousrec.m,1011,2012-07-18
......................\A_fusion.m,3875,2013-03-10
......................\C_atrousdec.m,678,2012-07-18
......................\C_atrousrec.m,113,2012-07-18
......................\C_atrous_contourlet_fusion.asv,3684,2013-03-10
......................\C_PJZB.m,8237,2013-03-10
......................\dfilters.m,13234,2004-10-18
......................\dmaxflat.m,2607,2004-12-22
......................\double2uint8.m,136,2013-03-10
......................\DPin_mean.m,143,2013-03-10
......................\efilter2.m,1103,2003-04-10
......................\extend2.m,1861,2003-11-06
......................\fusion.asv,3876,2013-03-10

......................\GPin_max.m,263,2013-03-10
......................\hist_op.m,5547,2013-03-10
......................\hsi2rgb.m,827,2012-05-11
......................\mctrans.m,854,2003-11-05
......................\modulate2.m,775,2003-04-10
......................\nsdfbdec.m,5046,2005-01-20
......................\nsdfbrec.m,4931,2005-01-20
......................\nssfbdec.m,2424,2005-01-20
......................\nssfbrec.m,2785,2005-01-20
......................\parafilters.m,1552,2004-08-07
......................\resampz.m,1981,2003-04-10
......................\rgb2hsi.m,416,2012-05-11
......................\symext.m,888,2005-12-19
......................\Untitled11.m,771,2012-07-18
......................\upsample2df.m,161,2004-10-16
......................\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
......................\ZFTPP.m,996,2013-03-10
......................\单个程序表格.doc,38400,2013-03-10
......................\表格--评价指标.doc,33280,2012-09-06

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

发表评论

0 个回复

  • 去噪
    灰度图像简单的去噪方法;MATLAB实现模板操作的方法;空域滤波中常用的平滑滤波器;利用MATLAB程序进行图像去噪。(Simple grayscale image denoising)
    2018-05-12 11:23:58下载
    积分:1
  • C++ 二维码识别
    C++ 二维码识别
    2015-01-07下载
    积分:1
  • Face-deformation
    C++,人脸变形,选择图片,在图片中选择一个四边形窗口(人物脸部),然后再在内部选择一个四边形窗口,逆时针选择,然后点击变形直接呈现变形结果,点击动画可以查看人脸变形过程(C++ program, select a picture, choose a quadrilateral window (human faces) in the picture, and then select a quadrilateral inside the window, counter-clockwise to select, then click on the deformation presented directly deformation results, click animated facial deformation process can be viewed)
    2014-02-16 13:46:01下载
    积分:1
  • halcon检测胶圈闭合
    说明:  halcon检测封闭胶圈,halcon12版本(Halcon detection of closed aprons)
    2020-07-02 06:20:01下载
    积分:1
  • TIP_ASDS_IR
    TIP10的paper "Image Deblurring and Super-Resolution by Adaptive Sparse Domain Selection and Adaptive Regularization" 的代码。一个图像去噪和超分辨的算法(TIP10' s paper " Image Deblurring and Super-Resolution by Adaptive Sparse Domain Selection and Adaptive Regularization" code. Image denoising and super-resolution algorithm)
    2011-09-19 20:43:20下载
    积分:1
  • oyablem
    MD5 algorithm can be directly called debugging no problem not subject to environmental restrictions
    2018-08-03 21:17:20下载
    积分:1
  • text-edge-detection
    蚁群算法,图像边缘检测,用于模式识别,可以编译通过!(Ant colony algorithm for image edge detection for pattern recognition can be compiled by!)
    2012-09-10 08:16:55下载
    积分:1
  • MSRCR
    带色彩恢复因子的retinex算法,用于处理雾天图像(Recovery factor with color retinex algorithm, used to deal with fog image)
    2009-04-08 20:14:30下载
    积分:1
  • py-faster-rcnn-master
    图像检测的算法,Faster R-CNN算法,先对整张图像进行卷积计算,然后通过感兴趣区域池化层(RoI Pooling Layer)将选择性搜索算法推荐出来的候选区域和卷积网络计算出的特征映射图进行融合,得到候选区域对应的特征矢量,这种共享卷积计算的操作极大地减少了卷积计算的次数。而且这些特征矢量的维度统一,方便后续的分类工作。通过感兴趣区域池化层处理卷积特征,并将得到的特征送往两个并行计算任务进行训练,分类和定位回归。通过这些方法和改进的框架,Fast R-CNN 用更短的训练和测试时长,取得了比 R-CNN 更好的效果(Faster R-CNN algorithm first convolutes the whole image, then fuses the candidate regions recommended by the selective search algorithm and the feature mapping maps calculated by the convolution network through the RoI Pooling Layer to get the corresponding feature vectors of the candidate regions, which greatly reduces the number of convolution calculations. Moreover, the dimension of these feature vectors is unified, which facilitates the subsequent classification work. The convolution feature is processed by the pooling layer of the region of interest, and the obtained feature is sent to two parallel computing tasks for training, classification and positioning regression. Through these methods and improved framework, Fast R-CNN uses shorter training and testing time and achieves better results than R-CNN.)
    2020-12-11 15:39:18下载
    积分:1
  • TSPA Multi-baseline Phase Unwrapping Method
    说明:  多基线SAR,InSAR相位解缠代码,Matlab版本,对应论文:Robust Two-Dimensional Phase Unwrapping for Multibaseline SAR Interferograms: A Two-Stage Programming Approach ,含数据、代码及验证结果(Multi baseline SAR, InSAR phase unwrapping code, matlab version, corresponding paper: robot two dimensional phase unwrapping for multibaseline SAR interferograms: a two stage programming approach, including data, code and verification results)
    2021-03-26 14:39:14下载
    积分:1
  • 696521资源总数
  • 104072会员总数
  • 37今日下载