-
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
-
PCA
基于PCA的人脸识别历程,包含PCA的算法,用MATLAB实现的。(face recognition based on PCA)
- 2017-04-20 18:15:52下载
- 积分:1
-
program
这是数字水印嵌入程序,一共有三个,希望对大家有用.图片一定要用灰度图片.(This is a digital watermark embedding process, a total of three, in the hope that useful to everyone. Picture must use gray picture.)
- 2008-05-05 13:33:21下载
- 积分:1
-
image-processing
应用傅立叶变换对图像处理,实现查看图像的功率谱,以及功率谱经过巴特沃斯高通、低通和高斯高通、低通滤波器后图像的功率谱,再把功率谱还原为图像的功能。(Fourier transform for image processing, see the image of the power spectrum, and the power spectrum after Butterworth high-pass, low-pass and high-pass Gaussian low-pass filter of the image after power spectrum, and then restore the power spectrum of the image.)
- 2020-10-30 16:09:56下载
- 积分:1
-
ASD
自适应子空间分解(ASD)算法的程序。用于高光谱图像降维(ASD on hyperspectral)
- 2010-03-12 09:47:53下载
- 积分:1
-
K-means
经典的K均值聚类,源码加利用三维高斯简单数据的实现对三类数据的聚类(Achieve the effect of classical K-means clustering, plus simple data)
- 2015-08-19 11:23:30下载
- 积分:1
-
BP
说明: 利用BP神经网络进行图像分割。主要适用于RGB信息丰富的图像。以RGB为BP网络的三个输入,与对应的灰度图对网络进行训练。(The use of BP neural network image segmentation. RGB is mainly applied to information-rich images. BP network to RGB for the three inputs, with grayscale corresponds to the network training.)
- 2009-06-01 16:03:12下载
- 积分:1
-
锥束CT(CBCT)的三维重构算法(FDK) FDK_Algorithm
锥束CT(CBCT)的三维重构算法(FDK)(the FDK algorithm for cone beam CT reconstruction)
- 2016-05-21 15:33:13下载
- 积分:1
-
threshold
基于小波阈值的去噪方法,可以通过改变不同的参数达到不同的效果。(Wavelet threshold de-noising method can achieve different effects by changing the different parameters.)
- 2013-04-22 13:28:17下载
- 积分:1
-
histogrameq
VC做的图像处理方面的一些代码,仅供参考(VC do image processing of some code, only supplies the reference
)
- 2012-03-15 10:09:25下载
- 积分:1