-
Anisotropic
本程序实现灰度图像各向异性扩散(Anisotropic Diffusion)滤波算法,可以用于平滑信号,保留边缘,增强边缘对比度。与普通高斯Gaussian算法相比,它不会平滑边缘的图像。(The program implements grayscale image using anisotropic diffusion filtering algorithm.It can be used to smooth the signal, keep the edge, enhance the edge of the contrast. Compared with ordinary Gaussian algorithm, it does not smooth the image edges.)
- 2014-02-08 18:19:25下载
- 积分:1
-
IGC_Software
通过区域迭代合并与定位切图的图像分割算法,非常好的。(Image Segmentation by Iterated Region Merging with Localized Graph Cuts)
- 2016-11-29 10:22:37下载
- 积分:1
-
KL-face-recognition
基于KL变换的人脸识别,综合运用模式识别和图像处理的相关知识(KL face recognition)
- 2012-09-05 10:18:25下载
- 积分:1
-
TextureML
极化SAR图像多纹理最大似然处理滤波算法,可以生成处理后的四个通道图像数据。(Multi-polarization SAR image texture filtering deal with maximum-likelihood algorithm, can be generated after the deal with the four-channel image data.)
- 2009-02-24 17:57:02下载
- 积分:1
-
svd_nosie_removing
说明: 用奇异值分解(SVD)的方法进行噪声去除( noise removing by SVD analysis)
- 2010-04-22 19:04:51下载
- 积分:1
-
tensorflow test
说明: 基于TensorFlow图像处理的小测试,里面的代码自己尝试过都可以运行。(Based on the TensorFlow image processing test, the code can run if it has tried.)
- 2020-11-22 22:49:35下载
- 积分:1
-
HarrisJiaoDianJianCe
一套关于matlab角点提取的程序,可用于张正友传统的相机标定法提取棋盘格角点。(Set matlab corner extraction procedures, Zhang Zhengyou traditional camera calibration method can be used to extract the checkerboard corners.)
- 2013-04-17 13:31:33下载
- 积分:1
-
matlab手势识别
说明: 基于matlab的简单手势识别代码,初学者可自行下载。(Simple gesture recognition code, beginners can download.)
- 2020-02-26 17:27:22下载
- 积分:1
-
MyBayes
2.编写两类正态分布模式的贝叶斯分类程序。
设以下模式类别具有正态概率密度函数:
ω1:{(0 0)T, (2 0)T, (2 2)T, (0 2)T}
ω2:{(4 4)T, (6 4)T, (6 6)T, (4 6)T}
(1)设P(ω1)= P(ω2)=1/2,求这两类模式之间的贝叶斯判别界面的方程式。
(2)绘出判别界面。
3.已知服从正态分布的两类训练样本集分别为
:,,,,
:,,,
,试问属于哪一类?
4.设有两类一维模式,每一类都是正态分布,两类的均值和均方差分别为,;,。
采用(0-1)损失函数,且。
(1)试绘出两类模式的密度函数曲线,其判别界面位于何处?
(2)若已获得样本:-3,-2,1,3,5,试判断它们各属于哪一类。(bayes ,matlab)
- 2013-04-12 09:34:26下载
- 积分:1
-
automsft
该程序初始时使用背景差分法自动检测目标,当目标完全进入图像中后,改用meanshift方法对目标进行跟踪。(the program use background subtraction to detect the target first,when the target fully enter the screen,change to meanshift method to track the target.)
- 2010-08-04 15:03:44下载
- 积分:1