CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 边缘检测算法

搜索资源列表

  1. canny

    0下载:
  2. 采用canny算法进行边缘检测,寻找输入图像的边缘,并且标志出来-canny algorithm edge detection,can find edge from image and draw it.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-27
    • 文件大小:85302
    • 提供者:笑笑
  1. edge

    0下载:
  2. 图像处理中边缘检测的VHDL源代码,所用的算法是garbor变换-Image processing edge detection of VHDL source code, the algorithms used are garbor transform
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:383759
    • 提供者:翁文天
  1. imagesegmentationalgorithms

    0下载:
  2. 包括各种边缘检测以及图像分割的算法,对灰度及彩色图像的分割很有用-Include a variety of edge detection and image segmentation algorithms, on the gray scale and color image segmentation is useful
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2909
    • 提供者:amy
  1. Snake

    0下载:
  2. 一种改进Snake模型的边缘检测算法的改进方法处理图像。-An Improved Snake Model for Edge Detection Algorithm Ways deal with images.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:129889
    • 提供者:jm2005
  1. adistortedimagerectificationalgorithmbasedonleasts

    0下载:
  2. 针对高精度的畸变图像,提出了一种基于最小二乘影像匹配的高精度畸变图像矫正算 法. 算法首先利用特征提取与边缘检测对图像进行预处理,并且将特征匹配与最小二乘算法相 结合,从而实现了图像与模板之间精确的子像素定位与匹配. 实验表明,该算法较好的解决了目前高精度畸变图像矫正算法中普遍存在的定位和匹配精度较差的缺陷,图像矫正效果良好,是一种有效的畸变图像矫正算法.-Image distortion for high-precision, a least-squares image matchin
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:109191
    • 提供者:chenruibao
  1. leogic

    0下载:
  2. 一、图像边缘检测里边包含3个程序: 1.边缘检测程序,包括robert 算子,sobel 算子,prewitt算子,gauss-laplace算子 2.hough变换检测直线 3.轮廓提取程序 二、图像配准程序 包括1个程序 三、图像复原程序 里边重点实现了由运动模糊造成的图像复原的算法。 上传作者简介:图像处理专业博士研究生。 恳请版主批准同意。谢谢!-edge detection image contour extraction hough tr
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:2663645
    • 提供者:leogic
  1. ColorFeatures

    0下载:
  2. 一种彩色图像边缘检测的算法。实现J.van de Weijer的" Robust Photometric Invariant Features from the Color Tensor"-The quasi-invariant derivatives can be used to suppress undesired edges such as shadow, shading and specular edges. LITERATURE: J. van de Weijer, Th. Gev
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:388019
    • 提供者:张子墨
  1. Image

    0下载:
  2. 一篇很优秀的关于图像边缘检测和特征提取算法的博士论文,文中介绍了不少有益的算法。-On a very good edge detection and feature extraction algorithm doctoral dissertation, In this paper, many useful algorithms.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-21
    • 文件大小:6389526
    • 提供者:姜利
  1. DosImage

    0下载:
  2. C\C++图像处理基本处理算法的实现,画点、线、边缘检测等等,希望对大家有帮助-C \ C++ image processing algorithms to deal with the realization of the basic painting point, line, edge detection, etc., we would like to help
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:187535
    • 提供者:qiuqiu
  1. Mytest

    0下载:
  2. 图像处理各种算法的实现,包括BMP位图显示、图像几何变换、灰度变换、边缘检测、圆心提取算法等。-A variety of image processing algorithm, including BMP bitmap display, image geometric transformation, gray-scale transform, edge detection, core extraction algorithm etc.
  3. 所属分类:Special Effects

    • 发布日期:2015-04-14
    • 文件大小:4011301
    • 提供者:王浩
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1097689
    • 提供者:zhaolipo
  1. Berkeley

    0下载:
  2. 里面有很多图像边缘检测的算法,可以从提供的网站上下载图片进行操作-There are many edge detection algorithms that can be downloaded from the website to provide pictures to operate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1101154
    • 提供者:tiantian
  1. com

    0下载:
  2. 图像处理算法,实现多种对于灰度/二值图像的基本算法,包括灰度直方图,均衡化,门限处理,模糊,锐化,腐蚀,膨胀,掩模过滤,频域转换,边缘检测,梯度检测,二值化等等.实现的方法较多,且均经过一定的优化,效率不错.-Image processing algorithms to achieve a variety of for the gray/binary image of the basic algorithm, including the gray histogram, equalization,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:36107
    • 提供者:李勇
  1. cannywave

    1下载:
  2. 用canny算子边缘检测,以及用db4小波模极大值算法边缘检测,可以直接运行,用的是标准图像Lena-Using canny edge detection operator, and using db4 wavelet modulus maxima algorithm for edge detection, can be run directly, using the standard image Lena
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1368
    • 提供者:jin jing
  1. Desktop

    0下载:
  2. 能够进行图像的边缘检测,采用canny算法,opencv代码只有短短几行,简单实用-Capable of image edge detection using canny algorithm, opencv code for only a few lines, simple and practical
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:6187
    • 提供者:huyong
  1. wavelet

    0下载:
  2. 一个小波边缘检测的MATLAB程序,采用两种算法去噪,显示form即为边缘检测图像-A MATLAB wavelet edge detection procedure, using two algorithms de-noising, edge detection image display form shall be
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1132
    • 提供者:王明
  1. wavelet

    0下载:
  2. 基于小波变换的图像边缘检测,此程序用腐蚀算法检测边缘-Based on wavelet transform edge detection, this program uses the edge of corrosion detection algorithm
  3. 所属分类:Wavelet

    • 发布日期:2017-04-13
    • 文件大小:3377
    • 提供者:weilihua
  1. Graduation

    0下载:
  2. 基于VC++。net的图像的灰度化和边缘检测程序,实现和Canny算法-Based on VC++. net gray level of image and edge detection procedures, implementation, and Canny algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3929036
    • 提供者:速度
  1. canny

    0下载:
  2. 边缘检测 算法实现过程 可以执行 效果不错-eage detec
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:293850
    • 提供者:xuzhenxing
  1. subpixel

    0下载:
  2. 基于多尺度小波特征的高光谱影像亚像素目标识别、基于灰度矩的CCD图像亚像素边缘检测算法研究、基于矩的亚像素边缘检测算法的对比研究等-Based on multi-scale wavelet feature in Hyperspectral subpixel target identification, Gray moment CCD image sub-pixel edge detection algorithm, based on the moment of sub-pixel edge de
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3830814
    • 提供者:陈英滔
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com