搜索资源列表
Euler(matlab)_CanTestWithImage
- 计算图像中的欧拉数,经典代码,采用matlab实现,可以熟悉欧拉数的求法,及相关MATLAB函数的用法,带图片可测试。-calculated image of Euler number, classic code using Matlab realized, could familiar with the Euler number for the law, MATLAB functions and related usage, with pictures can be tested.
MATLAB-PISM
- 这是显示通信系统中两路信道内噪声相关系数大小,如何确定,受什么参数影响的函数表达-communication system both within the channel noise correlation coefficient size, how to identify, affected by the parameters of function expression
zxl
- 利用维纳图像复原,并采用直接逆滤波、信噪比维纳滤波、自相关函数维纳滤波、中值滤波进行横向、纵向比较-Image restoration using Wiener and direct inverse filtering, Wiener filtering noise ratio, since the correlation function Wiener filtering, median filtering for horizontal, vertical comparison
graycomatrix
- 共生矩阵算法,用到matlab中的灰度共生矩阵相关函数。实现纹理特征计算。-matlab function for picture process.
MATLAB6.5processing
- 本书是基于MATLAB 6.5的图像处理工具箱v3.2(Image Processing Toolbox)编写的,较全面系统地介绍了图像处理工具箱v3.2函数在有噪和退化图像的恢复、图形绘制、图像几何变换、图像增强、二值分析、小波分析和分形几何用于图像处理工具箱在工程中具体应用,通过具体的分析和详细的实例,读者不仅可以对MATLAB图像处理工具箱函数的强大功能有一个深刻了解,更能学会正确运用它快速解决实际问题的方法,从而提高分析问题和解决问题的能力。 本书内容全面新颖、针对性强,理论与实际
matlab
- 关于matlab图像的处理,实现对图像的分析,增强,涉及了图像处理的各种函数的调用和相关算法的设计。-failed to translate
Image-fusion-toolbox
- 图像融合工具箱,里面有相关的函数,相信对某些朋友有用。-Image fusion toolbox,including several related functions, I think it useful for some friends.
16
- matlab 图像处理 使用噪声能量和图像一维自相关函数进行维纳滤波-matlab image processing and image noise energy use one-dimensional autocorrelation function of Wiener filter
chen2
- 小波变化的一些相关函数,matlab环境下-Wavelet transform of a number of related functions, matlab environment
regiongrowing
- 利用MATLAB图像处理工具箱的相关函数,对图像进行基于区域生长的图像分割。-using MATLAB Image Processing Toolbox function, the image segmentation based on region growing.
ISAR-Imaging-With-MATLAB-Algorithms
- 这本书提供了充分的代表性逆合成孔径雷达(ISAR)成像,这是一种流行和重要的雷达信号处理工具。本书涵盖了所有可能的ISAR成像方面。这本书提供了一个介绍了专家组的逆问题和合成孔径雷达(SAR)提出的问题之前,信号处理技术和雷达基本相当。如高分辨率SAR的重要概念,脉冲压缩和图像形成连同相关的MATLAB代码。 ISAR成像的基本原理后,这本书提供了相关的MATLAB函数和代码成像ISAR成像的详细程序。 ISAR成像,多个成像技巧和微调,如零填充和窗口程序,以提高图像的质量也被提出。最后,逆合成
matlab-Image-processing-
- matlab图像处理函数汇总 包括:图像的变换,模拟噪声生成函数和预定义滤波器, 图像处理相关函数命令大全-matlab image processing functions summary include: the transformation of the image, analog noise generating functions and predefined filters, image processing related function command Daquan
Matlab-DIPUM
- 用matlab进行图像处理的相关函数,可进行图像的处理,不用自己写函数了-Image processing using matlab function, image processing, do not write your own functions
matlab
- 图像分割算法源码 Matlab图像处理相关函数的使用-Image Segmentation
rician
- 莱斯分布相关函数及图像 matlab语言(Rician distribution related function and plots)
纹理特征提取
- MATLAB实现图像纹理特征提取:自相关函数法、灰度共生矩阵、分数阶傅里叶变换。GUI界面。运行后可自定义自相关函数的x和y轴偏移,灰度共生矩阵的距离和角度,分数阶傅里叶变换的阶数。输出相应的特征图。(MATLAB realize image texture feature extraction: autocorrelation function method, gray co-occurrence matrix, fractional Fourier transform. GUI interf
matlab源文件包
- 小波变换相关函数在matlab中如何应用 小波分解和重构过程 小波变换在图像压缩、融合等方面的应用并用matlab来实现(How to apply wavelet transform correlation function in MATLAB Wavelet decomposition and reconstruction process The application of wavelet transform in image compression and fusion i
code
- 噪声背景下的信号检测是一项复杂而又重要的任务,在雷达信号检测和通信领域都是重要的课题。在低信噪比情况下与普通自相关函数法进行了比较。给出了时域及频域(Signal detection in noisy background is a complex and important task. It is an important topic in the field of radar signal detection and communication. Compared with the gene
超前滞后相关+滑动平均
- 修改了超前滞后相关函数关于相关系数检验的部分程序,避免了样本数太大检验不了的情况。matlab中调用smooth函数后头尾是有数据的,不符合气象统计滑动平均的原理,按照公式编了一个能直接用的滑动平均。