-
bcbjackVFWObjectTrackingSampleMean
內容為目標物追蹤程序原碼 可使用webcam連線找尋想要之目標 進行追蹤(The contents of the target tracking procedure for the original code can be used to connect webcam to find the target you want to track)
- 2009-07-08 16:00:20下载
- 积分:1
-
inexact_alm_rpca
非精确ALM解决PCA算法的例子,用后效果不错,发上来分享。(This matlab code implements the inexact augmented Lagrange multiplier method for
Robust PCA.)
- 2020-06-29 04:00:02下载
- 积分:1
-
WirelessSensorNetSimulationP
测距的相关内容以及采用三角测量的方法测量出来(Ranging content and the use of the triangulation method is measured)
- 2013-03-21 19:47:50下载
- 积分:1
-
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
-
MRF
基于MRF的SAR图像分割,在空域下进行建模,对初学者很有帮助。(SAR image segmentation based on MRF modeling in airspace, useful for beginners.)
- 2012-09-23 20:05:33下载
- 积分:1
-
基于小波变换的图像融合源代码
用MATLAB编写的一些经典的关于图像融合的程序(Some classic programs for image fusion written in MATLAB)
- 2018-03-29 15:50:26下载
- 积分:1
-
KMP
图像处理的KMP算法源程序,KMP算法是一种基本的、实用的字符串比较算法,广泛应用于图像处理和模式识别。(Image processing algorithms source KMP, KMP algorithm is a basic, practical string comparison algorithm, widely used in image processing and pattern recognition.)
- 2011-09-23 19:46:43下载
- 积分:1
-
AnatLevin
本算法主要采用变分贝叶斯求解图像忙恢复问题。(This package contains implementations of the MAP_k
blind deconvolution algorithms described in the paper
"Efficient Marginal Likelihood Optimization in Blind Deconvolution"
Levin, Weiss, Durand and Freeman,
)
- 2020-11-20 11:19:37下载
- 积分:1
-
图象处理原码
一个很实用图象处理原码(a practical source image processing)
- 2004-09-07 10:38:48下载
- 积分:1
-
NMF-of-beta-divergence
这是著名的“Algorithmes de factorisation en matrices non-négatives fondée sur la beta-divergence”这篇文章算法的matlab源代码(This is the famous article " Algorithmes de factorisation en matrices non-ngatives fonde sur la beta-divergence" algorithm matlab source code)
- 2013-04-08 15:33:20下载
- 积分:1