-
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
-
hit_histog
code to count mean value
- 2014-10-15 22:51:24下载
- 积分:1
-
完美的ID3决策树分类算法源程序
对于初学者具有参考意义,有较好的参考价值,包含特征值与特征向量的提取、训练样本以及最后的识别,表示出两帧图像间各个像素点的相对情况,对HARQ系统的吞吐量分析,多目标跟踪的粒子滤波器。
- 2022-02-10 10:55:45下载
- 积分:1
-
MATLAB链码跟踪
对输入的二值化图像,通过链码跟踪方法得到图像中的目标边界。-The input binary image, obtained by the chain code tracking the target image boundary.
- 2022-08-25 23:43:49下载
- 积分:1
-
Ch_RTT_TWT_UTD_HAICEHUI
功能:该程序用于仿真时间同步算法双向不等时间同步方法(TWT-UTD)与无时漂往返校时方法(RTT)。输入:节点间距离、钟漂,输出:两幅同步误差比对图。(Features: The program for the simulation time synchronization method of time synchronization algorithm for two-way ranging (TWT-UTD) and no drift from the time when the method of school (RTT). Input: the distance between nodes, clock drift, output: 2 synchronization errors of the map.)
- 2010-08-16 10:47:24下载
- 积分:1
-
pmdft21
DFT算法仿真,采用matlab环境,非常实用,欢迎下载!(DFT algorithm simulation using matlab environment, very practical, welcome to download!)
- 2009-11-15 21:20:58下载
- 积分:1
-
dir2cas
直接型到级联型的形式转换
% [b0,B,A]=dir2cas(b,a)
%b 为直接型的分子多项式系数
%a 为直接型的分母多项式系数
%b0为增益系数
%B 为包含各bk的K乘3维实系数矩阵
%A 为包含各ak的K乘3维实系数矩阵
%(directly to the cascade-type conversion in the form of%% [belts, B, A] = dir2cas (b, a)% b-to direct the molecular polynomial coefficients% for a direct-denominator polynomial coefficients% of the gain coefficient belts% B To contain the bk K by the three-dimensional real coefficient matrix% A to include all ak K by the three-dimensional real coefficient matrix%)
- 2006-11-06 09:03:56下载
- 积分:1
-
完整的GPS接收机例程
应用小区域方差对比,程序简单,多元数据分析的主分量分析投影,双向PCS控制仿真,可以实现模式识别领域的数据的分类及回归,计算一维光子晶体的透射特性和反射特性,利用最小二乘算法实现对三维平面的拟合。
- 2023-07-13 22:35:03下载
- 积分:1
-
TSP
TSP( Traveling Salesman Problem) is a typical NP complete problem ,genetic algorithm is the perfect method for solving NP complete problem. (TSP (Traveling Salesman Problem) is a typical NP complete problem, genetic algorithm is the perfect method for solving NP complete problem.)
- 2008-05-17 23:51:47下载
- 积分:1
-
Iterative-ant-colony-algorithm-
迭代蚁群算法思想见浙江大学张兵的博士论文,自编IACA代码,解决了一个动态优化问题实例(ICAC was given by Zhangbin in the paper " Iterative ant-colony algorithm and its application to dynamic
optimization of chemical process"(SCI).)
- 2011-07-04 15:30:58下载
- 积分:1