登录
首页 » matlab » SARdenoising1

SARdenoising1

于 2010-05-07 发布 文件大小:5KB
0 199
下载积分: 1 下载次数: 151

代码说明:

  基于NSCT的SAR图像自适应去噪程序,须在NSCT工具包里面运行。(SAR images denosing base on NSCT !!!)

文件列表:

SARdenoising1.m

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

发表评论

0 个回复

  • WAV-LSB-Watermark
    WAV音频的LSB信息隐藏,隐藏文件为二值图像,Matlab编程(WAV audio LSB information hiding, hidden files as binary image, Matlab programming)
    2020-11-18 17:49:38下载
    积分:1
  • VCPP-image-processing-chapter05
    VisualC++数字图像处理技术详解第2版光盘-第五章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter V)
    2016-04-16 13:33:13下载
    积分:1
  • 基于区域的主动轮廓模型算法论文RegionBasedSnake
    基于区域的主动轮廓模型算法,是论文《Active Contours Without Edges》的VC算法实现(Region-based active contour model algorithm, for the paper " Active Contours Without Edges" of the VC algorithm)
    2020-06-28 12:00:01下载
    积分:1
  • LBP
    说明:  统一化LBP算子,作为一种有效的纹理描述算子,对图像局部纹理特征有卓越的描述能力,有很强的分类能力、较高的计算效率,并且对单调的灰度变化具有不变性。(Unified LBP operator, as an effective texture description operator, the local texture features for image description is outstanding ability, strong classification ability, higher efficiency, and to the monotonous gray scale invariant .)
    2010-04-20 18:44:00下载
    积分:1
  • demoBagSVM
    一种基于半监督的svm的图像分类方法。该方法通过聚类核的方法利用无标记样本局部正则化训练核的表达式。这种方法通过图像直接学习一个自适应的核。该程序仿真的是文章:Semi-supervised Remote Sensing Image Classification with Cluster Kernels。大家可以参考下。(A semi-supervised SVM is presented for the classification of remote sensing images. The method exploits the wealth of unlabeled samples for regularizing the training kernel representation locally by means of cluster kernels. The method learns a suitable kernel directly from the image, and thus avoids assuming a priori signal relations by using a predefined kernel structure. Good results are obtained in image classification examples when few labeled samples are available. The method scales almost linearly with the number of unlabeled samples and provides out-of-sample predictionsds)
    2013-09-03 10:44:56下载
    积分:1
  • Wave-equation-forward-modeling
    1、参数初始化; 2、形成边界削波数据; 3、波场初始化; 4、Zmax层波场延拓到深度Zmax-1; 5、Zi+1层波场延拓到深度Zi; 6、重复5,从Iz Nz-1开始,直到Iz 1,得测线上的频率—空间域波场; 7、频率-空间域波场对频率做反傅里叶变换,得时间-空间波场; (1, parameter initialization 2, the formation of boundary clipping data 3, wave field initialization 4, Zmax layer wave field extended to the depth of Zmax-1 5, Zi+1 layer wave field extended to the depth of Zi 6, repeat 5, starting Iz Nz-1 until Iz 1, the frequency of the test line- spatial domain wave field 7, frequency space domain wave field to frequency inverse Fourier transform, time- space field )
    2021-03-07 16:59:29下载
    积分:1
  • visual-detecting-for-PCB
    用VC++视觉检测程序,可以打开PCB板的照片文件,对其进行编辑、点运算、几何变换、正交变换、图像增强、形态变换、边缘与轮 廓检测、图像分析与复原、图像编码等功能。其中点运算包括图像反色、线性变换、阀值变换等功能;边缘检测包括Robert算子、 Sobel算子、Gauss-Laplace算子等;正交变换包括傅里叶变换、离散余弦变换、沃尔什变换;图像编码包括哈弗曼编码表、香农弗 曼编码表、行程编码、LZW编码等。 对于研究电子封装技术,视觉检测及电机精确控制的同学学习参考使用。(visual detecting for PCB.rar)
    2020-09-28 17:27:44下载
    积分:1
  • ps_selected_estGamma
    PS处理过程中,利用迭代算法估计相干系数,并选取稳定点目标的算法实现。(PS process, using an iterative algorithm to estimate the coherence and stable point target algorithm)
    2017-05-03 18:20:01下载
    积分:1
  • Inpainting--on-Wavelet-
    图像修复是图像处理的一个重要问题。这是一个困难的问题,同时填写在地区缺少图像信息的纹理和结构。以损坏的图像inpaint失踪的结构和纹理信息,基于小波分解的图像修补算法提出。首先损坏的图像分解成子图像和纹理结构,利用小波子图像转变。然后,地区结构中缺少的信息的子图像重建曲率驱动扩散(CDD),算法,而在同一区域的纹理子图像填写基于改进的纹理合成的典范 最后,恢复的图像,通过重组,结构和纹理恢复的结果。大量的实验表明,该算法可以快速,高效地恢复在同一时间的结构和纹理信息,视觉效果和峰值信噪比比(PSNR)比同类算法更好。(Image inpainting is an important problem image processing. It is a difficult problem to simultaneously fill-in the texture and structure in regions of missing image information. In order to inpaint the damaged image with both missing the structure and texture information, an image inpainting algorithm based on wavelet decomposition is presented. First the damaged image is decomposed into structure sub-image and texture sub-image using the wavelet transformation. Then, the sub-image with the region of missing information in the structure is reconstructed by Curvature-Driven Diffusions (CDD) algorithm, while the same region in the texture sub-image is filled-in with the improved texture synthesis based on exemplar Finally, the restored image is given by recombining the structure and texture restored results. A large number of experiments show that the proposed algorithm can quickly and efficiently restore the structure and texture information at the same time, and the visual eff)
    2012-06-05 22:04:45下载
    积分:1
  • renlianjiance
    这是完整的一套人脸表情识别,从样本训练到目标的识别.采用PCA来提取特征(This is the complete set of Facial Expression Recognition from the sample to the target identification training. Using PCA to extract the characteristics of)
    2008-04-10 13:14:16下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载