搜索资源列表

  1. Canny

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

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

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

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

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

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

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

    • 发布日期:2024-05-20
    • 文件大小:1447936
    • 提供者:peijing
  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-20
    • 文件大小: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-20
    • 文件大小:1126400
    • 提供者:zhangyinxia
  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-20
    • 文件大小: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-20
    • 文件大小:1024
    • 提供者:justin
  1. CANNY

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

    • 发布日期:2024-05-20
    • 文件大小: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-20
    • 文件大小:3951616
    • 提供者:yangyang
  1. edge_detection

    0下载:
  2. 各种边缘检测算子实现,包括sobel,prewitt,robert,marr(loG),canny算子,其中canny算子的实现采用了自己编制的算法-Implementation of various edge detection operators, including sobel, prewitt, robert, marr (loG), canny operator, which canny operator prepared t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:40960
    • 提供者:好时
  1. Canny-Edge-Detection

    0下载:
  2. 基于Canny算子的边缘检测实现,效果比较好-Canny edge detection to achieve
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:lihong
  1. Canny-operator-with-edge-extraction

    0下载:
  2. 用MFC实现用Canny算子提取边缘),是C++的基础学习,MFC编程-Using MFC Canny operator to extract edge), is the basis for learning C++, MFC Programming
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:400384
    • 提供者:海之帆
  1. S、L、C边缘检测

    0下载:
  2. 边缘检测的基本思想是通过检测每个像素和其邻域的状态,以决定该像素是否位于一个物体的边界上。如果一个像素位于一个物体的边界上,则其邻域像素的灰度值的变化就比较大。假如可以应用某种算法检测出这种变化并进行量化表示,那么就可以确定物体的边界。 Sobel算子根据像素点上下、左右邻点灰度加权差,在边缘处达到极值这一现象检测边缘。对噪声具有平滑作用,提供较为精确的边缘方向信息,边缘定位精度不够高。当对精度要求不是很高时,是一种较为常用的边缘检测
  3. 所属分类:图形图像处理(光照,映射..)

  1. canny

    0下载:
  2. 一种在二维、三维数据中利用Canny算子检测边缘的边缘检测器(A Canny edge detector for two-dimensional image and three-dimensional volume data.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:洪天昊
  1. canny

    0下载:
  2. canny算子.you can you up(canny.you can you up)
  3. 所属分类:图形图像处理(光照,映射..)

  1. Canny

    0下载:
  2. canny算子边缘检测,实现了canny算子边缘检测,是图像处理中的基础内容(canny operator edge detection, to achieve the canny operator edge detection, is the basic content of image processing)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:4109312
    • 提供者:于大白
  1. VC++ Canny算子提取边缘算法示例

    0下载:
  2. VC++ Canny code ! compiled by vc 6.0, it's effective!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:155648
    • 提供者:shplee
  1. canny

    0下载:
  2. canny算子检测边缘,是一种常用的边缘检测算法。文件包含了canny的边缘检测(canny edge detection)
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 图像处理中的用于梯度特征处理的canny算子算法代码(canny code: Canny operator algorithm for gradient feature processing in image processing.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:Rapi
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org