-
图像去雾算法源代码c++
图像去雾c++版源代码,实现效果还不错,可直接运行。(Fog to remove the c++ version of the source code, the effect is not bad, can be run directly.)
- 2020-09-02 18:08:07下载
- 积分:1
-
HistogramEqualization
直方图均衡化,包括动态直方图均衡化,全局直方图均衡化,局部直方图均衡化,以及绘制图像的直方图 其中动态直方图均衡化用A dynamic histogram equalization for image contrast enhancement 只取x=0情况(Histogram equalization, including dynamic histogram equalization, global histogram equalization, local histogram equalization, and where to draw the image histogram dynamic histogram equalization with A dynamic histogram equalization for image contrast enhancement only take x = 0 Happening)
- 2015-07-24 14:04:38下载
- 积分:1
-
Digital_Image_Processing_Ch04
数字图像处理,冈萨雷斯,Matlab版,第四章,输入命令,以及图像,运行时只需修改图像地址即可(Digital Image Processing, Gonzalez, Matlab, Chapter IV, enter the command, as well as images, run-time only to modify the image address to)
- 2012-07-17 12:03:57下载
- 积分: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
-
Java 实现 二维码生成与解析 实例 附完整源码
java语言开发 二维码的生成与解析
- 2013-04-15下载
- 积分:1
-
waveenhace
说明: 小波变换图像增强,经过matlab6.0测试,放心可用(Wavelet image enhancement, after matlab6.0 testing, confidence can be)
- 2011-03-03 13:03:11下载
- 积分:1
-
one-based
一种基于背景减法和帧差的运动目标检测算法(Based on background subtraction and frame difference moving target detection algorithm)
- 2013-07-31 09:12:36下载
- 积分:1
-
work
读取avi视频,并进行帧间差分法运算,检测运动目标(Read the avi video, and make inter-frame difference method for computing, moving target detection)
- 2009-09-28 17:18:01下载
- 积分:1
-
S_R
图像稀疏表示源代码,实现输入图像的稀疏表示,有MOP,KSVD等算法(Matlab m-file code of Iamge Representation,it can run,contains MOP,KSVD.)
- 2014-08-25 18:01:47下载
- 积分:1
-
canny
说明: canny算子边缘提取。用matlab编写,并有详细的解释。(use matlab to canny edge detection operator,with a detailed explanation.)
- 2009-08-24 16:15:55下载
- 积分:1