-
腐蚀与膨胀
说明: 自己编写的图像腐蚀与膨胀matlab代码,经试验证明与matlab中自带的腐蚀和膨胀函数运行效果相同,可供初学图像处理的同学参考使用。(The image corrosion and expansion matlab code written by myself has been proved to be the same as the corrosion and expansion function of the matlab. It can be used by students who are ready for beginner image processing.)
- 2021-01-13 14:48:48下载
- 积分:1
-
camshift
用openCV实现,用Camshift算法实现彩色目标跟踪(openCV,color object tracking usingCamshift)
- 2009-02-17 12:15:37下载
- 积分: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
-
motionComp
基于三维递归搜索的运动估计得到运动矢量后进行运动补偿帧插算法,最后得到视频帧速率上转换序列(frame rate up conversion based on motion estimation)
- 2020-08-18 15:48:21下载
- 积分:1
-
XINIAN_1
1 完成图象处理的基本功能2:二值化、边缘检测、滤波。
2 熟悉dc的部分常用功能,学习图标控制弹出框。(a complete image processing of the two basic functions : values, edge detection, filtering. 2 familiar with the dc part of the commonly used function, learning to control pop icon frame.)
- 2007-05-26 13:36:55下载
- 积分:1
-
ImageFilterinFrequencySpace
目的是改善影像质量,包括去除高频噪声与干扰,及影像边缘增强、线性增强以及去模糊等。分为低通滤波(平滑化)、高通滤波(锐化)和带通滤波。(The purpose is to improve the image quality, including the removal of high frequency noise and interference, and image edge enhancement, linear enhancement and deblurring. Into a low-pass filter (smoothing), high-pass filtering (sharpening) and bandpass filtering.)
- 2015-03-30 17:39:21下载
- 积分:1
-
gaijinzhongzhilvbo
一种改进的快速加权中值滤波算法,较好的保留了图像的细节(Fast weighted median filtering algorithm, an improved and better retain the image details.)
- 2012-04-09 13:19:39下载
- 积分:1
-
Compute_MSE_PSNR
说明: 计算图像峰值信号比,比较边缘检测图像的质量(Calculate the image peak signal ratio and compare the quality of edge detection)
- 2021-03-04 12:49:32下载
- 积分:1
-
danyuan
基于图像特征的模板匹配算法的研究,
进行图像处理地子程序;(Template based on image feature matching algorithm for image processing to Subroutine )
- 2007-08-13 18:08:04下载
- 积分:1
-
median
一维中值滤波方法去噪和二维中值滤波方法去噪!(denoise by median,can remove noise of 1D&2D!)
- 2011-08-06 13:06:51下载
- 积分:1