搜索资源列表

  1. Canny

    0下载:
  2. Matlab入门级图像处理程序__用Canny算子检测图像的边缘-Matlab image processing procedures for the entry-level __ Canny operator with the image edge detection
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:
  1. canny

    0下载:
  2. opencv canny边缘检测,效果还不错,只是要选用背景干扰不大的图像-opencv canny edge detection, the results were good, but not to use the image background interference
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1371136
    • 提供者:yangfan
  1. canny

    0下载:
  2. Edge Detection is important for segmentation.canny edge detection is best edge detection algoritm
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:Delphi_CAT
  1. canny

    0下载:
  2. 数字图像中所使用的canny算子边缘检测-Digital image used in the canny edge detection operator
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:zc
  1. canny

    0下载:
  2. 自己做的canny边缘检测。感觉效果还可以,可以和opencv自带的cvcanny对比一下。-canny edge detector。
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:3323904
    • 提供者:liujie
  1. Canny

    0下载:
  2. CANNY 边缘检测算子 的源代码 ,在VC++6.0开发软件上实现运行-CANNY edge detection operator of the source code, software development in VC++6.0 to achieve run,
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:3337216
    • 提供者:chen
  1. canny

    0下载:
  2. 边缘检测的canny算子,可以很好地检测图像的边缘,而且有效地降低了噪声。-The canny edge detection operator, can detect the image edge well, but also effectively reduces noise.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:吕晋普
  1. canny

    0下载:
  2. canny算子源代码用于关于边缘检测的毕业论文,可以以此为基础进行修改。-canny operator source code for a thesis on the edge detection can be modified on this basis.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:12288
    • 提供者:exm
  1. improved-canny

    0下载:
  2. 改进的canny算子,实现图像的边缘检测-Improved canny operator, the edge detection of image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1447936
    • 提供者:peijing
  1. canny

    0下载:
  2. Canny边缘检测,可以较为精确地检测清晰的图像边缘,并显示灰度图和检测图。-Canny edge detection, can more accurately detect a clear edge, and displays the grayscale and test plans.
  3. 所属分类:OpenCV

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:张明月
  1. canny

    0下载:
  2. 最优的阶梯型边缘检测算法(canny边缘检测) 1.Canny边缘检测基本原理 (1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。 (2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。 (3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。 2.Canny边缘检测算法: step1:用高斯滤波器平滑图象;
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1271808
    • 提供者:lx
  1. canny-edge

    0下载:
  2. 边缘检测,源代码,基于matlab的。是canny算子。也可以改动一下模板,即可变成其他算法的了。-Edge detection, source code, based on matlab' s. Is a canny operator. Can also change what the template, you can become the other algorithms.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:xy
  1. canny

    0下载:
  2. canny算子的讲解课件 很清晰 一看就懂 希望对你有帮助-explain the canny operator is clear at a glance courseware want to help you understand
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1126400
    • 提供者:zhangyinxia
  1. CANNY

    0下载:
  2. CANNY EDGE DETECT SOURSE CODE
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:626688
    • 提供者:ki
  1. Canny(VC)

    0下载:
  2. 数字图像处理 利用vc++实现 很有用-vc++ canny
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:151552
    • 提供者:白亮
  1. canny

    0下载:
  2. 自己实现的canny边缘检测算子,包括高斯滤波,非极大值抑制,双阈值处理,边缘细化等步骤。-Own implementation of canny edge detection operator, including the Gaussian filtering, non-maxima suppression, double threshold, edge thinning step.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:pxjy
  1. Canny-edge-operator

    0下载:
  2. 用Canny算子提取边缘,vc源码,是图像处理入门的好源码-Extracted with the Canny edge operator, vc source code, is a good entry-source image processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:177152
    • 提供者:张国庆
  1. canny

    0下载:
  2. canny算子的matlab源码。canny算子主要用于数字图像处理中的边缘提取以及锐化-matlab source canny operator. canny operator is mainly used for digital image processing and edge extraction in the sharpening
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:justin
  1. CANNY

    0下载:
  2. 基于CANNY算子提取边缘,包括提取同心圆等特征,属于底层图像处理-CANNY OPERTOR
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1390592
    • 提供者:zsy
  1. Canny

    0下载:
  2. VC++实现的图像处理方法,采用Canny算子进行边界分割-VC++ implementation of image processing methods, the use of Canny operator is the boundary partition
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:3951616
    • 提供者:yangyang
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org