搜索资源列表
模糊指数平滑
- 模糊指数平滑算法源程序,进行预测 计算.-fuzzy exponential smoothing algorithm source for projection.
VC++图像处理最基本算法
- 专门用于图像处理的最基本算法,包括傅里叶变换,滤波,平滑等基算法
VC图像处理基本算法示例
- 一些数字图像处理基本算法的源码,包括:256色转灰度图,Hough变换,Walsh变换,中值滤波,二值化变换,亮度增减,傅立叶变换,反色,取对数,取指数,图像平移,图像旋转,图像细化,图像缩放,图像镜像,均值滤波,对比度拉伸,拉普拉斯锐化(边缘检测),方块编码,梯度锐化,灰度均衡,用Canny算子提取边缘,直方图均衡,离散余弦变换,维纳滤波处理,逆滤波处理,阈值变换,高斯平滑。
matlab编写的meanshift算法
- 这个是meanshift算法的和函数,已经其用于图像的平滑和分割的程序
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
C++ canny算法
- canny算法的源码,C++语言。图像文字识别应用,用于图像平滑去噪细化
simplifiedrbmusic
- 本程序对于圆阵列的DOA估计空间平滑算法,可以很好的估计出角度的到达方向-This procedure for the circular array of DOA estimate spatial smoothing algorithm, can be very good to estimate the direction of arrival angles
music
- 修正的music算法,前后向空间平滑算法的特殊形式-Amended music algorithm, before and after spatial smoothing algorithm for the special form
Bezier
- Bezier曲线平滑.zip 曲线平滑算法-Bezier curve smoothing. Zip curve smoothing algorithm
3_Dimagesmoothing
- 3_D 图像平滑算法,对计算机图像学,图像处理,3维显示等应用很重要-3_d image smoothing, it is important for graphics,image processing,3_d display
Bezier
- Bezier贝塞尔曲线,平滑算法实现,绘制贝赛尔Bezier曲线Applet-Bezier Java
mysmoothdll
- 实现图象处理的平滑算法.包括双线性图像插值源代码,实现图像的平滑缩放。-achieve a smooth image processing algorithms
Gaosi
- 这是运用高斯平滑算法对图像处理的程序,该压缩包包括全部源代码和处理图像-This is the use of Gaussian smoothing algorithm for image processing procedures, the compressed package includes full source code and image processing
基于MATLAB的图像平滑算法实现及应用.doc
- 基于MATLAB的图像平滑算法实现及应用,讲述原理以及一些实例
空间平滑法
- 空间平滑算法实现对阵列相干信号的到达角估计,包括前向与后向空间平滑法(The spatial smoothing algorithm can estimate the DOA of coherent array signals, including forward and backward spatial smoothing)
1.MUSIC算法MATLAB程序
- 阵列信号处理,波达方向DOA估计的经典算法,以及其空间平滑算法(Array signal processing, direction of arrival, DOA estimation, classical algorithm)
S-G平滑
- 光谱信号通用的平滑去噪算法,易学易用,是MATLAB文件(Spectral signal universal smoothing denoising algorithm, easy to learn and easy to use, is the MATLAB file)
平滑去噪算法
- 对信号进行平滑和去噪,直接读入数据,使用matlab带的sgolayfilt函数进行处理
MATLAB平滑滤波算法
- MATLAB用于平滑噪声所用的平滑噪声算法,可有效滤除数据中的相关噪声。
基于L0约束的图像平滑算法
- 基于L0约束的图像平滑算法,使用matlab编写