-
MS_matlab
分割算法
1.mean shift 的迭代过程只做了一次(为了简单)
2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。
3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。(mean shift algorithm
)
- 2009-03-24 20:09:34下载
- 积分:1
-
AddMenus
add menu in matlab tools
- 2012-04-24 16:39:47下载
- 积分:1
-
Haykin-PPT--exercise-solution
神经网络与机器学习--Simon Haykin中的PPT的练习题答案(Neural Networks and Machine Learning- Simon Haykin exercises in answer to the PPT)
- 2014-01-22 11:46:57下载
- 积分:1
-
shuangfengchazhi
基于mATLAB的双峰谱线插值,用于谐波的检测分析(Bimodal line interpolation based on mATLAB for harmonic detection and analysis)
- 2020-06-24 11:20:02下载
- 积分:1
-
plss
PLSS基于样条基函数变换的偏最小二乘法(Plss spline based on function transformation PLS)
- 2008-03-10 13:50:14下载
- 积分:1
-
PHC
this is a code about dispersion diagram af a photonic crystal laser diod
- 2012-04-24 15:16:30下载
- 积分:1
-
s_pal_rls_amplitude
RLS自适应数字预失真算法Matlab仿真,仿真通过,比较少见的资料,仅供学习交流(Matlab simulation of RLS adaptive digital distortion algorithm for PA)
- 2021-03-18 14:49:20下载
- 积分:1
-
bpsk
干扰可分为窄带和宽带,本程序主要针对宽带干扰信号进行编写(Interference can be divided into narrowband and broadband, the program is aimed at a broadband signal BPSK modulation
)
- 2021-02-04 13:09:58下载
- 积分:1
-
work
bp网的MATLAB工程,调试通过打开可用(bp net work operation on MATLAB7.0)
- 2010-09-25 19:16:54下载
- 积分:1
-
Genetic_Algorithm_Final
To implement the genetic algorithm for optimization of the given function.
PROBLEM:-
Given a one variable function
f(x)= {█(2+e^((x-10)) +cos 〖(x-10) 〗 if x≤10 @2+ e^((10-x))+cos (10-x) if x>10)┤
Determine maximum function value f(x) and corresponding value of x in the user specified range, say [a, b] using GA.
- 2011-07-17 21:28:51下载
- 积分:1