登录
首页 » matlab » NSCT-algorithm

NSCT-algorithm

于 2011-10-24 发布 文件大小:265KB
0 188
下载积分: 1 下载次数: 131

代码说明:

  在Contourlet变换的基础上发展而来的非下采样Contourlet变换,可以得到图像变换之后的平移不变性。(In Contourlet Transform evolved on the basis of non-sampling Contourlet transform, the image can be transformed after the translation invariance.)

文件列表:

NSCT算法
........\atrousc.c,2969,2004-10-17
........\atrousc.dll,7168,2004-10-17
........\atrousc.mexmac,8664,2005-01-24
........\atrousdec.m,1234,2005-11-03
........\atrousfilters.m,19406,2004-09-09
........\atrousrec.m,1012,2004-10-17
........\decdemo.asv,3212,2011-04-21
........\decdemo.m,3226,2011-06-08
........\dfbdecdemo.m,1495,2004-12-22
........\dfilters.m,13234,2004-10-18
........\dmaxflat.m,2607,2004-12-22
........\efilter2.m,1103,2003-04-10
........\extend2.m,1861,2003-11-06
........\ld2quin.m,856,2003-04-10
........\ldfilter.m,662,2003-11-05

........\lpta.m,556,2011-03-11
........\main.m,1077,2011-06-13
........\mctrans.m,854,2003-11-05
........\modulate2.m,775,2003-04-10
........\nsctdec.asv,4660,2011-06-12
........\nsctdec.m,4689,2011-06-12
........\nsctrec.m,3257,2005-11-03
........\nsdfbdec.m,5046,2005-01-20
........\nsdfbrec.m,4931,2005-01-20
........\nsfbdec.m,889,2005-12-19
........\nsfbrec.m,821,2004-10-21
........\nssfbdec.m,2424,2005-01-20
........\nssfbrec.m,2785,2005-01-20
........\parafilters.m,1552,2004-08-07
........\pdfbdec3.m,1229,2011-03-11
........\qupz.m,1161,2003-11-07
........\README.txt,1557,2005-01-20
........\resampz.m,1981,2003-04-10
........\shownsct.m,1001,2005-01-20
........\symext.m,888,2005-12-19
........\upsample2df.m,161,2004-10-16
........\wfilters.m,3326,2004-08-08
........\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

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

发表评论

0 个回复

  • 123
    主要适用于图像分割,用的是马尔科夫随机场,非常好用(Mainly applicable to image segmentation, using the Markov random field, very easy to use)
    2017-05-05 08:13:06下载
    积分:1
  • gmm
    说明:  可用于图像分割、识别分类、语音识别等的代码实现(Recognition classification)
    2019-12-18 14:42:05下载
    积分:1
  • 19958
    简单图像捕获源码程序,结合易语言数码设备支持库,调用API函数发送消息使数码设备捕获图像。(Simple image capture source program, combined with easy language digital equipment support library , call the API function to send a message so that digital devices to capture images.)
    2016-11-02 10:21:23下载
    积分:1
  • jpeg
    jpeg图像压缩和解压缩过程,使用的哈弗曼表包含于程序中,内有详细的文件说明(jpeg image compression and decompression process, the use of Huffman tables included in the program, with detailed documentation)
    2020-11-30 15:09:27下载
    积分:1
  • 公路交通标志(限速)分割和识别的仿真系统Untitled52
    基于数字图像处理,实现一个公路交通标志(限速)分割和识别的仿真系统。要求系统具有界面并实现以下功能: 1)读入交通标志图像; 2)预处理及交通标志定位; 3)多种图像分割功能; 4)形态学滤波等功能; 5)对标志中的数字进行识别。(Based on digital image processing, a road traffic sign (speed limit) segmentation and recognition of the simulation system. Interface and require a system with the following functions: 1) read the traffic sign 2) pre-processing and traffic signs positioning 3) a variety of image segmentation functions 4) morphological filtering and other functions 5) to mark the numbers Identification.)
    2021-04-10 18:28:59下载
    积分:1
  • WatermarkingVedio1
    视频水印的matlab源码,文件较多,分为六个压缩包,如果您作相关方向的研究,可用作参考(Video Watermarking Matlab source, the paper more, divided into six compressed, If you made related to the direction of research, can be used as a reference)
    2006-10-13 17:31:14下载
    积分:1
  • number
    将图片转化为BMP位图,然后通过逐行扫描识别图片中的数字。(A picture into a BMP bitmap, and then through the progressive scanned image in the figure.)
    2009-10-15 16:05:44下载
    积分:1
  • image_fusion
    本程序集合了互信息配准,PV差值,powell算法,基于小波变换的图像融合的一整套算法。只需要在GUI界面输入两幅图像,即可自动完成图像的配准融合。程序包含Matlab源代码。用Matlab打开imagefusion.m,即会弹出gui界面。融合前要输入参考和浮动图像。图像要求像素的 长*宽 一样。否则会报错。程序只能处理灰度图像,彩色图像也会转化成灰度图像处理。程序代码已经有详细的注释,方便读者理解。(The procedures set of mutual information, PV difference, powell algorithm, based on wavelet transform image fusion set of algorithms. Only need to enter the two images in the GUI interface, you can automatically complete the image registration fusion. Program contains Matlab source code. Using Matlab open imagefusion.m, gui interface will pop up. Fusion before the input reference and floating images. Image requires the same pixel length* width. Otherwise incorrect. Can only handle grayscale images, color images into gray image processing also. Program code has detailed notes, to facilitate understanding.)
    2020-06-30 09:40:02下载
    积分:1
  • 2342525234
    DCT 数字水印 VC源代码 DCT 数字水印 VC源代码(DCT digital watermarking VC source code DCT digital watermarking VC source code)
    2007-04-08 20:59:38下载
    积分:1
  • RANSAC-Toolbox
    图像处理中ransac算法使用工具,同图复制篡改检测(The image processing algorithm ransac tool tamper detection with FIG copy)
    2017-05-02 11:18:07下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载