搜索资源列表
MATLAB检测两直线的交点
- 用matlab编辑的实现检测两直线交点的源代码,源代码包括两个程序-using Matlab Editor Detection two straight intersection of source code, source code, including two procedures
Hough变换直线检测
- 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,检测峰值。这里基于伪方向的直线提取算法。只对具有相同伪方向的边缘点对采样减小了采样空间,提高了精度。
matlab直线拟合excel数据
- 使用matlab从excel里读入数据,并直线拟合,绘画出处理前、后的结果
Matlab的M文件编写的数控插补2D直线算法仿真
- Matlab的M文件编写的数控插补2D直线算法仿真。具体参数可使用:X-500,Y-600,Fc-600,Fs-0,Fa-0,at--200.仿真的本意是为了验证DSP上同类插补算法的正确性,Matlab M-file to prepare the CNC interpolation algorithm for 2D simulation of a straight line. Specific parameters can be used: X-500, Y-600, Fc-600, Fs-0
hough
- 用函数hough检测直线,程序很好,可以调里面参数。效果很好-Use function houhg to check the line
intersections
- 一直任意两条线,可以是直线也可以使曲线,求这两条线的交点-intersection of two curves
quxiannihe
- 主要用于解决数学软件matlab的曲线拟合问题,其中包括:指数曲线拟合,抛物线拟合,直线拟合。-matlab
xiugaizuidaleijianzhi
- matlab中直线检测的代码包括图像滤波、分割、边缘检测等,很实用的程序-Image processing algorithms in the opening operation code can be used directly, a very useful program
line_fitting
- 基于计算机视觉的工件尺寸自动检测技术研究,直线拟合,附完整程序及待处理图片-Workpiece dimensions using computer vision technology automatically detect, line fitting, with a full program and image to be processed
_Hough__doc
- hogh变换,从图像中提取直线。程序过程详细。-hough transform,find lines from images.you can learn how to use the hough transform
ex_18_4
- 测量角度:读取图像并选择含有角度的区域,求取角的直线边界,计算直线间的角度。-Measuring angles: read image and choose contain Angle of regional and calculating the Angle between the line, line border calculation.
houghlines
- hough变换用于直线的检测,适用于计算机视觉的初学者,简单容易理解-hough transform for line detection, computer vision for beginners, easy to understand. . .
houghdetectline
- hough变换检测直线,MATLAB环境下可直接运行-hough detect lines
hough
- hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
fspmmotor_hysteresis_linear
- 永磁直线电机的电流滞环控制,直线电机的模型是用simulink自己搭建的。-Permanent magnet linear motor hysteresis current control
fspmmotor_DTC_Te3
- 永磁直线电机的直接推力控制例程,直线电机的模型是自己编写的。-Permanent magnet linear motor control routine of direct thrust linear motor model is written in their own.
math_exp
- matalb的经典算法,是关于直线拟合等等内容的-matalb classic algorithms, and so the content on the linear fitting
modelpid
- 简单的直线电机PID,实现直线电机的PID跟踪,适合相互学者掌握-Simple linear motor PID, PID linear motor track to achieve, for scholars to master each other
基于backtracking和0.618的两种梯度下降直线搜索算法
- 本算法为凸优化中的常用优化算法:梯度下降算法。本程序由matlab编写,内含有注释,分别用非精确直线搜索和精确直线搜索两种方法实现了梯度下降算法。
直线匹配MATLAB
- MATLAB对图片进行直线检测和匹配,有应用实例,实验图片,运行时间较长,请耐心等待