资源列表
aqw
- 实现一个以矩阵数为像素点的矩阵的任意角度的转动,程序简易,方便-To achieve a number of pixel matrix of arbitrary angle rotation matrix, the program simple and convenient! ! !
diedaifa
- 迭代法求阈值的原理: 基于逼近的思想,步骤如下: 1. 求出图象的最大灰度值和最小灰度值,分别记为ZMAX和ZMIN,令初始阈值T0=(ZMAX+ZMIN)/2; 2. 根据阈值TK将图象分割为前景和背景,分别求出两者的平均灰度值ZO和ZB 3. 求出新阈值TK+1=(ZO+ZB)/2; 4. 若TK=TK+1,则所得即为阈值;否则转2,迭代计算。 - Iteration method threshold principle: based on the i
12
- 基于小波变换的图像硬阈值去噪的源程序算法-Image based on wavelet transform of the source hard threshold denoising algorithm
crop_image
- this program is for taking video stream in matlab, saving it on the disk and then cropping image
quxiannihe
- 使用matlab实现直线离合功能,以通过测试-Straight line clutch function using matlab
main
- 包含了加高斯噪声和椒盐噪声的各种滤波程序,包括基本的空间域滤波和频域滤波-Contains the added Gaussian noise and impulse noise filtering procedures, including basic spatial filtering and frequency domain filtering
weinatuxiangfuyan
- 应用matlab设计维纳滤波器和逆滤波器对图像进行恢复、-Wiener filter and inverse filter design application matlab image recovery,
SAS
- matlab实现arma模型的功率谱估计-arma power spectrum estimation
convolutionViaFourier
- 给学生们写的傅里叶变换卷积公式的源代码,已经运行调试,可良好执行-convolution via Fourier transformformula writed the source code for my students.
CALIBRAZE
- 程序可用 MATLAB 环境 由标定块交点坐标 求出摄像机参数 得到向量m 程序可用 -Program available MATLAB environment to be available by the calibration procedure vector m block intersection coordinates obtained camera parameters
Krusf
- 求最小生成树的Kruskal算法 边权矩阵的产生方法: 1)一般的边权矩阵,为nxn维。调用方式[T c]=Krusf(d) 2)边权矩阵的前两行分别记录图上所有边的起始顶点和终止顶点, 无向边不重复记录。第三行记录对应边的权值。调用方式为[T c]=Krusf(d,1) c:生成树的费用 T:生成树的边集合 -The Kruskal minimum spanning tree algorithm
poincare
- 相图,使用matlab作出无激励情况下的相图,观看其是否存在周期。-Phase diagram, phase diagram using matlab make no excitation case, watch it if there are cycles.