-
optime
最优控制状态函数的例子,一般最优课程基本上都要留的作业(Optimal control of state function example, the general optimal course is basically to be left operating)
- 2009-01-12 11:47:43下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
Linear-discriminant-analysis
Fisher 线性判别分析算法matlab实现及感知器算法实现(Fisher linear discrimination analysis,perceptron)
- 2020-11-27 14:39:30下载
- 积分:1
-
CEC09 final codesZhao
多目标MOSaDE算法MOSaDE求解CEC2009问题(Multiobjective MOSaDE algorithm for solving CEC2009 problem)
- 2020-09-24 08:57:48下载
- 积分:1
-
matlab
汽车仿真关于汽车经济性的源代码,很不错的资料。(car )
- 2010-07-12 12:24:47下载
- 积分:1
-
calendar
matlab下的万年历(没有利用自带函数)能够正确显示用户输入的年份和月份的日历。并能够自动定位当前年份和月份(Calendar matlab under (no use of its own function) to display the correct user input month and year calendar. And the ability to automatically locate the current year and month)
- 2013-12-23 20:08:22下载
- 积分:1
-
IIR_Bandstop
matlab ı ı r code for pic application
- 2010-06-13 17:50:52下载
- 积分:1
-
mshift
在matlab开发环境下实现m-shift图像目标跟踪算法,其中还有一篇比较好的参照论文(Development environment in the matlab m-shift image to achieve target tracking algorithm, of which there are a good reference paper)
- 2011-01-05 15:26:32下载
- 积分:1
-
ecg-gen-coding
cancelling maternal ecg in fetal ecg
- 2011-04-23 15:31:21下载
- 积分:1
-
fft
利用matlab实现功率谱估计中的间接法,不是通过函数调用实现的,是根据算法的思想,一步一步实现的,文件夹中还有实现自相关的算法(Using matlab to achieve the indirect method of power spectrum estimation, not by function calls, is based on the idea of the algorithm, step by step, the folder also auto-correlation algorithm)
- 2012-06-15 10:58:27下载
- 积分:1