搜索资源列表
MATLAB检测两直线的交点
- 用matlab编辑的实现检测两直线交点的源代码,源代码包括两个程序-using Matlab Editor Detection two straight intersection of source code, source code, including two procedures
jiao448
- 一个用matlab检测直线交点的源程序,适合于二值图像,函数实现了图像中单象素宽白色相交直线交点的检测利用的是最简单的邻域中计算白点的个数的算法,当一个象素的window邻域中有四个邻域为白色的时候,该点即为交点。-a linear detection using Matlab intersection of the source, suitable for two binary images, Function of image pixels wide single white line in
jiancezhixianjiaodian
- 检测直线交点的matlab程序,简单而有效!-line detection of Matlab procedures, simple and effective!
lzxjd
- 一个用vb编的程序,用图形来计算两直线交点的坐标.-a vb series with the procedures used to calculate two graphics straight intersection coordinates.
ltzxjd
- c语言源代码,可以计算两条直线交点的坐标。-c language source code can be calculated two straight intersection coordinates.
mjiancezhixian
- matlab检测直线交点源程序在matlab6.5下已调试通过-Matlab line detection of the source matlab6.5 Nodal has been under debugging through
linejd
- 函数实现了图像中单象素宽白色相交直线交点的检测.利用的是最简单的邻域中计算白点的个数的算法,当一个象素的window邻域中有四个邻域为白色的时候,该点即为交点。
matlab
- matlab检测直线交点源程序 matlab检测直线交点源程序
Line
- 基于对话框的直线交点计算程序,且可以得出众多交点的最小区域,对学习vc++应用,以及直线相交算法等颇有益处!
黑色背景图中检测两条白色直线交点
- 黑色背景图中检测两条白色直线交点-black background map Detection two white line Nodal
一个用matlab检测直线交点的源程序
- 一个利用matlab作为开发工具的,检测直线交点的源程序-use Matlab as a development tool for the detection of the source straight Nodal
直线交点
- 检测两直线交点
vp
- 寻找图片中消失点的位置,方法:使用霍夫转换找到两条直线,其交点即为消失点-Using Hough transformation to find the vanishing point.
lzxjd
- 用VB 编的计算两条直线交点坐标的程序,只要输入两直线的斜率(k)和截距(b),就能打印出两条直线,并计算出交点的坐标。-VB calculations made by the two straight-line intersection coordinates procedures, as long as the two enter the slope of a straight line (k) and intercept (b), will be able to print out two
intersections
- 一直任意两条线,可以是直线也可以使曲线,求这两条线的交点-intersection of two curves
pll
- 该程序用matlab实现求两直线的交点,显示直线和交点坐标。-Present two lines intersection
Test2
- 程序实现划线功能,可以保存、重绘;然后判断所画直线间的几何关系:相交、重合、相离,相交的直线交点以绿点显示,重合部分以红色高亮显示-Program realization crossed feature, you can save, redraw then determine the geometrical relationship between painted lines: intersect, overlap, with leave, a straight line intersecti
cos
- 求解一条直线和一个余弦的第一个交点,返回值为交点的横坐标-A straight line and a cosine to solve the first point of intersection, the return value is the intersection of the abscissa
Line(交点)
- 直线求交点并填充最小区域 并附加消除交点和所画线段的功能(The line seeks the intersection point and fills the minimum area)
两条曲线交点matlab函数
- 求两组离散点序列的交点。输入 X1,Y1为第一组的横纵坐标,X2,Y2为第二组横纵坐标,横坐标必须为有序数列。 返回值P为交点坐标,两列矩阵,第一列为横坐标,第二列为纵坐标。(Intersection point of two groups of discrete point sequences)