-
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
-
Basic-Info-of-Matlab
Matlab 的基础功能说明,对入门有帮助。推荐看看基本原理,矩阵运算,数组运算,矩阵函数,信号处理和多项式,绘图,控制流(The basic function of Matlab instructions for beginners help. Recommend a look at the basic principles of matrix operations, array operations, matrix functions, signal processing and polynomials, graphics, control flow)
- 2011-08-26 14:14:37下载
- 积分:1
-
filter
自适应滤波器的仿真实验 与课本相结合 注释详尽 值得下载(The simulation experiment of adaptive filter)
- 2015-01-14 23:47:45下载
- 积分:1
-
GA-for-epginomics-workflow
基于遗传算法的epginomics科学工作流调度优化算法.(a GA based for epginomics workflow scheduling optimization)
- 2016-07-18 16:40:02下载
- 积分:1
-
chazhifa
这是三个实现插值算法的函数,都是应用比较广泛的方法。(This is the interpolation algorithm to achieve the three functions are relatively wide range of methods of application.)
- 2008-12-16 19:36:34下载
- 积分:1
-
FDTD2D
一个FDTD二维的经典程序,非常不错,适合初学者使用。(A classic two-dimensional FDTD program, very good, suitable for beginners.)
- 2011-01-23 11:29:28下载
- 积分:1
-
SimpleKalman
one dimension problem kalman filter
- 2012-05-09 19:43:50下载
- 积分:1
-
DC
说明: Matlab code source about modeling DC motor
- 2009-08-07 06:59:20下载
- 积分:1
-
prac1-tds
Source code for digital signal processing, with files to calculate autocorrelation.
- 2011-08-17 16:42:16下载
- 积分:1
-
tcrtsc
an svd syste is modelled in this file.
- 2014-10-06 23:55:07下载
- 积分:1