-
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
-
image_to_video
可以将连续图片转换成视频文件,值得参考学习(Convert a continuous image into a video file)
- 2016-08-29 21:09:04下载
- 积分:1
-
duochongxiaobo
说明: 小波分析增强滤波。小波变换的原理类似傅里叶变换,只是把三角函数基换成了小波基。与傅里叶变换不同,小波变换有两个变量:scale和translation。scale控制小波函数的收缩,其导数即为频率,translation控制小标函数的平移,平移量对应时间。通过信号的伸缩平移,可以得到某种重合情况,这样积分也会得到一个极大值,不同的是,得到频率成分的同时,还可以知道该频率的时间位置。(Wavelet analysis enhances filtering.The wavelet transform works like the Fourier transform, except that the trigonometric basis is replaced by a wavelet basis. Unlike the Fourier transform, the wavelet transform has two variables: scale and Translation. Scale controls the contraction of the wavelet function, its derivative is frequency, translation controls the translation of the small scale function, and the translation corresponds to the time. By stretching and shifting the signal, you can get some kind of coincidence, so that the integral will also get a maximum, but the difference is that when you get the frequency component, you can also know the time position of that frequency.)
- 2020-12-24 11:48:44下载
- 积分:1
-
492216156-Image_stitching
基于sift算法的图像拼接matlab代码,经过测试,可以运行,对有重叠部分的图像进行拼接,效果不错(Sift algorithm based on the image mosaic matlab code, the test run splicing with overlapping portion of the image, good results)
- 2013-04-25 11:09:11下载
- 积分:1
-
车辆牌照识别
说明: 车辆牌照识别,比较简单的识别系统,可能由于数据库的不足,导致其还存在一些误差(Vehicle license plate recognition, a relatively simple recognition system, may be due to the lack of database, resulting in some errors.)
- 2020-06-25 03:20:02下载
- 积分:1
-
CoSaMP
压缩感知基追踪算法,实现二维图像的小波变换以及图像重构(Compressed sensing based tracking algorithm, wavelet transform two-dimensional image, and image reconstruction)
- 2021-04-13 19:48:55下载
- 积分:1
-
ImageFusion_PCA
在GDAL库下,采用主成分变换实现多光谱影像与全色高分辨影像的融合。(Under the GDAL library, the principal component transformation is used to fuse multispectral images with panchromatic high resolution images.)
- 2021-01-21 13:08:42下载
- 积分:1
-
ImageWatershedSegmentationcode
关于图像分割中分水岭的一个代码,能够实现相应功能,拿出来与大家共享(Image segmentation in the watershed on a code, can achieve the corresponding functions, and show to share with you)
- 2008-04-25 19:24:24下载
- 积分:1
-
exemplar-based-image-inpainting-master
说明: 图像修复算法 使用criminisi算法对破损图像进行修复。(The image restoration algorithm uses criminisi algorithm to repair the damaged image.)
- 2020-11-25 22:09:32下载
- 积分:1
-
Optical-flow-code
实现光流的代码,能够绘制光流的运动场。代码简单,无需配置,直接运行(It is Optical flow code.)
- 2012-04-06 15:26:55下载
- 积分:1