-
kernel-fusion
一种比较新颖的方法,通过对以往提出几种核估计方法的融合,建立新核,达到更好的图像恢复效果(A relatively new method, proposed in the past by the nuclear fusion of several estimation methods, the establishment of new nuclear, to achieve better image restoration effect)
- 2015-09-17 16:22:17下载
- 积分: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
-
SSIM (2)
说明: 基于matlab的ssim图像质量评价,验证还可以(Image quality evaluation)
- 2019-04-11 21:46:35下载
- 积分:1
-
Hough变换圆
一种基于形貌特征识别圆形的方法,通过拟合圆方程来实现的经典hough变换方法(A method of Circle Recognition Based on morphological features is introduced. The classical Hough transform method is implemented by fitting the circle equation.)
- 2018-05-24 15:28:50下载
- 积分:1
-
CurveLab-2.1.3.tar
包含二维曲波变换、反变换;三维曲波变换;二维曲波变换(Including two-dimensional Qu Bo transform, inverse transform, 3D Qu Bo transform, and two-dimensional Qu Bo transform)
- 2017-06-09 15:53:47下载
- 积分:1
-
calib
matlab做的标定程序,包括角点检测与张正友标定算法做的,有界面
(matlab to do the calibration interface, including the corner detection algorithm and Zhang Zheng-you do calibration)
- 2021-03-18 13:39:20下载
- 积分:1
-
CS_iso_creator_src
CS Image Creator.to creato image from specific data.
- 2013-01-21 01:00:57下载
- 积分:1
-
145
一个很好类子来说明类模板的使用,可以比较明了类模板的使用方法,最好进行单步调试(use of class template )
- 2013-08-30 17:17:58下载
- 积分:1
-
function
基于VC++的图像处理类,可以用于bmp文件的读写,显示(Based on the image processing VC++ classes that can be used to read and write bmp files, display)
- 2013-11-18 11:16:59下载
- 积分:1
-
Face-Recognition-Gabor-Occlusion
发表于ECCV上的一篇用于人脸识别的算法,Gabor Feature based Sparse Representation for Face Recognition with Gabor Occlusion Dictionary (At ECCV on an algorithm for face recognition, Gabor Feature based Sparse Representation for Face Recognition with Gabor Occlusion Dictionary)
- 2011-10-25 15:47:37下载
- 积分:1