搜索资源列表

  1. canny

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

    • 发布日期:2024-05-13
    • 文件大小:59392
    • 提供者:xiechong121
  1. edge_ACO

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

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

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

    • 发布日期:2024-05-13
    • 文件大小:5656576
    • 提供者:Infini
  1. canny_edge

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

    • 发布日期:2024-05-13
    • 文件大小: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 f
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小: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. 所属分类:图形/文字识别

    • 发布日期:2024-05-13
    • 文件大小:4548608
    • 提供者:SLI4850
  1. xiaobo

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

    • 发布日期:2024-05-13
    • 文件大小: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. 所属分类:其他小程序

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

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

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

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

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

    0下载:
  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编程

    • 发布日期:2024-05-13
    • 文件大小:135168
    • 提供者:拂晓轻寒
  1. image_preprocessing

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

    • 发布日期:2024-05-13
    • 文件大小: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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:609280
    • 提供者:zf_z
  1. hough

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

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

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

    • 发布日期:2024-05-13
    • 文件大小: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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:听听11
  1. robert

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

    • 发布日期:2024-05-13
    • 文件大小:117760
    • 提供者:ds1024331
  1. xiaobobianyuan

    0下载:
  2. 基于小波变换以及改进的小波变换图像边缘检测MALAB程序代码(Image edge detection based on Wavelet Transform)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:5120
    • 提供者:jianzi
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org