搜索资源列表
matlab_smooth
- 各种平滑算法验证,除在matlab中验证外,word文档中也有详细说明-various smoothing algorithm validation, in addition to verify matlab, word documents also detail
gausssmooth2006-10-24
- Visual C++matlab图像处理与识别实用案例精选之高斯平滑算法的源程序-Visual C matlab image processing and recognition practical case Featured Gaussian smoothing algorithm source code
matlab
- 基于常用的灰度变换法和直方图均衡化法等图像增强算法,提出了一种对比度增强算法.该算法首先对直方图进行平滑处理,再进行直方图均衡化,然后在整个显示范围内对图像灰度级进行等间距排列,最后对图像进行中
matlab编写的meanshift算法
- 这个是meanshift算法的和函数,已经其用于图像的平滑和分割的程序
matlab图像处理软件
- 可以直接使用,系统完成的基本功能大致如下: 1.能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开、保存、另存、打印、退出等功能操作; 2.数字图像的统计信息功能:包括直方图的统计及绘制、区域图的面积、周长的统计、线条图中的距离测量等; 3.数字图像的增强处理功能: (1)空域中的点运算、直方图的均衡化、各种空间域平滑算法(如局部平滑滤波法、中值滤波等)、锐化算法(如梯度锐化法、高通滤波等) (2)频域的各种增强方法:频域平滑、频域锐化、低通滤波、同态滤波等。
matlab阵列信号处理方面的经典程序
- 阵列信号处理方面的经典程序,包括MUSIC算法,ESPRIT 算法,Root-MUSIC算法面阵中二维角度估计 Unitary -ESPRIT算法,空间平滑MUSIC算法,传播算子DOA估计算法-Classical array signal processing procedures, including the MUSIC algorithm, ESPRIT algorithm, Root-MUSIC algorithm for two-dimensional planar array of
lankton_stereo.rar
- 较全的mean shift算法合集,有基于mean shift算法的图像平滑处理,图像分割,图像聚类,Than the entire collection of the mean shift algorithm, the mean shift algorithm based on image smoothing, image segmentation, image clustering
基于全局运动统计和边缘平滑滤波的视频去隔行方法
- 基于matlab的去隔行算法,将运动图像造成的模糊去除。-The de-interlacing algorithm based on matlab, the moving image blur removal.
smooth
- 用matlab语言实现的图像平滑算法,效果较好,可设置不同的参数得到不同的平滑效果-matlab language used to achieve the image smoothing algorithm, the effect is better, you can set different parameters of the smoothing effect of different
threemethods
- 三种DOA方法:经典的MUSIC,前后向空间平滑和改进的空间平滑算法-DOA three methods: the classic MUSIC, before and after spatial smoothing and improved spatial smoothing algorithm
1.MUSIC算法matlab程序
- 阵列信号处理,波达方向DOA估计的经典算法,以及其空间平滑算法(Array signal processing, direction of arrival, DOA estimation, classical algorithm)
5.空间平滑MUSIC算法的matlab程序
- 空间平滑MUSIC算法用于估计阵列信号,处理阵列信号的协方差矩阵(matlab is used to develop the system model of array signal processing, such as the correlated signals, the error of amplitude and phase.)
S-G平滑
- 光谱信号通用的平滑去噪算法,易学易用,是matlab文件(Spectral signal universal smoothing denoising algorithm, easy to learn and easy to use, is the matlab file)
matlab-卡尔曼平滑
- 用共视法处理卫星时统数据的卡尔曼滤波算法(Calman filtering algorithm for processing satellite time data using CO view method)
5.空间平滑MUSIC算法的matlab程序
- 基于空间平滑的MUSIC算法的matlab仿真程序(The matlab program of 5. space smooth MUSIC algorithm)
5.空间平滑MUSIC算法的matlab程序
- 空间谱估计中经典空间平滑算法,对相干信源的来波方向进行估计(Classical spatial smoothing algorithm in spatial spectrum estimation and estimation of the wave direction of coherent sources)
matlab平滑滤波算法
- matlab用于平滑噪声所用的平滑噪声算法,可有效滤除数据中的相关噪声。
matlab数字图像处理系统
- matlab具有完备的图形处理功能、友好的用户界面以及功能强大的图形处理工具箱,能够实现对数字图像的编辑和处理工作,实现功能包括数字图像的读取、存储、显示、去色、图像翻转、局部放大、透明度调整、去噪、平滑、锐化、压缩、边缘检测等操作。 本文的主要内容如下: 1.研究图像处理技术,包括图像处理技术的分类、数字图像处理的特点,主要内容以及应用。 2.分析matlab软件及其在图像处理中的应用。 3.完成系统的总体设计,各功能模块设计。由于篇幅有限,本文重点论述了图像变换模块的设计,对已有的算
matlab视频去雾【GUI,源码,论文】
- 该课题是基于matlab平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。 二、算法介绍 ①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组; ②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进
基于L0约束的图像平滑算法
- 基于L0约束的图像平滑算法,使用matlab编写