搜索资源列表

  1. edgeDetection

    0下载:
  2. 边缘检测原代码. 边缘检测原代码.-Edge detection of the original code. Edge detection of the original code.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:100352
    • 提供者:jia
  1. image-compress-edgedetection

    0下载:
  2. 检测图像的边缘: 用Prewitt算子检测图像的边缘 ,用不同σ值的LoG算子检测图像的边缘 ,用Canny算子检测图像的边缘 ,图像的阈值分割 ,用水线阈值法分割图像 ,对矩阵进行四叉树分解 ,将图像分为文字和非文字的两个类别 ,形态学梯度检测二值图像的边缘 ,形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Image edge de
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:40960
    • 提供者:张悦庭
  1. EdgeDetection

    0下载:
  2. 一个通用的边缘提取函数,通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 附设计文档。-A common edge detection function, by entering different parameters, can realize Sobel operator, Prewitt operator, Roberts operator, Marr op
  3. 所属分类:Windows编程

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

    0下载:
  2. edge detection matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:张文莉
  1. EdgeDetection

    0下载:
  2. 使用opencv实现一些基础的边缘检测,sobel robert等。-Opencv achieved using some basic edge detection, sobel robert so.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:Ma xianzhe
  1. edgeDetection

    0下载:
  2. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:347136
    • 提供者:xiayi_iprai
  1. bianyuan

    0下载:
  2. 用C++语言描述的图像的边缘检测的程序边缘检测函数名称:EdgeDetection()-With C++ Language to describe the edge detection of image edge detection procedure function name: EdgeDetection ()
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:刘晶莹
  1. edgeDetection

    0下载:
  2. 我写的一个 使用 Canny算法进行 边缘检测的程序。 目前打开BMP文件。-I wrote an algorithm using the Canny edge detection procedure. BMP file is currently open.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:90112
    • 提供者:弥一强
  1. edgedetection

    0下载:
  2. realy usefull tutorial for canny
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:49152
    • 提供者:spooky
  1. EdgeDetection

    0下载:
  2. 边缘检测,VC++边缘检测代码,希望和大家好好交流-Edge Detection
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2717696
    • 提供者:LIDAN
  1. edgedetection

    0下载:
  2. 这是一个经典而实用的基于C语言的边缘检测算法实现程序。-This is a classic and practical C language based on edge detection algorithm implementation process.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:wang
  1. edgedetection

    0下载:
  2. 数字图像处理入门--边沿检测与提取与轮廓跟踪-Introduction to digital image processing- edge detection and contour extraction and tracking
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:215040
    • 提供者:liling
  1. EdgeDetection

    0下载:
  2. 影像處理測邊程式,輸入影像,產生測邊結果, 可設定門檻值-Measured edge image processing programs, input image, resulting in edge measurement results may be setting the threshold
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:441344
    • 提供者:廖伯璇
  1. EdgeDetection

    0下载:
  2. 数字图像的边缘检测算法,里面介绍了几种常用的代码实现-Digital image of the edge detection algorithm, which introduces some commonly used code
  3. 所属分类:图形/文字识别

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

    0下载:
  2. 从图像的边缘检测入手,在图像识别中提取图像特征,vc图像处理的代码-From the image to start the edge detection, image recognition in image feature extraction, vc image processing code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:322560
    • 提供者:王超
  1. EdgeDetection

    0下载:
  2. Image Processing: Edge Detection from TRUCO - Chapter 4 and 5-Image Processing: Edge Detection from TRUCO- Chapter 4 and 5
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:4838400
    • 提供者:johnny
  1. EdgeDetection

    0下载:
  2. 分别用Roberts、Prewitt、Sobel、Marr、Canny算子进行图像的边缘检测-Were Roberts, Prewitt, Sobel, Marr, Canny operator to the image edge detection
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. Program use openCV to demo edge detection (algorithm Gradient).
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:5584896
    • 提供者:Thanh
  1. edgeDetection

    0下载:
  2. 本程序实现边缘检测,并可通过设置阀值t二值化输出图像,选择类型设置检测算子(Roberts , sobel , sobel_diagonal ,sobel算子, Prewit ,canny , LoG )。-Edge detection of the program, and by setting the threshold t of the output binary image, select the type of operato
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:24576
    • 提供者:cui ju
  1. EdgeDetection

    0下载:
  2. 实现简单的BMP位图边缘提取功能,控制台界面-Simple edge detection bitmap BMP functions, the console interface
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王玉
« 1 2 34 5 6 7 8 »

源码中国 www.ymcn.org