-
fractional-differential
基于分数阶微分的图像增强技术,代码可以根据图像的梯度信息,更好地增强图像的高频部分,非线性地保留低频部分。(Fractional differential enhancement technology-based image code according to the gradient information of the image can better enhance the high frequency part of the image, to retain the low-frequency part of the non-linear.)
- 2021-03-05 17:39:31下载
- 积分: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
-
A
说明: 对图像进行行列循环加密,采用的是3维混沌系统来增强图像加密的安全性(The 3-D chaotic system is used to enhance the security of image encryption)
- 2020-10-05 17:37:16下载
- 积分:1
-
基于地形分块匹配算法定位仿真(原始程序)
说明: 地形分块下的匹配导航算法仿真程序,算法包括最优分块算法和匹配定位算法的仿真(Simulation program of matching navigation algorithm under terrain block, including the simulation of optimal block algorithm and matching positioning algorithm)
- 2020-12-02 16:19:25下载
- 积分:1
-
Median-filter
中值滤波是一种非线性数字滤波器技术,经常用于去除图像或者其它信号中的噪声
- 2013-06-03 17:32:58下载
- 积分:1
-
AnimatePicture
C#模拟播放连续的图片为GIF动画,模拟出播放GIF的动画效果,在Debug/bin目录下,有很多的图像文件,有VS的可重新修改源码,适合学习,源码简单。(C# analog playback consecutive pictures as an animated GIF, animated GIF to simulate the effect of playing in Debug/bin directory, there are a lot of image files, there VS can re-edit the source code, suitable for learning, simple source.)
- 2014-09-18 15:29:53下载
- 积分:1
-
bilinear_algorithm
图象处理中经常用到图象抽取和插值,本程序就是常用的双线性插值法的实现(image processing frequently used images collected and interpolation, the procedure is commonly used by the bilinear interpolation to achieve)
- 2006-11-16 16:40:25下载
- 积分:1
-
LRTsigma
本程序是用似然比检验的方法进行profile中的变点检测(This procedure is used likelihood ratio test method of change point detection profile)
- 2013-07-10 11:08:30下载
- 积分:1
-
lsd
LSD直线检测算法的原理、步骤、结果文字资料以及具体程序实现(The LSD line detection algorithm principle, the steps of text information as well as specific procedures to achieve)
- 2013-05-01 04:38:53下载
- 积分:1
-
SIFT_area_match
说明: SIFT算法的区域匹配,比原有的SIFT+KD树匹配更加高效、准确。(different area SIFT algorithm which is better than the original SIFT and KD tree match.)
- 2021-04-22 15:18:48下载
- 积分:1