-
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
应用matlab对多通道遥感影像进行主成分变换,就出含有最大信息量的主成分(Application of PCA matlab multi-channel remote sensing image, containing the principal component of the maximum amount of information)
- 2020-10-24 10:47:21下载
- 积分:1
-
ssim_index
基于相似度的图像质量评价算法Structural SIMilarity (SSIM) index的实现。(This is an implementation of the algorithm for calculating the
Structural SIMilarity (SSIM) index between two images. Please refer
to the following paper:
Z. Wang, A. C. Bovik, H. R. Sheikh, and E. P. Simoncelli, "Image
quality assessment: From error visibility to structural similarity"
IEEE Transactios on Image Processing, vol. 13, no. 4, pp.600-612,
)
- 2009-06-06 17:19:40下载
- 积分:1
-
纹理特征提取
MATLAB实现图像纹理特征提取:自相关函数法、灰度共生矩阵、分数阶傅里叶变换。GUI界面。运行后可自定义自相关函数的x和y轴偏移,灰度共生矩阵的距离和角度,分数阶傅里叶变换的阶数。输出相应的特征图。(MATLAB realize image texture feature extraction: autocorrelation function method, gray co-occurrence matrix, fractional Fourier transform. GUI interface. After operation, the X and Y axis shifts of the correlation function, the distance and the angle of the GLCM, and the order of the fractional Fu Liye transform can be defined. Output the corresponding feature map.)
- 2017-08-27 23:29:25下载
- 积分:1
-
CPHD
用CPHD的方法实现多目标跟踪,及对CPHD性能的检测。(With CPHD method to achieve multi-target tracking, and performance testing for CPHD.)
- 2013-09-09 11:46:06下载
- 积分:1
-
camshift
用openCV实现,用Camshift算法实现彩色目标跟踪(openCV,color object tracking usingCamshift)
- 2009-02-17 12:15:37下载
- 积分:1
-
xiaobozengqiang
首先通过多分辨率分解法提取高频边缘,然后分别对每层的高频边缘进行非线性插值得到新的高频边缘,接着对高频边缘进行高通滤波得到等强后的高频边缘,最后对增强后的高频边缘进行修正。再在对增强的图像进行对比度拉伸,从而达到增强的目的!(First of all, through the extraction of multi-resolution decomposition of high-frequency edge, and then were on the edge of each high-frequency non-linear interpolation to be the new high-frequency edge, and then the edge of the high-frequency high-pass filter to be strong, such as after the high-frequency edge, and finally on the brink of enhanced high-frequency be amended. Again in contrast enhanced image stretching, so as to achieve the purpose of enhancing!)
- 2021-03-24 19:19:14下载
- 积分:1
-
GaborTexture
使用MFC以及Gabor小波处理进行图像的特征纹理提取(Using MFC and Gabor wavelet to extract texture features for image)
- 2011-10-07 08:46:32下载
- 积分:1
-
featurepoints
基于sift特征点的图像复制粘贴篡改被动认证(sift feature points copy-move forgery detction)
- 2014-08-18 20:57:59下载
- 积分:1
-
denoising
1、去条带噪声(通道均衡)程序
2、去冲击噪声程序
3、KSVD程序
均为matlab源代码(1 to band noise (channel equalization) program
2, to the impact of noise program
3, KSVD program
Matlab source code are)
- 2012-01-11 15:39:45下载
- 积分:1