-
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
-
Kalman-intro
Introduction to Kalman Filter
- 2013-11-04 19:09:01下载
- 积分:1
-
rlax
Returns zpk-model with casual parametres on inclinations ЛАХ and № a piece with wc.
- 2010-02-17 21:17:23下载
- 积分:1
-
粒子群优化算法优化BP神经网络的源代码
粒子群优化算法优化BP神经网络的源代码,基础的值得参考下(Particle swarm optimization algorithm to optimize the source code of BP neural network)
- 2020-12-14 19:59:14下载
- 积分:1
-
zifushibie
一个关于Matlab的神经网络识别字符的小程序,挺好玩的(One on Matlab neural network character recognition applet, really fun)
- 2014-02-07 16:49:22下载
- 积分:1
-
svpwm_get
svpwm,实例,三电平正常运行,simulink仿真(SVPWM instance simulation, three level, normal operation)
- 2021-01-23 17:48:39下载
- 积分:1
-
chap7
Spread Spectrum Technique simply consumes
spectrum in excess of the minimum spectrum
necessary to send the data.
- 2013-12-07 04:33:21下载
- 积分:1
-
sanweipinpu3
说明: 用于处理机械动力学响应的三维频谱图matlab程序(Matlab program for the processing of mechanical response to the three-dimensional spectrum)
- 2019-03-11 16:43:18下载
- 积分:1
-
DelayTime_MutualInformation
混沌时间序列 互信息法求时间延时 较好的方法(Mutual information of chaotic time series time delay Method)
- 2010-12-25 20:40:17下载
- 积分:1
-
model10
三相异步电动机直接转矩控制仿真程序,经调试通过,与大家共分享(DTC Control)
- 2009-04-04 17:12:44下载
- 积分:1