-
Sattellite3
code for sattelite calculaton
- 2013-09-14 17:33:18下载
- 积分: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
-
MATLAB
利用matlab制作的小型单功能计算器,测试回调函数。(Small single-function calculator using matlab production test callback function.)
- 2013-03-13 15:33:49下载
- 积分:1
-
pangan
pemodelan pangan using matlab
- 2010-11-01 10:20:27下载
- 积分:1
-
equation
说明: 利用matlab的BVP4C程序包求解波动方程,得到电场和电子密度的二维分布。(The BVP4C package using matlab solving the wave equation, two-dimensional electric field and electron density distribution.)
- 2011-02-23 14:42:13下载
- 积分:1
-
MM5
《精通matlab 5.0》对应源程序。(" Proficient in matlab 5.0" corresponds to the source.)
- 2011-09-30 16:12:08下载
- 积分:1
-
nonliner-ayasis
非线性分析 包括、典型非线性特性和描述函数方法的各种matlab程序 非常实用的非线性分析(Nonlinear analysis includes typical nonlinear characteristics and description of the various matlab function method is very useful program)
- 2020-11-26 21:29:32下载
- 积分:1
-
xyz2blh
空间直角坐标(XYZ)和大地坐标(BLH)相互转换matlab函数(Space Cartesian coordinates (XYZ) and geodetic coordinates (BLH) conversion matlab function)
- 2012-10-21 16:25:16下载
- 积分:1
-
Fast-Report-Delphi
Fast Report Implementation that creating report for any use (eg. master report)
- 2014-11-25 15:55:07下载
- 积分:1
-
MOEAD-M2M_Matlab
说明: matlab实现moead-M2M算法,基于角度的多目标算法(Implementation of moead-M2M algorithm in MATLAB)
- 2020-11-23 17:29:33下载
- 积分:1