搜索资源列表

  1. EdgeContour

    0下载:
  2. 实现了多重边缘检测算法,如canny,sobel等算子-implemented some edge-detective
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:2210816
    • 提供者:孟翱翔
  1. EdgeDetect

    0下载:
  2. canny和sobel边缘检测算子在matlab下进行边缘检测代码,并在参数方面做以优化-canny and sobel edge detection under matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:8192
    • 提供者:zrq
  1. imshow1

    0下载:
  2. canny算子的边缘检测,利用matlab实现的读入图像和边缘检测-it canny operator edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:wang
  1. edge-detection

    0下载:
  2. 本内容是图像处理中边缘检测的程序,包括了金字塔算法,小波变换,形态学,高斯算子,模版算子,canny算子-The content is image processing of edge detection program, including the pyramids algorithm, wavelet transform, morphology, gaussian operator, templates operator, cann
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:148480
    • 提供者:娄艳阳
  1. edge1

    0下载:
  2. 利用二阶微分算子、Canny、LOG、Roberts、Sobel、Prewitt、Krisch、Robinson等算子进行边缘检测,并分析不同算子加噪声后的不同影响-Second-order differential operator, Canny, LOG, Roberts, Sobel, Prewitt, Krisch, Robinson, and other operators for edge detection, and an
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:162816
    • 提供者:angelina_hansu
  1. Canny

    0下载:
  2. 用Canny算子检测图像的边缘,可以计算给定图像的边缘,并绘制出来与原图进行对比。-Canny edge
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:16384
    • 提供者:tianhongtuan
  1. matlab

    0下载:
  2. 基于Matlab平台实现目标信息提取。求未含噪声的原图像的周长需先对图像进行二值化,然后选择一种算法进行边缘检测,包含prewitt,canny,sobel等算法,再通过sum(sum())函数进行周长的计算并显示在相应的位置。为求包含特定目标的噪声污染图像的周长或面积,首先对图像进行去噪,再进行二值化,接着进行微小分割,实现边缘提取或者区域分割,进一步统计目标周长或者目标面积。-Based on Matlab platform to
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:李丽
  1. canny_color

    0下载:
  2. canny算子进行彩色图像边缘检测,对canny 的每一步都进行了仿真-using canny operator to detect edge of color image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:振超
  1. suanfabijiao

    0下载:
  2. roberts、sobel、prewitt、log、canny五种边缘检测经典算子的代码,适合初学matlab和图像处理。-roberts, sobel, prewitt, log, canny five kinds of classic edge detection operator code, suitable for beginners matlab and image processing.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:109568
    • 提供者:laura
  1. canny

    0下载:
  2. 学习opencv,opencv的基本算法,canny算法,检测图形边缘-Testing the edges of the figure
  3. 所属分类:OpenCV

    • 发布日期:2024-05-08
    • 文件大小:5120
    • 提供者:陈辰光
  1. color-Sobel

    1下载:
  2. 各种边缘检测,包括灰度sobel,彩色很好用-sobel,canny,laplace
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:孙龙
  1. bianyuanjiance

    0下载:
  2. 基于MFC的数字图像处理的边缘检测,含有sobel、laplace、canny等算子-MFC-based digital image processing, edge detection, with sobel, laplace, canny operator
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1985536
    • 提供者:黄峰
  1. UCannybianyuas

    0下载:
  2. 用Visual C++实现canny算子的边缘检测,,用于图像处理,经调试,程序准确,已通过测试。 -Canny operator to use the Visual C++ edge detection for image processing, debugging, the program is accurate, has been tested.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:3305472
    • 提供者:
  1. ass3

    0下载:
  2. 本程序实现了对灰度图像的边缘检测,可采用5中算子(sobel、prewitt、roberts、canny、marr)对图像检测-This program implements the edge detection of gray-scale image can be used 5 operator (sobel, prewitt, roberts, canny, marr) image detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:185344
    • 提供者:Hunt
  1. edge-detection

    0下载:
  2. 实现图像的边缘检测,使用sobel和canny检测算子,非常简单-Image edge detection sobel and canny operator is detected, a very simple
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:pacy
  1. Untitled9

    0下载:
  2. 研究同一幅图像在Rorberts算子、Sobel算子、Prewitt算子、Log算子和Canny算子下边缘检测的效果。-The same image in Rorberts operator, Sobel operator, Prewitt operator, the Log operator and Canny operator edge detection effect
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:cengjing
  1. edge

    0下载:
  2. 利用OpenCV进行边缘检测,实验中用的是Canny算子性能,低误差率、高定位精度和抑制虚假边缘。-OpenCV for edge detection, the experiments using the Canny operator performance, low error rates, high positioning accuracy and suppress false edges.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:cengjing
  1. Edge-Detection-Code-Release-1.1

    0下载:
  2. 图像边缘检测 Canny,Sobel,Laplace,Roberts,Prewitt,Krisch,Log七种算法实现 MFC+Opencv+Visual Studio -Image Edge Detection Canny, Sobel, Laplace, Roberts, Prewitt, Krisch, Log seven kinds of algorithms to achieve MFC+Opencv+Visual Stu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:3994624
    • 提供者:刘召
  1. 3Canny

    0下载:
  2. Canny算子,边缘检测,函数编写~Canny算子的详细实现,使用Gaussian 滤波器先滤波之后计算。-Canny operator, edge detection, a function to write the detailed implementation of the ~ Canny, count son, after calculation using Gaussian filter before filtering.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:李晨
  1. Ucc_cannys

    0下载:
  2. 采用C语言实现了canny边缘缘检测算法。可以用于图象边缘检测。 -Canny edge edge detection algorithm using C language. Can be used for image edge detection.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:3072
    • 提供者:拥抱
« 1 2 ... 42 43 44 45 46 4748 49 50 »

源码中国 www.ymcn.org