-
Transformacao
这段代码使旋转、翻译和规模algoritms一些图像使用绘图对象(This code enables rotation, translation and scale algoritms some images using the drawing object)
- 2013-05-20 21:45:32下载
- 积分: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
-
sar_modified
说明: matlab实现sar图像雷达成像运行代码,亲测可用(Matlab SAR image radar imaging code, pro test available)
- 2021-01-29 16:11:33下载
- 积分:1
-
iseyeopen
自己写的用开闭眼模板法判断一个眼睛的开闭状态,前提是需要去定位眼睛(Wrote it myself with open eyes closed, a template method to determine the state of opening and closing the eyes, the premise is the need to positioning the eyes)
- 2008-04-01 15:23:40下载
- 积分:1
-
FACE-Recognition
这是一个应用VC++编写的基于摄像头读取人脸的人脸识别和人脸检测软件,其中引用了MATLAB的系统函数,是一个非常不错的人脸识别软件,这个系统在我校论文答辩审核中获得了优秀的成绩。希望对大家有用(This is an application-based VC prepared to read camera Face to Face Recognition and face detection software. cited in the MATLAB system function, is a very good face recognition software. The system in my school examination papers reply obtained outstanding achievements. We hope to useful)
- 2020-06-26 05:20:01下载
- 积分:1
-
ransetideshuliangtongji
基于MATLAB的数字图像处理程序,给出一幅染色体图像,通过边缘检测,及腐蚀等算法统计出染色体的数量。(MATLAB-based digital image processing procedures, are given a piece of chromosome images, through the edge detection, and corrosion, such as algorithm statistics the number of chromosomes.)
- 2008-06-06 13:14:02下载
- 积分:1
-
a-trimmed-filter
Contra Harmonic Mean and Alpha Trimmed Filter alpha剪枝滤波器(Contra Harmonic Mean and Alpha Trimmed Filter alpha pruning filter)
- 2013-04-15 09:41:12下载
- 积分:1
-
ROF-TV-denoising
基于ROF全变差分模型,用于图像去噪,并利用split bregman算法进行加速运算(ROF points based on total variation model for image denoising, and using split bregman accelerated computing algorithms)
- 2013-10-30 10:21:30下载
- 积分:1
-
radonbh
用于图像中边缘检测的重要算法,radon变换,该MATLAB程序实现了radon变换,直接确定图像中边缘位置和边缘强度(Radon convert)
- 2009-11-11 10:00:40下载
- 积分:1
-
Neural-Network-pattern-recognition
说明: bp人工神经网络模式识别教程示例,研究人脸识别 手势识别有帮助(bp nervel network trainning and recognition ,e.g:face & dynamic hand gesture detection and face recognition .I hope it would be very useful for researcher !)
- 2009-08-02 10:51:30下载
- 积分:1