-
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
-
calic.tar
calic image compression
- 2013-11-18 15:29:12下载
- 积分:1
-
test
test interface matlab
- 2010-11-04 13:31:36下载
- 积分:1
-
LLE--matlab
LLE是一种很常用的降维方法,这是用matlab实现的(LLE is a very popular dimensionality reduction method, the code implemented using matlab)
- 2014-12-01 15:28:56下载
- 积分:1
-
Balancing
自平衡小车卡尔曼滤波程序,ADXL220
可以站立前进倒退(Self-Balancing Robot Kalman filtering procedures, ADXL220 can stand forward backwards)
- 2014-02-04 11:18:14下载
- 积分:1
-
Digital-Signal-Processing
数字信号处理--理论与实践 王大伦
数字信号处理--理论与实践 王大伦(Digital Signal Processing- Theory and Practice Wang Tailun)
- 2011-10-23 16:57:08下载
- 积分:1
-
ch(2)-page(67)-ex(9)-descriptive-solution
dudu and hart chapter 2 excersise
- 2014-02-24 15:55:12下载
- 积分:1
-
RJassel_Lab1
An Artificial Neural Networks Lab
- 2010-11-14 13:15:30下载
- 积分:1
-
Doc1
this is new approach for fuel cell control.it is really helpfull.
- 2013-09-09 17:12:27下载
- 积分:1
-
alignment
本资源是关于在捷联惯导技术中标定技术的参考文献(a list of dissertion about the technology of alignment in SINS)
- 2013-02-22 15:50:45下载
- 积分:1