-
lee
Lee滤波Matlab函数文件 可以对图像进行Lee滤波(Lee Filter Matlab function file can image Lee filter)
- 2020-09-18 22:07:55下载
- 积分:1
-
two-images-match01
说明: 该代码实现两幅图像的匹配,有详细的说明与报告(The code to achieve the matching of two images, a detailed explanation and report)
- 2010-04-11 11:05:17下载
- 积分:1
-
Matlab-book
说明: 《Matlab基础及其应用教程》,一本学习matlab的书,特别好,强烈推荐。(" Matlab and its application Guide" , a school matlab book, particularly good, it is strongly recommended.)
- 2011-04-12 10:03:03下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
Forward-normal-cloud-generator
正向正态云发生器算法,利用Matlab或VC编程实现正向正态云发生器算法,绘制出云模型。(Forward normal cloud generator)
- 2020-11-01 11:19:55下载
- 积分:1
-
interface_migration1D
FE solver for interface migration in 2phase problems
- 2012-08-30 11:01:16下载
- 积分:1
-
DE
说明: MATLAB写的差分进化算法,可用于做基本的配电网重构的问题,没有加IEEE3和6的(Differential evolution algorithm written by MATLAB)
- 2018-05-31 20:58:36下载
- 积分:1
-
Phase-locked-loop
说明: 该程序是锁相环的MATLAB的简单实现程序,从中可以看到锁相环的基本功能的实现。(This program is a simple phase locked loop of MATLAB implement programs, from which you can see the basic function of phase-locked loop of implementation.)
- 2011-03-30 20:43:52下载
- 积分:1
-
psd_Bartlett
说明: 序列x(n)的Bartlett法功率谱估计
用matlab实现(sequence x (n) Bartlett power spectrum estimation method used to achieve Matlab)
- 2020-11-14 13:59:42下载
- 积分:1
-
Apple-feature-extraction
苹果特征提取,按照灰度化,直方图均衡化,中值滤波,边缘检测,特征提取的顺序来
特征提取中,取得“比例系数”时,选择一张横径图片,序号与之前选择图像的相同(Apple feature extraction, according to grayscale, histogram equalization, median filtering, edge detection, feature extraction feature extraction in order to obtain " scale factor" , select a diameter of pictures, serial number and select the image before the same)
- 2011-10-09 10:17:24下载
- 积分:1