搜索资源列表
MATLAB检测两直线的交点
- 用matlab编辑的实现检测两直线交点的源代码,源代码包括两个程序-using Matlab Editor Detection two straight intersection of source code, source code, including two procedures
linedetec
- 这是一个使用hough变换来实现一副图像中直线检测的代码,比较高效而且检测效果很不错-use hough transform to achieve an image line detection code, more efficient and effective detection is pretty good
Hough变换直线检测
- 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,检测峰值。这里基于伪方向的直线提取算法。只对具有相同伪方向的边缘点对采样减小了采样空间,提高了精度。
hough
- 用函数hough检测直线,程序很好,可以调里面参数。效果很好-Use function houhg to check the line
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
houghlines
- hough变换用于直线的检测,适用于计算机视觉的初学者,简单容易理解-hough transform for line detection, computer vision for beginners, easy to understand. . .
houghdetectline
- hough变换检测直线,MATLAB环境下可直接运行-hough detect lines
hough
- hough变换检测园和直线,计算机视觉作业-Park and the straight line hough transform detection, computer vision operations
hough_matlab
- 基于HOUGH变换的直线检测的MATLAB源程序代码,下载可以直接运行-HOUGH transform line detection based on the MATLAB source code, you can download directly run! !
hough
- 主要用于直线检测,可以检测多条直线,但参数设置不好的话,效果并不是很好-Line detection
Houghlinedetect.doc
- 有关使用matlab下使用hough函数实现直线检测的方法,并可对任意两条直线计算两者的夹角-using hough function detect the straight lines under the Matlab
lined
- 基于radon变换的图像直线检测,用MATLAB编写-Lines detection based radon transform
基于Hough变换的直线检测
- 使用霍夫变换,将直角坐标中的线转换为极坐标中的点,检测图像中的直线,
hough
- 霍夫变换,用于图像中直线检测,可以通过改变阈值设置改变结果-used in image processing for line detection after transform done threshold can be set on the result.
zhixian
- hough变换直线检测,源代码,可在matlab软件中直接进行运行-hough transform line detection
MATLAB_code
- MATLAB图像处理 Hough霍夫曼直线检测 源程序代码-MATLAB image processing Hough hoffman straight line detection source code
hough直线检测matlab代码
- 一种用matlab实现的hough直线检测算法,包括灰度化,特征点标注,与最终结果图。参数可调。
特殊检测
- 可以进行许多特殊的检测,如圆,直线,曲线,交点
直线匹配MATLAB
- MATLAB对图片进行直线检测和匹配,有应用实例,实验图片,运行时间较长,请耐心等待