-
jck
Intersection surface drawing.
- 2009-12-30 08:59:53下载
- 积分:1
-
Matlab-CGLH
学习matlab的GGSJ小程序,没问题额(Matlab program to learn the GGSJ small, the amount is no problem)
- 2011-09-27 08:31:38下载
- 积分: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
-
Bayesian-Vector-Autoregression-using-Bayesian-est
Bayesian Vector Autoregression using Bayesian estimation method
- 2015-02-16 10:02:18下载
- 积分:1
-
RPHtools
RPH tool is Matlab algoritm for Rock physics analysis
- 2013-09-01 00:43:12下载
- 积分:1
-
matlab-gui-electronic-periodicals
matlab gui电子期刊,适合初学者(matlab gui electronic periodicals
)
- 2011-11-28 11:17:58下载
- 积分:1
-
matlab-6.0-Math-Handbook
matlab数学手册,矩阵及其基本运算、数值计算与数据分析、符号运算、概率统计、优化问题、模糊逻辑、绘图与图形处理(matlab Math Handbook)
- 2015-03-10 14:54:32下载
- 积分:1
-
tracking_of_first_order_system_NN
tracking of first order system using matlab
- 2015-04-04 11:43:14下载
- 积分:1
-
PS3_ques1ab
2-dimensional PCA implementation for different mean. Using highest eigen value to project the data.
- 2010-11-16 08:34:50下载
- 积分:1
-
OCR2
This is a simple OCR program in matlab
- 2014-08-19 18:47:14下载
- 积分:1