-
EDLines 快速直线检测算子
EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤:
(1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声;
(2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向;
(3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大;
(4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。
(Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out
the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary
edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a
set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of
the other edge detectors requires urther processing to generate potential object boundaries, which may not even be
possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
- 2021-03-22 16:29:16下载
- 积分:1
-
imag_improve_rgb1
此算法用于对图片进行光照补偿,并对补偿前后的图片进行对比。(This algorithm is used for illumination compensation, and compensation before and after pictures comparing picture.)
- 2012-09-13 19:59:06下载
- 积分:1
-
Digital_watermark_processing
基于matlab仿真的数字水印源程序以及仿真结果,可用于毕业设计论文以及课题设计参考学习!(Matlab simulation based on digital watermarking, as well as simulation results source, can be used for graduate thesis and design subject design study!)
- 2008-05-13 14:10:08下载
- 积分:1
-
graydegree
关联下载,用于灰度相似度说明,欢迎下载使用,我感觉最好开源比较好(Download link for the gray-scale similarity shows that the use of welcome to download, I feel the best open source is better)
- 2007-11-08 20:26:44下载
- 积分:1
-
作业5
理解频域处理与空间域处理的等效关系与步骤,掌握频域相乘与空间域循环卷积之间的对等关系,理解DFT运算中补零的效果。(Understand the equivalent relationship and steps of frequency domain processing and space domain processing, understand the reciprocal relationship between frequency domain multiplication and space domain circular convolution, and understand the effect of zero padding in DFT operation.)
- 2020-11-10 18:19:45下载
- 积分:1
-
c# 条码生成 实例源码下载
本工程收集了多种常用条码的生成方法
- 2015-01-26下载
- 积分:1
-
XIAOBOFENJIE
小波分解,db4小波分解,分解为4层,可以直接运行(Wavelet decomposition, db4 wavelet decomposition, decomposition level of three layers, can be directly run)
- 2015-09-06 21:32:22下载
- 积分:1
-
ObjectDetect
说明: 用matlab编写的不错的运动目标检测的源程序(Matlab prepared with a good source of moving target detection)
- 2008-11-05 17:26:34下载
- 积分:1
-
binary
说明: 用labview实现图像的二值化,通过把图片转化为二维数组,通过和阈值比较把图像二值化(Achieved with labview binary image by the image into a two-dimensional array, and the threshold value by comparison to image binarization)
- 2021-01-08 20:18:51下载
- 积分:1
-
K-SVD-dictionary-training-algorithms
基于KSvd算法的图像重建,包括图像、代码、字典等(K-SVD dictionary training algorithms)
- 2012-06-05 10:39:27下载
- 积分:1