-
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
-
chapter02
the scatering algorithm
- 2012-04-13 04:54:03下载
- 积分:1
-
solution
Steven M. Kay统计信号处理基础一书的解答(The solution of Fundamentals_Of_Statistical_Signal_Processing)
- 2010-09-03 16:27:27下载
- 积分:1
-
Matlab_nnet
基于Matlab的神经网络工具箱应用使用情况简介(Based on Matlab neural network toolbox of the application of the use of brief)
- 2009-05-11 15:55:50下载
- 积分:1
-
[first_author]_2013_Electric-Po787-Systems-Resear
matlab based on power electronics and development hj
- 2013-08-24 13:36:44下载
- 积分:1
-
fdtd_cop_matlab
matlab fdtd 3D
matlab fdtd 3D
matlab fdtd 3Dmatlab fdtd 3Dmatlab fdtd 3D
- 2014-01-25 23:04:05下载
- 积分:1
-
twobeamsimulator
This program simulates the interference pattern of two Gaussian beams. (This program simulates the interference pattern of two Gaussian beams.)
- 2007-11-02 14:45:29下载
- 积分:1
-
Analysis
数字图像处理中的数据分析,包括回归分析和概率统计(Digital image processing, data analysis, including regression analysis and probability and statistics)
- 2009-03-26 11:22:12下载
- 积分:1
-
BFSK
A detail Matlab simulation code example for BFSK performance
- 2008-05-21 16:13:56下载
- 积分:1
-
LS_SVMlab
说明: 最小二乘支持向量机工具箱,学习支持向量机必备工具(Least squares support vector machine toolbox, an indispensable tool for learning support vector machines)
- 2010-04-20 16:05:55下载
- 积分:1