CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 边缘检测

搜索资源列表

  1. 边缘检测算子R

    0下载:
  2. 图像处理,边缘检测,图像去噪。经典的边缘检测算子。(Image processing, edge detection, image denoising.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:172032
    • 提供者:唱月bto
  1. canny

    0下载:
  2. python-opencv的canny边缘检测代码(Python-opencv Canny edge detection code)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:59392
    • 提供者:xiechong121
  1. edge_ACO

    0下载:
  2. 基于蚁群算法的图像边缘检测,修改图片名称然后导入图片即可使用,亲自调通,保证可用。(Image edge detection based on ant colony algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:猪头娃娃
  1. ov2640边缘检测

    2下载:
  2. 基于STM32单片机的ov2640边缘检测(Ov2640 edge detection based on STM32)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-30
    • 文件大小:5656576
    • 提供者:Infini
  1. canny_edge

    0下载:
  2. 一个源代码,可以实现Canny算子图像的边缘检测,(A source code, you can achieve Canny operator image edge detection,)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:鹤鹤1
  1. CANNY

    0下载:
  2. 根据CNNAY算法的4个步骤 1. 用高斯滤波器平滑图像;(图像去噪) 2. 用一阶偏导有限差分计算梯度幅值和方向;(特征增强) 3. 对梯度幅值进行非极大值抑制 ;(边缘检测) 4. 用双阈值算法检测和连接边缘。(形态学处理) 编写的边缘检测程序,简单实用(There are four parts of Canny edge detection: 1. smoothing the image with Gauss filter; (image denoising) 2. c
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:UJSLEMON
  1. 边缘检测1

    0下载:
  2. 基本的边缘检测算法之一,使用OpenCV,有详细注释,适合新人学习(One of the basic edge detection algorithms, the use of OpenCV, detailed notes, suitable for newcomers to learn)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-31
    • 文件大小:4548608
    • 提供者:SLI4850
  1. xiaobo

    0下载:
  2. 此程序用于进行图像的边缘检测,可以把较模糊的图像进行分割(used for region detection)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:XWY
  1. 作业3

    0下载:
  2. 使用matlab自带的rice图像进行边缘检测(using the rice image from matlab platform as a sample image.detect deges of this image by using canny dege detection method and segment tihs image using watershed method)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:496640
    • 提供者:mrsun
  1. Laplacian函数用法示例

    0下载:
  2. 基于拉普拉斯变换的laplacian函数,进行边缘检测(Edge detection based on Laplacian function of Laplasse transform)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:139264
    • 提供者:拂晓轻寒
  1. sobel函数用法示例

    0下载:
  2. 调用sobel函数 进行边缘检测 结合了高斯平滑和微分求导 是一种经典的边缘检测算子(Calling Sobel function for edge detection)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:240640
    • 提供者:拂晓轻寒
  1. 霍夫线变换综合示例

    1下载:
  2. 利用霍夫变换快速检测直线或圆,但是首先对图像进行边缘检测,霍夫变换输入为边缘二值图像(Hough transform is used to detect straight lines or circles, but first, edge detection is carried out, and Hough transform is used as edge two valued image)
  3. 所属分类:Windows编程

  1. image_preprocessing

    1下载:
  2. 对图像双边滤波和引导滤波,然后使用Canny边缘检测,对图像进行预处理(image pre-processing)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:19456
    • 提供者:lee75
  1. airimg_wy(10-5)

    0下载:
  2. 人眼虹膜识别的图像预处理(边缘检测,虹膜定位等)(mage preprocessing of iris recognition (edge detection, iris location, etc.))
  3. 所属分类:图形图像处理

  1. Robert边缘分割

    0下载:
  2. java语言使用Robert算计进行边缘检测对图像进行分割。(The Java language uses the Robert arithmetic for edge detection to segment the image.)
  3. 所属分类:图形图象

  1. DOG

    0下载:
  2. dog算子边缘检测,可以用来提取边缘,附带了一些指纹测试图像(Edge detection of dog operator)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:609280
    • 提供者:zf_z
  1. hough

    0下载:
  2. prewitt算子边缘检测后图像及霍夫变换(Prewitt Operator Edge Detection Image and Hough Transform)
  3. 所属分类:网络编程

    • 发布日期:2018-01-07
    • 文件大小:1276928
    • 提供者:1285106466
  1. Opencv sobel边缘检测源代码

    0下载:
  2. opencv sobel 边缘检测 vs2012+opencv win7(opencv sobel edge detection vs2012+opencv win7)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:2458624
    • 提供者:wendy_jsj
  1. color_muban

    0下载:
  2. 实现图像边缘检测,可以识别图像边缘 实现图像边缘检测,可以识别图像边缘(The image edge detection can be realized and the edge of the image can be identified)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:听听11
  1. robert

    0下载:
  2. 边缘检测利用robert算法进行边缘检测,又很好的参考价值(Edge detection uses Robert algorithm for edge detection, and it has good reference value.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:117760
    • 提供者:ds1024331
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 50 »
搜珍网 www.dssz.com