-
Example_of_edge_detection_edge_linking_and_line_se
这个matlab程序实现了Edge Linking and Line Segment Fitting,解压后直接运行demo.m就可以了
(
edgelink.m edge linking function that forms lists of connected edge points from a binary edge image. (Needs findendsjunctions and cleanedgelist below).
drawedgelist.m plots out a set of edge lists generated by edgelink or lineseg.
edgelist2image.m transfers edgelist data back into a 2D image array.
lineseg.m forms straight line segments fitted with a specified tolerance to the lists of connected edge points.
maxlinedev.m is also used by lineseg.m to calculate deviations of the edge lists from the fitted segments.
findendsjunctions.m finds line junctions and endings in a line/edge image.
cleanedgelist.m cleans up a set of edge lists generated by edgelink or lineseg so that isolated edges and spurs that are shorter than a minimum length are removed.)
- 2010-07-14 12:04:33下载
- 积分:1
-
matlab
matlab数学手册,全面介绍了matlab在数值计算时的用法。(mathematics matlab manuals, a comprehensive introduction to numerical calculation in matlab usage.)
- 2009-06-15 15:27:37下载
- 积分:1
-
svpwm12345
一个好用的svpwm模型文件,已经经过测试(A useful paper SVPWM model has been tested)
- 2008-07-08 11:05:52下载
- 积分:1
-
mcs.tar
说明: 多极坐标搜素,一个局部与全局最优的兼容方法(Multi-polar search element, a local method is compatible with the global optimum)
- 2011-04-14 15:21:18下载
- 积分:1
-
Ghent2000[1]
fuzzy control of dc drive
- 2009-05-23 20:23:21下载
- 积分:1
-
matlab_graphics
对二维和三维数据可视化,图像处理,动画制作等高层次的绘图命令,也包括可以修改图形及编制完整图形界面的,低层次的绘图命令(Of two-dimensional and three-dimensional data visualization, image processing, high-level animation of graphics commands, but also can modify the graphics and the preparation of a full graphical interface, and low-level graphics command)
- 2009-04-07 09:13:42下载
- 积分:1
-
lmi
很典型的求解线性矩阵不等式的程序,非常简单,对于学习求解线性矩阵不等式很有帮助(Typical procedure for solving linear matrix inequalities, very simple, for learning useful for solving linear matrix inequalities)
- 2010-11-06 16:48:36下载
- 积分:1
-
Interfaceprogrammingandimplementation
本文简介了VC++和MATLAB特点,探讨了MATLAB与VC++接口编程的三种方法(This paper introduces the characteristics of VC++ and MATLAB to explore the MATLAB and VC++ programming interface, the three methods)
- 2010-12-01 19:57:42下载
- 积分:1
-
5
说明: 神秘代码大PK
——2009第二届奇虎360软件安全大赛比赛规则及题目
第五题答案(geeks pk code)
- 2010-01-22 10:26:46下载
- 积分:1
-
matlab实现 边缘预测
说明: 边缘预测提出了一种基于预测的、有一定自适应性的边缘检测方法。介绍了其原理和算法实现过程。通过计算两个相邻像素的灰度值的均值、均方差和梯度来预测下一个像素的灰度值,比较预测值和真实值来判断下一个像素是否是边界点。通过与现有同类算法的比较,证明了该算法的优越性(A predictive and adaptive edge detection method is proposed. The principle and implementation process of the algorithm are introduced. The gray value of the next pixel is predicted by calculating the mean, mean square deviation and gradient of the gray value of the two adjacent pixels. The prediction value and the real value are compared to determine whether the next pixel is a boundary point. The superiority of this algorithm is proved by comparing with the existing similar algorithms.)
- 2020-06-18 02:20:02下载
- 积分:1