-
dip.readAndwrite
A MFC demo which can read, write and display images
- 2010-12-22 17:11:40下载
- 积分:1
-
sobel
可以实现bmp图象的sobel边缘检测运算,并含有可图象重建功能。简单,易懂,使用了DIB接口,适合作数字图象处理的初学者作参考(Bmp images can be achieved sobel edge detection operator, and contains the reconstruction of functional images. Simple, understandable, the use of the DIB interface, suitable for beginners of digital image processing for information)
- 2008-01-05 21:56:35下载
- 积分:1
-
kd-tree.cpp
三维点云配准kd-tree搜索算法,用于特征点的搜索匹配(3 d point cloud registration kd- tree search algorithm, is used to search of feature point matching)
- 2016-12-09 14:01:01下载
- 积分:1
-
NEW
一种新的彩色图像去噪与增强模型(A new color image denoising and enhancement model)
- 2008-05-28 20:54:06下载
- 积分:1
-
cubicfive
用C++编写的产生文章的程序,方便有需要的人(C generated articles prepared by the procedures that are accessible to people in need)
- 2007-05-11 09:18:16下载
- 积分:1
-
infusimage
红外图像的亚像素边缘检测,检测边缘,用于图像配准。(Infrared image of the sub-pixel edge detection, edge detection for image registration.)
- 2010-09-29 10:18:15下载
- 积分:1
-
Saolei
一个扫雷应用程序,在VC下开发,用来提高编程水平(A de-mining applications, developed in the VC used to improve the programming level)
- 2007-11-23 11:11:51下载
- 积分:1
-
SnapTest
有关数字图像处理的一些源码,可以实现一些处理图像的功能,但要配合数字摄像机使用(Digital image processing of the number of source, you can achieve the functions of image processing, but with the use of digital cameras)
- 2009-05-28 23:12:23下载
- 积分:1
-
基于otsu的自适应阀值canny边缘检测 otsu-canny
基于otsu的自适应阀值canny边缘检测(adaptive canny edge detection based on otsu)
- 2020-06-27 02:00:02下载
- 积分: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