-
大恒相机二次开发,单次采集
大恒相机二次开发,单次采集
- 2020-11-07下载
- 积分:1
-
FaceVerification
说明: 人脸认证流程,计算人脸认证算法的FAR,FRR(Face verification process, the face authentication algorithm calculated the FAR, FRR)
- 2010-04-21 17:22:56下载
- 积分: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
-
CoSaMP_OMP
orthogonal Matching Pursuit(OMP),CoSaMP算法的Matlab实现。(orthogonal Matching Pursuit(OMP),CoSaMP Algorithms)
- 2012-02-03 12:29:44下载
- 积分:1
-
calication
摄像标定法求T R矩阵的方法
摄像标定法求T R矩阵的方法
摄像标定法求T R矩阵的方法(how to calculate the matrix R and T using the Camera Calibration method)
- 2011-06-27 16:58:09下载
- 积分:1
-
GuidedFilter
Kaiming He的导向滤波算法的源代码(Guided filter source code Kaiming He)
- 2021-01-11 09:08:50下载
- 积分:1
-
slam
视觉slam十四讲,程序资料:g2o优化、cere拟合、特征点提取与匹配、点云拼接、opencv图像读取(Visual slam 14, program data: g2o optimization, cere fitting, feature point extraction and matching, point cloud mosaic, OpenCV image reading)
- 2019-03-06 09:03:10下载
- 积分:1
-
kmeans
kmeans算法实现,对图像处理。亲自使用过,可用,供参考。(Kmeans algorithm for image processing.)
- 2013-10-17 10:57:41下载
- 积分:1
-
HoughLineDection
利用Hough变换,可以检测图像中的多条线段,效果很好(using hough transform for line detection)
- 2009-03-23 09:25:02下载
- 积分:1
-
Features2D_Homography
使用OpenCV实现特征点的查找以及两幅图像中的特征点匹配(Use the function findHomography to find the transform between matched keypoints.
Use the function perspectiveTransform to map the points)
- 2014-03-07 11:04:15下载
- 积分:1