-
Matlab_imageMatlab
附录MATLAB 图像处理命令
1.applylut
功能:
在二进制图像中利用lookup 表进行边沿操作。
语法:
A = applylut(BW,lut)
举例
lut = makelut( sum(x(:)) == 4 ,2)
BW1 = imread( text.tif )
BW2 = applylut(BW1,lut)
imshow(BW1)
figure, imshow(BW2)
相关命令:
makelut
2.bestblk
功
举例(Appendix MATLAB image processing an order. Applylut functions : the binary image using lookup tables for 2500 operations. Grammar : A = applylut (BW, lut) For lut makelut = (sum (x (:)) == 4. 2) = imread BW1 (text.tif) BW2 = applylut (BW1. lut) imshow (BW1) figure, imshow (BW2) related orders : makelut 2. For bestblk Gong)
- 2007-03-14 10:07:26下载
- 积分:1
-
lagrange
Lagrange Interpolation
- 2013-04-29 18:12:04下载
- 积分:1
-
SSIHB-3000-manual
Hybrid 3kW inverter(PV,Battery,Grid) manual
- 2013-12-16 17:56:10下载
- 积分:1
-
matlab-simple-GA
在matlab下实现的遗传算法编程,希望对遗传算法的初学者有所帮助(In matlab genetic algorithm to achieve programming, genetic algorithm would like to help beginners)
- 2008-01-19 10:47:15下载
- 积分:1
-
loclization-code
enhanced mapping algorith for loclaization and mapping problem
- 2013-07-28 06:14:49下载
- 积分:1
-
Particle-swarm-
粒子群优化算法能够处理例如不可导的节点传递函数或者没有梯度信息存在。(Particle swarm optimization algorithm can handle such as node can not guide the transfer function or no gradient information exists.
)
- 2014-10-04 10:00:24下载
- 积分:1
-
karman-temperature
karman测环境温度,递归实现接近真实环境温度(karman temperature)
- 2011-11-12 20:29:14下载
- 积分:1
-
MATLABtutorial.ppt
Matlab初学者的最佳参考,包含了Matlab仿真的基本过程。(Matlab for beginners the best reference, contains the basic process of Matlab simulation.)
- 2009-09-13 19:46:36下载
- 积分:1
-
Simulation-GPS
simulation matlab (la localisation par GPS)
- 2011-06-06 21:43:54下载
- 积分:1
-
pmrdft21
Computes the DFT of N real values and returns the first
N/2+1 DFT coefficients. N is an integral power of two.
- 2009-10-05 21:44:38下载
- 积分:1