登录
首页 » Matlab » matlab图像去噪功能

matlab图像去噪功能

于 2023-09-04 发布 文件大小:5.04 kB
0 78
下载积分: 2 下载次数: 1

代码说明:

代码主要功能是图像去噪1.将矩阵转换为稀疏矩阵2.稀疏矩阵的各种运算(加、减、乘)3.稀疏矩阵的GS和雅各比求解4.将含噪点的图片读入矩阵之后对图片进行去噪操作

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

发表评论

0 个回复

  • dct
    M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:ceshiyuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:ceshilogistic_nuaa64.bmp ) figure imshow(J) xlabel( 水印图像 ) 嵌入水印 tem=1 for p=1:N for q=1:N x=(p-1)*K+1 y=(q-1)*K+1 BLOCK=I(x:x+K-1,y:y+K-1) BLOCK=dct2(BLOCK) if J(p,q)==0 a=-1 else a=1 end BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01) BLOCK=idct2(BLOCK) I(x:x+K-1,y:y+K-1)=BLOCK end end 显示嵌入水印后的图像 figure imshow(I) xlabel( 嵌入水印后的图像 ) imwrite(I, f:ceshiembedded.bmp )
    2010-06-13 18:43:39下载
    积分:1
  • sambhare
    说明:  matlab编写的纹理图像分割 gussian滤波后k-means聚类 并将不同区域用线条表示出来(Matlab prepared texture image segmentation, Gussian filtering, K-means clustering and different regions are represented by lines)
    2021-03-04 12:39:32下载
    积分:1
  • experiment_sn
    this file is about communication engineering Digital Transmission System this is a .m file to simulate a signal and noise ratio which the signal is NRZ bipolar signal and the noise is gaussian noise it will plot the error probability
    2009-04-08 11:55:49下载
    积分:1
  • xyz2blh_pudn
    说明:  坐标转换,从地固坐标系的笛卡尔直角坐标到大地坐标,考虑到不同的椭球参数。(function to calculate the geodetic Earth-fixed coordinates from Cartesian coordinates )
    2009-08-05 04:39:27下载
    积分:1
  • Data-from-Original-Paper
    Application of Cauchy method for Extraction of Filter S polynomials with lossy network
    2020-12-15 10:49:13下载
    积分:1
  • 单层杆类结构的导波频散曲线matalb程序
    资源描述本代码是基于matlab编写的,主要用于计算超声导波在单层杆类结构中传播时的相速度频散曲线,代码内有很详细的注释,可读性很高,便于移植,其中的一些参数可以根据使用者具体要计算的杆类构件的的实际几何尺寸修改。
    2022-04-12 17:16:19下载
    积分:1
  • RANSAC
    说明:  随机抽样一致算法RANSAC,在图像配准中可以用于去除不精确的匹配点。(Random sample consensus algorithm RANSAC, in the image registration can be used to remove inaccurate matching point.)
    2009-09-03 13:06:55下载
    积分:1
  • A_rate_of_13_c_dc
    A率13折线的编译码实现 1、了解PCM及13折线A率编码及译码的原理; 2、随机给出一个语音信号,并用A率13折线PCM对其编码; 3、将编码后的信号经过加性高斯白噪声信道,并在接收端对其进行译码; 4、分别画出原始语音信号、PCM编码信号以及译码后信号的波形。 (A rate of 13 polyline encoding and decoding implementation 1, to understand the principles of PCM and the broken line 13 A rate of encoding and decoding Two were given a voice signal, and PCM encode A rate of 13 polylines 3, the encoded signal through an additive white Gaussian noise channel, and the receiver decodes 4, respectively, to draw the waveform of the original speech signal, the PCM encoded signal and decoding signals.)
    2012-04-25 08:56:42下载
    积分:1
  • 全面的定功率单环控制开源码
    music高阶谱分析算法,主要是基于mtlab的程序,用MATLAB实现动态聚类或迭代自组织数据分析,搭建OFDM通信系统的框架,基于分段非线性权重值的Pso算法,采用加权网络中节点强度和权重都是幂率分布的模型。
    2022-02-06 06:08:34下载
    积分:1
  • MATLAB
    An Matlab implementation neural program
    2010-12-04 13:43:46下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载