登录
首页 » matlab » waveletdecomposition

waveletdecomposition

于 2010-10-09 发布 文件大小:376KB
0 233
下载积分: 1 下载次数: 152

代码说明:

  对红外图像进行增强,采用多小波分解进行分层增强(Infrared image enhancement, wavelet decomposition of multi-layered enhancement)

文件列表:

多小波增强
..........\enhence1.m,4967,2009-06-01
..........\huan.m,337,2009-06-01
..........\huan2.m,283,2009-06-01
..........\main1.m,1167,2009-06-03
..........\NMSE.m,307,2009-05-12
..........\noiseimage.m,409,2009-05-20
..........\多小波
..........\......\birthday.mat,65728,1999-11-17
..........\......\boats.mat,65728,1999-11-17
..........\......\camera.mat,65728,1999-11-17
..........\......\coef.m,16562,2001-12-20
..........\......\coef_dcov1D.m,3620,2009-05-13
..........\......\coef_dcov2D.m,26817,2009-05-13
..........\......\coef_prep.m,5405,2001-12-20
..........\......\coef_thadj.m,5590,1998-10-13
..........\......\comp_lenna256_bih52sbih5ap_1024.ps,141420,2001-11-04
..........\......\comp_lenna256_bih52sbih5ap_10240.ps,141422,2001-11-04
..........\......\comp_lenna256_clclap_1024.ps,141414,2001-11-04
..........\......\Copyright.txt,626,1998-10-13
..........\......\covm1D_appe.m,1491,1998-10-10
..........\......\covm1D_rrpe.m,1231,1998-10-13
..........\......\dec1D_pe.m,2466,2001-11-04
..........\......\dec2D_pe.m,1720,1998-10-10
..........\......\enhence.m,4959,2009-05-15
..........\......\example1D.m,6725,2001-11-07
..........\......\keepnlarge.m,1410,1998-10-13
..........\......\lenna256.mat,65728,1999-11-17
..........\......\multiplot.m,1229,2001-12-20
..........\......\MWMP.README,6563,2001-11-07
..........\......\MWMP_list.m,3134,2001-10-31
..........\......\postp1D_appe.m,1471,2001-11-04
..........\......\postp1D_rr.m,1176,2001-11-04
..........\......\postp2D_appe.m,1141,1998-10-10
..........\......\postp2D_rr.m,1344,1998-10-13
..........\......\prep1D_appe.asv,1650,2009-05-28
..........\......\prep1D_appe.m,1626,2001-11-04
..........\......\prep1D_rr.m,1337,2001-11-04
..........\......\prep2D_appe.asv,1322,2009-05-28
..........\......\prep2D_appe.m,1322,2001-11-04
..........\......\prep2D_rr.m,1401,2001-11-04
..........\......\rec1D_pe.m,3596,2001-11-04
..........\......\rec2D_pe.m,1717,1998-10-10
..........\......\simpcomp2D.m,3586,2001-11-04
..........\......\th2D.asv,5260,2009-05-15
..........\......\th2D.m,5279,2009-05-15
..........\......\thresh.asv,2315,2009-03-18
..........\......\thresh.m,2315,1998-10-13
..........\......\thresh_decor1D.m,2175,1998-10-13
..........\......\thresh_decor2D.m,3960,1998-10-10
..........\......\thresh_vec1D.m,1855,1998-10-10
..........\......\thresh_vec2D.m,3588,1998-10-10
..........\......\th_my_image_noisy_2.ps,7022,2001-10-31
..........\......\transop.m,1715,1998-10-10

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

发表评论

0 个回复

  • yasuobi
    本代码为了检测哈弗曼编码后的图像压缩比,并且给出了哈夫曼的编码与解码(The code in order to detect Huffman encoded image compression ratio, and gives Huffman encoding and decoding)
    2015-08-03 11:12:20下载
    积分:1
  • LTP_demo-v1
    说明:  对图像进行纹理特征提取,有LBP,旋转不变lbp,统一lbp,小波特征提取等比较齐全的特征提取算法(Texture feature extraction of images, such as LBP, rotation invariant lbp, unified lbp, wavelet feature extraction and other relatively complete feature extraction algorithms)
    2019-01-11 21:53:22下载
    积分:1
  • 区域生长法
    区域生长法进行图像分割,通过选取合适的种子点,将感兴趣区域分割出来。(The region growing method is used for image segmentation, and the region of interest is segmented by selecting appropriate seed points.)
    2019-03-18 09:27:28下载
    积分:1
  • shapefromshading_varynoise
    estimate shape of a noisy image from the shading information
    2013-09-12 17:40:57下载
    积分:1
  • otsu-method
    两次利用大津法对图像进行分割,将前景与背景,白色区与背景分割开,并二值化。(Otsu method twice using image segmentation, the foreground and background, white background area and separate, and binary.)
    2009-12-17 11:27:40下载
    积分:1
  • likai
    织物疵点检测,输入一副织物图片,先除去图片上的噪声,在经过形态学操作,检测出织物上的疵点(Fabric defect detection, enter a pair of fabric pictures, first remove the noise the picture, after morphological operations, detect defects on the fabric)
    2015-07-13 10:39:00下载
    积分:1
  • SingleCalibrate
    基于opencv的相机单目标定程序,很好的学习资源,做图像矫正的可以看看~(Opencv based on a single target of the camera program)
    2015-05-06 13:53:42下载
    积分:1
  • kmeans
    一种基于K均值的自然图像聚类方法,编程算法巧妙(Based on the natural images k-means clustering method, programming algorithm is clever)
    2012-03-14 21:02:01下载
    积分:1
  • face
    基于Gabor小波变换的特征提取和人工智能的人脸检测系统源代码.(Based on the Gabor wavelet feature extraction and artificial intelligence face detection system source code.)
    2008-06-05 16:53:58下载
    积分:1
  • NonLocalMeansFiltering
    此算法为基于k-means聚类的非局部均值快速去噪算法,方法便捷有效,可保持边缘信息(this is a fast edge-preserving denoising method based on non-local means method with k-means clustering)
    2020-12-04 17:19:25下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载