-
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
-
K_average
K-均值聚类算法,基本算法代码,算法的目的是使各个样本与所在类均值的误差平方和达到最小。(The purpose of K-means clustering algorithm, the basic algorithm code, the algorithm is to make the class where each sample mean squared error is minimized.)
- 2014-06-09 11:24:36下载
- 积分:1
-
MATLAB
这是我意外发现的一个非常好的学习资料,希望对新手学习matlab有帮助(This is what I accidentally found a very good learning materials, hope to help novice to learn matlab)
- 2011-10-11 15:50:02下载
- 积分:1
-
DIP
基于MATLAB的图像处理软件,可作为数字图像处理教学演示软件(MATLAB-based image processing software can be used as digital image processing Demo Software)
- 2014-12-18 11:28:37下载
- 积分:1
-
MATLAB-and-Control-System
matlab 控制系统 源代码 所有的源代码都有,很全(MATLAB and Control System)
- 2011-06-30 16:07:28下载
- 积分:1
-
tiaopin_noise
噪声调频干扰的产生程序,参考文献为中电29所的信息时代的电子战(FMnoise generate)
- 2011-07-21 11:31:53下载
- 积分:1
-
liangleiche
在进行交通流仿真时考虑两类车,不同的车长和不同的最大速度。(Consider when making traffic flow simulation two cars, a different car lengths and different maximum speeds.)
- 2013-08-30 10:41:04下载
- 积分:1
-
RML
极大似然估计法用于系统模型辨识,需要构造一个以观测数据和未知参数为自变量的似然函数。(Maximum likelihood estimation method for system model identification, the need to construct a likelihood function as independent variables to the observed data and the unknown parameters.)
- 2013-03-22 15:27:13下载
- 积分:1
-
MATLAB5[1].X-induction-and--enhance
本书循序渐进地介绍了matlab的详细函数命令,包括入门知识、数值计算功能、图像可视化处理功能、Notebook、程序设计、高级语言程序接口、图形用户界面以及动态仿真系统等高级功能。为使用户能融会贯通,本书最后给出了几个用matlab剞劂问题的实例。(This book describes step by step detailed matlab function command, including an introduction, numerical computing, image visualization capabilities, Notebook, program design, high-level language programming interface, graphical user interface and advanced features such as dynamic simulation system. To enable users to mastery, with book finally gives a few examples of the problem matlab Ji chisel.)
- 2011-11-22 14:36:36下载
- 积分:1
-
通过Q学习算法解决房间路径规划问题
强化学习算法,通过Q学习算法解决房间路径规划问题,matlab(Reinforcement learning algorithm and Q learning algorithm to solve the problem of room path planning, matlab)
- 2020-06-21 17:40:01下载
- 积分:1