搜索资源列表
Edgelink_
- 实现边缘连接和线段拟合源码,用MATLAB实现,可直接执行,供研究用-achieve connectivity and edge line fitting source, using MATLAB, can be directly implemented, for research
11111
- 用matlab编的霍夫曼方法检测一些线段与圆弧,效果很好,
MatlabFns
- 在matlab下进行图像处理的函数库,包含边缘线段拟合,透视变换,立体图像复原等toolbox中所没有的功能,详见index.html-in Matlab under image processing functions, including marginalized segment fitting, perspective transformation, three-dimensional images rehabilitation toolbox are not functional, as
KOCH曲线生成代码
- KOCH曲线生成代码。从一条直线段开始,将线段中间三分之一部分用等边三角形的两条边代替,形成具有 5个结点的图形,在新的图形中,又将图中每一直线段中间的三分之一部分都用一等边三角形的两条边代替,再次形成新的图形。-Snowflake type KOCH curve generation code。( Write a Matlab program to produce a first dimensional Koch curve)
Simulation_System_of_Unknown_Environmen
- :以matlab工具箱的形式给出了静态及动态未知环境下移动机器人地图构建的仿真研究平 台。通过分析polaroid6500声纳、电子罗盘、编码器等传感器的工作原理建立了参数可调的传感器 模型。这些传感器为机器人提供位姿及环境信息。在分析已有基于hough变换的线段提取算法的基 础上提出了抑止。杂线段。现象的CIHT[Clus~r Inhibiting Hough Transform]算法.采用cIHT 对声蚋信息作环境特征提取,便于开展基于环境特征的未知环境地图构建算法方面的研究
houghlinedetect
- hough 变换实现直线检测 在噪声服从高斯分布的背景中构造信噪比为2、长度为34像素的目标线段;在找出线段所在直线后,在采用固定长线段滑动的方法,确定线段的起始点,最终确定线段的确切位置。-hough transform line detection in the noise to obey Gaussian distribution of the background-noise ratio for the structure 2, with a length of 34 pix
CohenSoutherlandLineClipping
- Cohen-Southerland线段裁剪算法的Matlab程序-Cohen-Southerland Line Clipping Algorithm in Matlab procedures
hough
- 用hough寻找二值图像中的一组线段,最后在而知图像上叠加这些线段-Hough used to find binary image of a set of line segments, the final superimposed image in the sense of these lines
Voronoi1
- Voronoi图是以两点间线段的长度作为距离 ,对平面的一种分割。然而 ,在地理环境中 ,存在着许多自然的或人为的障碍 ,使得从一点到另一点不能直线到达。为了扩大Voronoi图的应用领域 ,本文对传统的Voronoi图进行扩充 ,给出了障碍Voronoi图的定义、性质 ,以及离散生成线段障碍Voronoi图的方法-Voronoi diagram based on the length of line between two points as the distance from a parti
hough
- 在噪声服从高斯分布的背景中,采用固定长线段滑动的方法,用Hough变换来实现对弱线段的检测。-With the Hough transform to achieve the right detection of the weak segment
circle_pca24
- 基于曲线段PCA分析的随机hough变换圆检测算法研究 该算法在计算、存储消耗上均大大 减少。-PCA analysis based on curve segments of random hough transform circle detection algorithm to study the algorithm in computing, storage consumption to both greatly reduced.
PLR_PF
- 基于重要点的PLR表示: 重要点被定义为在局部范围内的极值点,并且与端点的比值超过参数R。将重要点用线段连接,就得到了基于重要点的时间序列分段线性表示,通过选择不同的参数R,可以获得精细粒度不同的分段线性表示。-Based on the important points of PLR: Important points are defined as within the scope of local extreme points, and with the endpoint parameters
FindLineSegs
- 该函数用于提取图像中的直线段 输入图像,直接输出提取的直线段-find line segment in images
Edge_Linking_and_Line_Segment_Fitting
- 边缘提取,并用线段分割。内附示例说明,文件来源于作者网站-Edge Linking and Line Segment Fitting
hough
- 霍夫变换是一种寻找并连接图像中线段的处理方式-Hough transform is a line to find and connect the image processing method
MATLAB.zip
- Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。例如,图1(a)中的九条线段对应于如图1(b)所示的其Hough参数空间的九个累加器峰值。图1(b)中,Hough参数空间的横纵坐标分别为直线极坐标方程:ρ=x×cos(θ) + y×sin(θ) 的两个参数ρ和θ。九个峰值的ρ和θ值唯一的确定其对应线段所在直线的两个参数。并且线段的长度决定坐标(ρ,θ)处的
opencv 检测直线、线段、圆、矩形
- matlab学习,对于初学matlab的人来说是良好的基础
边缘连接和线段拟合
- 线段和边缘连接拟合程序,可根据其中各自研究方向对内容自行修改,(Segment and edge connection fitting procedures, which can be modified on the basis of their respective research directions.)
matlab随机生成点和线段
- 该段代码中讲解了使用matlab随机生成点和线段的功能,简单易懂,适合初学者。(the code is using matlab to Generating random point and The random line segment)
LSD
- 本程序实现了提取图像中直线的功能。能够很好地提取出位于边缘上的直线段,其结果表示为两端端点坐标以及线段宽度(This program realizes the function of extracting the edge line in the image.The straight line segment at the edge can be extracted well, and the result is expressed as the end point coordinates an