搜索资源列表
lsd
- Line Segment Detection 用C实现的直线段检测,检测出PMG格式图像中的直线段,给出线段起始终止坐标-Line Segment Detection,achieved with the C. Detect line segments in image of the PMG format, giving the starting and ending coordinates
3
- 基于链码检测的直线段检测方法,实现了直线的检测-Based on chain code detection straight line segment detection method, realize the straight line detection
LineDection
- 论文《一种基于梯度的直线段检测算法—光子学报》的matlab源码和论文PDF,点main函数运行,直线段效果非常好。里面还有一个main_hf的哈夫变换的直线段检测方法,作为对比。-Paper " based on gradient line segment detection algorithm- Photon Technology" matlab source, point main function runs,
improvedHough
- 首先检测图像中相邻的像素点并进行聚类, 形成一些相连的像素点的集合, 然后将聚类 后的像素点进行感知编组, 细分成比原聚类线段更接近直线的线段, 最后对每段近似直线用随机 Hough变换进行检测-First detection in adjacent pixels of the image and clustering, form some connected set of pixels, then clustering Pix
Straight-line-matching
- 直线匹配程序,首先在图像检测出直线,在直线段的基础上对直线段进行匹配。-Straight line matching program, first of all, in the image to detect the straight line, on the basis of the straight line segment of line segment matching.
straight-line-detection
- 一种基于梯度的直线段检测算法,用于在复杂环境下快速准确的检测直线。-A straight line detection algorithm based on gradient, used for fast detection in complex environment in a straight line
EDLinesTest
- EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定
lsd_opencv-master
- 这是一个直线段检测算法,只要保证图片质量不是太差的前提下,你可以检测到几乎所有的直线段!(this is a good line detector, you can detect all lines)
EDTest-VS2010
- 直线段检测算法EDLines C++实现(EDLines C++ Opencv lins segment detection)