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

搜索资源列表

  1. Digital-Image-Processing

    1下载:
  2. MFC和OpenCV结合的数字图像处理课程设计,实现数字图像处理中的多个算法,图像分割,形态学图像处理,空间域增强,哈哈镜,二值化,Sobel,Laplace,Robert等边缘检测,中值滤波和均值滤波等,实现的功能比较全,花了我2个通宵做的 -MFC and OpenCV combination of digital image processing course design, digital image processing of multiple algorithms, image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:6865993
    • 提供者:young
  1. xingmfc

    0下载:
  2. 基于MFC用opencv完成对图像和视频的边缘检测和直方图均衡化和对图像和视频的保存。-Opencv on MFC complete with images and video edge detection and histogram equalization and the preservation of images and video.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:234268
    • 提供者:邢文君
  1. opencvSobel

    0下载:
  2. opencv中sobel边缘检测,检测出2D图像中的边缘-opencv sobel
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11703978
    • 提供者:辛培红
  1. bfCanny

    1下载:
  2. 基于双边滤波的图像Canny边缘检测。先对图像进行双边滤波,再对其进行Canny算子的边缘检测。-Based on bilateral filtering image Canny edge detection. The first image bilateral filtering, and then them Canny edge detection operator.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:3353
    • 提供者:陈利聪
  1. tuxiangchuli

    0下载:
  2. 彩色数字图像边缘检测,高斯滤波、欧式距离、Canny算子、双阈值处理和非极大抑制。-Color digital image edge detection, gaussian filtering, Euclidean distance, Canny operator, double threshold processing and not greatly suppressed.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:5475
    • 提供者:jiajun
  1. cannybianyuanjiance

    0下载:
  2. 可以实现opencv对图像边缘检测的源代码-Can realize the image edge detection opencv source code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2862665
    • 提供者:tangjia
  1. Edge-Detection

    0下载:
  2. opencv实现基于Sobel算子、Canny算子和Laplace算子的图像边缘检测算法。 开发环境:vs2010+opencv。-opencv-based Sobel operator, Canny operator and Laplace operator image edge detection algorithm. Development environment: vs2010+ opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1448
    • 提供者:冯泽
  1. canny

    0下载:
  2. 实现图像边缘检测,采用的是canny算法,需要改变程序中的图像路径,因人而异~-Realization of image edge detection, using a canny algorithm, the program needs to change the image path, vary ~
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:19223805
    • 提供者:陈梦
  1. sobel-opencv

    0下载:
  2. 基于opencv的sobel算子的实现,包含相关文档和详细代码,可用于图像边缘检测的实现。-Sobel operator based on opencv implementation, including relevant documents and detailed code, can be used for the realization of image edge detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3341917
    • 提供者:stone
  1. canny-detect

    0下载:
  2. 用opencv来达到数字图像边缘检测的目的,用于各种领域的图像处理-Opencv to achieve their goals with a digital image edge detection, used in various fields of image processing
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2372838
    • 提供者:刘若楠
  1. col_roberts

    1下载:
  2. 基于三维彩色空间ColorRoberts算子实现,充分利用了全面的色彩信息,所以进行彩色图像边缘检测的效果优于只分别作用在彩色三分量上的传统彩色边缘检测方法。 法-Based on three-dimensional color space ColorRoberts operator to achieve full use of the full color information, so the color image edge detection is better than the
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:771
    • 提供者:bangbang
  1. Cann

    0下载:
  2. 用C++ 和opencv 实现canny算子的图像边缘检测,效果还不错!-detecting occlusion boundary of images based on Opencv and C++
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3640691
    • 提供者:何琦
  1. jyy-Canny-SF

    0下载:
  2. opencv有关图像边缘检测,二值转化,图像腐蚀和膨胀代码。-Image edge detection, binary transformation, image erosion and expansion
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:17567565
    • 提供者:季羽
  1. canny_test

    0下载:
  2. Canny边缘检测算法是1986年有John F. Canny开发出来一种基于图像梯度计算的边缘 检测算法,同时Canny本人对计算图像边缘提取学科的发展也是做出了很多的贡献。尽 管至今已经许多年过去,但是该算法仍然是图像边缘检测方法经典算法之一。-Canny edge detection algorithm in 1986 John F. Canny edge detection algorithm developed by the image gradient calcu
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5314868
    • 提供者:小明
  1. Marr-Hildreth-edge-detection

    0下载:
  2. 利用opencv进行Marr-Hildreth图像边缘检测,改进的边缘检测算子-Marr-Hildreth image edge detection with opencv, improved edge detection operator
  3. 所属分类:OpenCV

    • 发布日期:2017-12-12
    • 文件大小:1446
    • 提供者:张军
  1. opencv_day05

    0下载:
  2. 关于opencv中图像边缘检测和图像识别的代码(About OpenCV image edge detection and image recognition code)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-22
    • 文件大小:18802688
    • 提供者:宋乐
  1. HNY_CV_002

    0下载:
  2. 实时显示双目视频,对采集的视频进行canny边缘检测。(Real time display of binocular video, canny video acquisition of edge detection.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-23
    • 文件大小:3578880
    • 提供者:robinzzz
  1. canny

    0下载:
  2. Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-10
    • 文件大小:6024192
    • 提供者:moon0704
  1. MFC+OpenCV图像处理

    1下载:
  2. MFC+Opencv,实现了opencv中的各种滤波、边缘检测、拉普拉斯变换及高斯变换等,源码。(MFC+Opencv,running all that important basic functions.)
  3. 所属分类:OpenCV

    • 发布日期:2020-05-22
    • 文件大小:5959680
    • 提供者:初夏的雏菊
  1. fruit-recognition-master

    2下载:
  2. 运用了OpenCV、C++、水果识别、Qt界面、颜色识别、边缘检测、图像处理 ,能够实现对不同种类水果进行识别分类。(Using OpenCV, C++, fruit recognition, Qt interface, color recognition, edge detection, and image processing, it is possible to identify and classify different types of fruits.)
  3. 所属分类:OpenCV

    • 发布日期:2021-04-12
    • 文件大小:1394688
    • 提供者:Last minute
« 1 23 4 5 6 »
搜珍网 www.dssz.com