搜索资源列表
Edgelink
- 一个图像的边缘连接程序,可以将两幅图像无缝连接成一幅图像。-an image edge connector process, which would be two images into one seamless image.
BoundaryDetectionVc++Res
- 图像处理中的边缘检测以及曲线拟合的结合应用,实现边缘连接和线段拟合源码-image processing edge detection and curve fitting combination of applications, connectivity and edge line fitting FOSS
Edgelink_
- 实现边缘连接和线段拟合源码,用MATLAB实现,可直接执行,供研究用-achieve connectivity and edge line fitting source, using MATLAB, can be directly implemented, for research
matlabIMG
- 图象处理的matlab程序集,包括角点检测,边缘连接,高通滤波器,低通滤波器等等。-image processing procedures of Matlab scr ipts, including corner detection, edge connectivity, high-pass filter, Low-pass filter, and so on.
math
- 边界提取后出现断线,用此程序将边缘连接
edgelink
- 这个源代码是用于边缘连接和线性拟合使用matlab写的
bianyuanjiance
- 实现边缘连接和线段拟合源码,希望能与大家共享
hough
- 霍夫变换是一个非常有用的算法,可以检测直线、圆、椭圆等等,也可以进行边缘连接。
边缘检测算法的基本步骤
- 边缘检测算法的基本步骤 (1)滤波。边缘检测主要基于导数计算,但受噪声影响。但滤波器在降低噪声的同时也导致边缘强度的损失。 (2)增强。增强算法将邻域中灰度有显著变化的点突出显示。一般通过计算梯度幅值完成。 (3)检测。但在有些图象中梯度幅值较大的并不是边缘点。最简单的边缘检测是梯度幅值阈值判定。 (4)定位。精确确定边缘的位置。 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方
edgelink
- matlab代码边缘检测之后的边缘连接
Edge_linking_line_segment_fitt
- matlab示例程序,可以边缘检测、腐蚀、膨胀等基本操作,另外还可以对检测得到的边缘进行连接操作。,matlab example of the procedure, you can edge detection, corrosion, expansion of the basic operation of detection can also be operated to connect the edge.
trace
- 8邻域边缘连接,实现闭合边界跟踪,简单实用-8 neighborhood edge connector, to achieve closure boundary tracking, simple and practical
linkedge
- 图像处理中用于边缘检测图像的边缘连接和边缘拟合的代码-link edge
hough(vc)
- Hough变换最先是由Paul Hough在1962年提出的, 它所实现的是一种从图像空间到参数空间的映射关系,其主要优点就是检测几何形状的能力较少受到几何形状中间断点的干扰 , 而且不需要预先组合或连接边缘点, 可以广泛应用于纤维、 孔径等自动检测中-Hough transform is the first by Paul Hough in 1962, and it is a realization from the image space to parameter space of the
shendusousuo
- 深度搜索,可将边缘断点连接起来,多用于图像分割中和边缘检测结合使用-Depth of search, could be the edge connecting the breakpoints are used for image segmentation and edge detection used in conjunction
Edgelink_
- 做完边缘提取之后,有的边缘断断续续,需要进行边缘连接,将其连成完整线。-Done after edge detection, and some off the edge, the edge needed to connect, to link into the full line.
v_ShortLine_Detect
- 本程序可实现图像边缘检测后的短线段检测和连接-the short line will be detected and linked by using this programm
边缘提取
- 边缘提取:边缘检测的基本思想首先是利用边缘增强算子,突出图像中的局部边缘,然后定义象素的“边缘强度”,通过设置阈值的方法提取边缘点集。由于噪声和模糊的存在,监测到的边界可能会变宽或在某点处发生间断。因此,边界检测包括两个基本内容: (1)用边缘算子提取出反映灰度变化的边缘点集。 (2)在边缘点集合中剔除某些边界点或填补边界间断点,并将这些边缘连接成完整的线。(Edge extraction: the basic idea of edge detection is to use edge en
edgelink
- 对边缘检测后出现的不连续的部分进行边缘连接(Edge join after the edge detection appears.)
边缘连接和线段拟合
- 线段和边缘连接拟合程序,可根据其中各自研究方向对内容自行修改,(Segment and edge connection fitting procedures, which can be modified on the basis of their respective research directions.)