-
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
-
Wavelet-thresholding
基于小波阈值法来实现图像去噪,这是小波阈值去噪的程序代码。(Based on wavelet thresholding denoising method to achieve this is wavelet thresholding procedure code.)
- 2021-04-22 15:48:48下载
- 积分:1
-
av2img
matlab加载一个视屏,转化成每帧图片加以保存。(Matlab loads a video screen and translates it into pictures for each frame to be saved.)
- 2017-09-17 19:55:39下载
- 积分:1
-
LISQ
说明: 利用红黑小波进行图像去噪,图像复原,并与常规的小波进行比较(use red, black and wavelet denoising images, image recovery, and with the conventional comparison of wavelet)
- 2006-03-28 20:11:55下载
- 积分:1
-
Untitled5
凸多边形检测和显示--先把图像中的显著区域提取出来,然后用最小凸多边形囊括显著区域,并把凸多边形显示出来(Convex polygon detection and show- first images extracted significant area, and then use the smallest convex polygon covering a significant area, and the convex polygon displayed)
- 2009-05-08 10:37:45下载
- 积分:1
-
psnr-snr-enl
衡量图像去噪和SAR图像降斑效果的一些指标,psnr,snr,enl(enl(Equivalent number of looks))
- 2011-06-08 19:40:02下载
- 积分:1
-
Filter
用C++语言写的图像过滤,实现了中值过滤、最大值最小值过滤、均值过滤等,扩展性较好,能实现不同通道(With C++ language image filtering, to achieve a median filtering, maximum minimum filtering, mean filtering, scalability, better able to achieve different channels)
- 2013-07-03 10:13:42下载
- 积分:1
-
DFT_by_dft
VS 环境下利用opencv 实现图像的傅里叶变换,输入图片,保存输出结果。(Under VS environment use opencv to achieve image Fourier transform, the input image and save the output.)
- 2016-07-05 16:08:58下载
- 积分:1
-
psfGauss
图像高斯模糊的算法,自定义大小和模糊半径(psf of Gaussian)
- 2010-11-16 08:04:22下载
- 积分:1
-
test
将获取图像分块成10*10,并合成列向量的矩阵(Will acquire an image block into 10* 10, and matrix synthesis column vector)
- 2015-03-25 14:23:37下载
- 积分:1