登录
首页 » matlab » atrous-NSCT

atrous-NSCT

于 2020-12-15 发布 文件大小:486KB
0 150
下载积分: 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_MRF_toy_examples
    matlab 马尔科夫随机场简单的实现例子(Markov random field matlab implementation simple example)
    2009-03-06 17:11:59下载
    积分:1
  • im_smooth
    说明:  本程序功能为图像平滑的实现,平滑方法包括中值滤波、均值滤波和高斯滤波算法。可直接下载运行。(The program features for the realization of image smoothing。 The smoothing methods include median filtering, average filtering and Gaussian filtering algorithm. This program can be run directly after downloading.)
    2020-11-23 22:39:33下载
    积分:1
  • shuiguoshibie
    说明:  matlab水果识别器,形态学,识别五种水果,要求背景较简单边缘明析(matlab fruit recognizer, morphology, recognition of five kinds of fruits, requiring simple background and edge)
    2021-03-16 11:09:21下载
    积分:1
  • image-stitching--matlab
    改进的图像拼接算法,基于sift算法,实现图像的自动拼接,测试,完美运行(Improved image mosaic algorithm based the sift algorithm to achieve automatic image stitching, test, run perfectly)
    2013-04-25 11:11:29下载
    积分:1
  • jpeg2000
    compressing the image using JPEG 2000 compression coding to get 10:1 ratio
    2013-02-08 11:36:31下载
    积分:1
  • JROI
    Compression of face images impact the performance of face recognition (FR) systems. JPEG Region of Interest (JROI) compression maintains high image quality in facial regions while compressing the background more, with minimal impact on FR performance.(Compression of face images impact the perf ormance of face recognition (FR) systems. JPEG Region of Interest (JROI) compression maintai ns high image quality in facial regions while co mpressing the background more, with minimal impact on FR performance.)
    2007-02-15 22:58:14下载
    积分:1
  • work
    图像检索中用于相关反馈的MATLAB程序供大家参考(注:在MATLAB7.0中使用)(Image Retrieval Relevance Feedback for the MATLAB program for your reference (Note: the use of MATLAB7.0))
    2007-11-26 13:33:30下载
    积分:1
  • GraphCut
    对Vladimir Kolmogorov,Yuri Boykov大牛的算法杰作——Graph Cut进行使用演示,代码力求精简,可供Graph Cut初学者参考学习。已通过VS2005编译。(Of Vladimir Kolmogorov, Yuri Boykov big cow masterpiece algorithm- Graph Cut for the use of demonstration, the code to be simple, for beginners Reference Graph Cut Study. VS2005 compiler has passed.)
    2020-10-30 22:20:01下载
    积分:1
  • CODE
    image compression using dwt and dct
    2012-08-01 14:29:24下载
    积分:1
  • 基于OPENCV的SIFT特征提取与匹配算法 OPENCV_SIFT_VC6
    基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。程序运行前须安装(1)OpenCV: http://opencvlibrary.sourceforge.net (2)SIFT: http://web.engr.oregonstate.edu/~hess/index.html,并配置其环境参数。(OPENCV the SIFT-based feature extraction and matching algorithm. Contains a complete Gaussian pyramid from the image, DOG, space extremum point extraction, description of key points, KDtree matching key step in the realization of the full function of the comprehensive and in-depth understanding of Lowe s SIFT algorithm of tremendous help. Program to run before the installation of (1) OpenCV: http://opencvlibrary.sourceforge.net (2) SIFT: http://web.engr.oregonstate.edu/ ~ hess/index.html, and configure the parameters of their environment.)
    2020-06-26 03:00:02下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载