-
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
-
matrix
MATLAB矩阵及其运算,包括变量和数据操作、结构数据和单元数据等(MATLAB matrix and its operation, including the variables and data manipulation, data, structure data and cell)
- 2010-11-14 12:00:36下载
- 积分:1
-
Signalcompression_Coif
说明: 采用Coif小波变换在matlAB中对信号进行压缩降噪处理并进行比较(Wavelet transform using Coif matlAB compress the signal in the noise reduction and compared)
- 2011-03-10 22:25:28下载
- 积分:1
-
resolution
说明: 该程序展示出了多普勒压缩系数与距离之间的关系,也即显示出了单频矩形脉冲的距离分辨力。(The program demonstrates the Doppler compression factor and the distance between them and also that showed single-frequency rectangular pulse range resolution.)
- 2010-04-07 16:30:55下载
- 积分:1
-
PSO
PSO基本实现过程的详细演示,适合初学者进一步加深对理论的理解,推荐使用(A detailed presentation of the basic PSO implementation process, suitable for beginners to further deepen the understanding of the theory, recommended the use of)
- 2013-10-04 11:06:51下载
- 积分:1
-
SEVENSVPWM
三相四线制T型三电平逆变器仿真,采用7段式开关序列(Simulation of three-phase three level inverter)
- 2017-06-11 09:43:05下载
- 积分:1
-
ex3_20
文曲星上的小游戏的MATLAB实现 希望对大家有用(wenquxing)
- 2010-05-27 09:53:05下载
- 积分:1
-
CuckooOptimizationAlgorithm
salam how are you wha about you when you are applay to me to use the code
- 2012-05-09 12:34:49下载
- 积分:1
-
EKF-simulation
扩展卡尔曼滤波在跟踪运动轨迹中的应用(matlab程序)(Extended Kalman filter (EKF) simulation demo)
- 2014-01-02 19:53:59下载
- 积分:1
-
PDCW
双声道语音的抗噪算法。开发者为Chanwoo Kim (chanwook@cs.cmu.edu)。(Noise reduction algorithm for dual channel speech. Developed by Chanwoo Kim (chanwook@cs.cmu.edu).)
- 2010-06-24 00:49:44下载
- 积分:1