资源列表
wave_peak
- 该函数用于读取ecg信号,找到小波变换模极大序列-function to read the ECG signal, find wavelet transform modulus maxima sequence
T55
- 伪彩色显示中的密度分割法 黑白灰阶图像用16种颜色显示 C代码-C
222
- 小波实现消噪,能够模拟实现6此消噪的代码,能够很好的表达matlab的程序-Wavelet de-noising can be simulated to achieve six of this code for de-noising can be a very good procedure for the expression of matlab
xbbh
- 一维离散信号的小波变换,并实现小波能量的计算。-One-dimensional discrete signal, wavelet transform, and wavelet energy calculation.
bp
- 基于人工智能bp神经网络算法的逼近BP算法是一种有监督式的学习算法,其主要思想是:输入学习样本,使用反向传播算法对网络的权值和偏差进行反复的调整训练,使输出的向量与期望向量尽可能地接近,当网络输出层的误差平方和小-ai bp Algorithm
batch_image
- 批处理文件夹中的图片,把图片都转化为灰度图-Batch folder picture, the picture is converted into grayscale
huangjin
- 黄金分割优化方法,解决无约束优化问题,以黄金点位收缩步长-Golden optimization method to solve unconstrained optimization problems, with gold point contraction step
fcm
- 改进fcm分割算法,它是一种无监督分割方法,无需人的干预,分割过程完全是自动完成 它可以很好地处理噪声,部分体积影响和图像模糊。-Improve FCM segmentation algorithm, it is a kind of unsupervised segmentation method, without human intervention, process fully automatic segmentation complete It can be a very good de
testttt
- 该代码是对图像转化的二维数组进行处理,对图像数组进行3*3的中值滤波,代码优点是占用内存小,处理速度较快。-it s an image processing code.
myWork1
- 此代码为维纳滤波恢复模糊图像matlab代码,基于matlab Demo改编,注释较详细,适合初学者学习维纳滤波使用-the code is designed for recovering image by Weiner filter,it is benefitial for new user of matlab or new student for Weiner filter
YUV420toRGB
- 将经yuv420亚采样的rgb图片转rgb图片,效果很好,代码可用-Will turn the rgb picture yuv420 sub-sampling rgb picture, the effect is very good, the code can be used
AdaptiveMedian
- 从网上看到了matlab实现的自适应中值滤波,用C++改写了一下。-Adaptive Median, matlab version to C++ version.