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. disp_fig

    0下载:
  2. 采用通过提取图像的边缘特征对两幅图像配准,并采用双线性插值算法来提高配准精度。用于两幅图像间变化不大的配准。-Adopted through the extraction of image edge characteristics of two image registration, using bilinear interpolation algorithm to improve registration accuracy. Between two images for little chan
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:6941
    • 提供者:jiaojiao
  1. MathMorph

    0下载:
  2. 数学形态学方面的图像处理程序,包括膨胀、腐蚀、开启、闭合,以及利用形态学操作进行的边缘提取、高帽变换等应用。-Mathmorph
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:2261920
    • 提供者:汪汪
  1. MATLAB-code-wavelet-edge

    1下载:
  2. 关于图像小波边缘检测的MATLAB程序,用于一般图像边缘检测-wavelet-edge
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1856
    • 提供者:esun
  1. fuzzyedge

    0下载:
  2. 此程序实现了模糊增强实现图像的边缘检测,利用模糊方法结合边缘检测实现边缘点的提取。-Realize this procedure to enhance implementation of fuzzy image edge detection, the use of fuzzy edge detection methods achieve the extraction of edge points.
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1635
    • 提供者:李晓非
  1. BianYuanJianCe

    0下载:
  2. 用c#语言对拉普拉斯等各种边缘检测方法进行了实现-Using c# language on a variety of Laplacian edge detection method of implementation
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:537313
    • 提供者:张冬冬
  1. Canny

    1下载:
  2. 采用 Canny算发进行边缘检测:寻找输入图像的边缘并在输出图像中标志这些边缘。-Using Canny edge detection operator for hair: look for the edge of the input image and logo in the output of these edge images.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:85029
    • 提供者:张济伟
  1. Canny

    0下载:
  2. canny边缘检测不错的程序,仅供大家参考!希望共同学习!-good canny edge detection procedure, for your reference! I hope common study!
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:4013288
    • 提供者:maxiaoyan
  1. ImageTest6

    0下载:
  2. 数字图像处理学--VC++实现 边缘检测 特征提取 图像识别 分类算法-Visual C++ Digital Image Proccessing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:213902
    • 提供者:李明波
  1. wavelet_code

    1下载:
  2. 这是《小波分析理论与MATLABR2007实现》的源代码。主要是基于Matlab的小波工具箱实现小波基选择、小波包分解、Mallat变换以及小波变换在边缘提取、图像去噪、数据压缩等中的应用,特别包含了二代提升小波的相关内容,理论与实际相结合。大家想要了解的二进小波、正交镜像滤波器组[QMF]等概念这里都有体现。-This is 《MATLABR2007 wavelet analysis theory and implementation》 of the source code. Mainly
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-30
    • 文件大小:55411
    • 提供者:
  1. part_237010_200311202__

    0下载:
  2. 山 东 大 学 硕 士 学 位 论 文:图像边缘检测算法的研究本 文 分 为 七 个 部 分 。第一部分首先阐述了课题的研究背景、意义以 及该领域的发展现状;第二部分介绍了几种经典的边缘检测方法,给出 了这些方法的图像边缘检测结果,并且进行了相关的分析比较;第三部 分阐述了BP 神经网络的结构以及数学模型等相关知识;第四部分具体 介绍了一种新的基于统计向量和BP 神经网络的边缘检测方法;第五部 分介绍了一种有效的边缘细化算法,它可以对新方法得到的图像边缘进 一步处理以达到
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:172650
    • 提供者:swx
  1. edgedetection2003

    0下载:
  2. 数字图像的边缘检测 本科毕业设计(边缘检测是数字图像处理中的重要内容。本文首先对图像的边缘检测的各种算法和算子做了总结和分析。Canny最早提出了边缘检测的三条连续准则:最优检测结果、最优定位和低重复响应,并在这些准则的基础上得到了“最优线性滤波器”―高斯函数的一阶导数。经过十几年的发展,目前已经有了对这个准则的很多改进,本文也对这个方面的工作做了小结。Demigny在理论分析和实践的基础上给出了边缘检测的离散准则,并且证明在离散准则中Canny提出的第三个准则可以被阀值操作所取代。本文利用
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1397911
    • 提供者:swx
  1. matlab_binyuanjianche

    1下载:
  2. 利用边缘检测算法各种算子处理图像,提取图像轮廓-using a variety of operator of edge detection algorithm process images, and extract image contours
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:542
    • 提供者:328087418
  1. gabor

    0下载:
  2. 基于生物视觉的Gabor滤波器在图像边缘检测的应用-Based on biological vision Gabor filter in the application of image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1682
    • 提供者:guomin
  1. MedicalImageProcessing

    0下载:
  2. 医学图像处理:P0701:细胞边缘检测;702:癌细胞形态学分析;P0703:癌细胞颜色分析-Medical Image Processing: P0701: cell edge detection 702: morphological analysis of cancer cells P0703: color analysis of cancer cells
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:63838
    • 提供者:无理取闹
  1. Imagequalityevaluation

    5下载:
  2. 包含了主要的图像质量评价的matlab源程序。图像熵,图像的方差和,以及基于边缘检测算子的质量评价函数。-Contains the main image quality evaluation of the matlab source code. Image entropy, variance and images, as well as edge detection operator based on the quality of the evaluation function.
  3. 所属分类:Graph program

    • 发布日期:2015-02-21
    • 文件大小:2694
    • 提供者:巫军
  1. face

    0下载:
  2. 人脸定位实例,边缘提取,标记眼睛,标记嘴巴鼻子-Human Face Localization examples, edge detection, marking the eyes, mouth and nose tag
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-17
    • 文件大小:221004
    • 提供者:pengwei
  1. cannyfinal

    0下载:
  2. 边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测-Edge detection for image understanding, target detection, tracking a very important issue, the code implementation of the canny edge detection operator to do
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-14
    • 文件大小:2927
    • 提供者:张妍妍
  1. 09

    0下载:
  2. 图像处理比如边缘检测,图像分析,图像匹配等-Image processing such as edge detection, image analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:75804
    • 提供者:翁文天
  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 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com