登录
首页 » matlab » e900f286

e900f286

于 2020-11-24 发布
0 196
下载积分: 1 下载次数: 1

代码说明:

说明:  PCA图像降噪新算法-LPG PCA,全名叫做Two-stage Image Denoising by Principal Component Analysis with Local Pixel Grouping。内含算法代码和数据集,均经本人实测,可进行灰度图像和RGB图像的降噪,且PSNR和SSIM指标明显好于小波滤波、K-SVD等经典算法。值得学习图像降噪的看看!(The new algorithm of PCA image denoising LPG PCA, full name is two stage image denoising by principal component analysis with local pixel grouping. The algorithm code and data set can be used to reduce the noise of gray image and RGB image, and the PSNR and SSIM are better than the classical algorithms such as wavelet filtering and K-SVD. It's worth learning about image denoising!)

文件列表:

lpgpca\Code\blow.m, 168 , 2004-07-01
lpgpca\Code\cal_ssim.m, 6168 , 2009-05-05
lpgpca\Code\csnr.m, 462 , 2015-07-02
lpgpca\Code\csnr_color.m, 543 , 2011-01-11
lpgpca\Code\getgau2.m, 217 , 2008-06-30
lpgpca\Code\getpca.m, 329 , 2015-07-02
lpgpca\Code\getpca1.m, 329 , 2006-04-14
lpgpca\Code\getpca2.m, 433 , 2008-07-13
lpgpca\Code\LPGPCA.m, 1847 , 2015-07-05
lpgpca\Code\lpgpca_1.m, 1065 , 2010-01-30
lpgpca\Code\lpgpca_2.m, 1211 , 2009-05-06
lpgpca\Code\LPGPCA_color.m, 3076 , 2010-04-03
lpgpca\Code\LPGPCA_color_denoising.m, 6079 , 2015-07-02
lpgpca\Code\LPGPCA_denoising.m, 5642 , 2015-07-02
lpgpca\Code\lpgpca_new.m, 1860 , 2010-04-03
lpgpca\Code\LPG_new.m, 823 , 2015-07-02
lpgpca\Code\Write2Im.m, 506 , 2009-05-05
lpgpca\Images\barbara.tif, 198598 , 2009-05-08
lpgpca\Images\cameraman.tif, 65722 , 2009-02-05
lpgpca\Images\house.tif, 65722 , 2009-01-19
lpgpca\Images\house_color.tif, 197042 , 2009-09-15
lpgpca\Images\lena.tif, 65798 , 2003-06-07
lpgpca\Images\Monarch.tif, 66196 , 2009-01-19
lpgpca\Images\Parrot.tif, 197042 , 2009-05-24
lpgpca\Images\p_bar.tif, 49434 , 2010-04-03
lpgpca\Images\Tower.tif, 197042 , 2009-05-26
lpgpca\ReadMe.txt, 181 , 2009-09-15
lpgpca\Test_LPGPCA.m, 1507 , 2015-07-05
lpgpca\Test_LPGPCA_Color.m, 1453 , 2015-07-02
lpgpca\Code, 0 , 2015-07-15
lpgpca\Images, 0 , 2015-07-15
lpgpca, 0 , 2015-07-15

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

发表评论

0 个回复

  • optics
    说明:  光学现象模拟,包括反射,折射,牛顿环,杨氏双缝干涉等。转自某blog(optical phenomena simulation, including reflection, refraction, Newton Central, Young's double slit interference. Transfers from a blog)
    2006-04-28 18:02:10下载
    积分:1
  • xibaofenge
    从一幅多个细胞的图像中,分割出单个的细胞,一个细胞一个小图。(more than one cell from the image, segmentation of individual cells, a cell a small map.)
    2006-08-25 16:19:36下载
    积分:1
  • initial_position.tar
    用于姿态初始化(position initialize)(for position initializing)
    2017-09-10 23:04:01下载
    积分:1
  • Image-Denoising-
    基于小波变换的数字图像降噪的源代码,利用改进的小波阈值法进行图像去噪(Digital image noise reduction based on wavelet transform source code, improved wavelet thresholding method for image denoising)
    2012-12-29 13:35:20下载
    积分:1
  • chapter12
    图像处理中的数字识别代码,包括数字训练集合和训练分类算法,可以实际应用。(digital recognition)
    2015-10-11 21:25:41下载
    积分:1
  • OpenCVFaceDetectDirectShow小波分割算法
    OpenCV FaceDetectDirectShow小波图像分割算法(Wavelet image segmentation algorithm)
    2020-06-17 05:20:01下载
    积分:1
  • centroid
    已知一图像的轮廓,计算该轮廓质心,并标注在图上(A known the outline of image, the contour centroid calculation, and marked on the map )
    2012-04-11 16:38:08下载
    积分:1
  • Gaussian
    高斯滤波是一种线性平滑滤波,适用于消除高斯噪声,广泛应用于图像处理的减噪过程。通俗的讲,高斯滤波就是对整幅图像进行加权平均的过程,每一个像素点的值,都由其本身和邻域内的其他像素值经过加权平均后得到。高斯滤波的具体操作是:用一个模板(或称卷积、掩模)扫描图像中的每一个像素,用模板确定的邻域内像素的加权平均灰度值去替代模板中心像素点的值。(Gaussian smoothing filter is a linear filter for the elimination of Gaussian noise, the noise reduction process is widely used in image processing. Popular speaking, a Gaussian filter to the whole image is a weighted average of the process, the value of each pixel, both by itself and other neighborhood pixel values obtained after weighted average. The specific operation Gaussian filter is: a template (or a convolution mask) to scan each pixel in the image, a weighted average gray value of the neighborhood is determined using a template to replace the pixel value of the center pixel of the template.)
    2014-10-18 09:00:28下载
    积分:1
  • quzao1
    说明:  广义灰度数学形态学滤波,输入信号,结构元素的长度,类型(Generalized gray-scale mathematical morphology filter, the input signal, the length of structural elements, type)
    2008-10-13 10:16:53下载
    积分:1
  • GuaussCoordinate
    说明:  高斯投影正反算,将大地坐标转换为平面直角坐标系的坐标。(Positive and negative Gauss projection operator, the geodetic coordinates into Cartesian coordinates the coordinates.)
    2020-12-01 21:59:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载