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

搜索资源列表

  1. edge

    0下载:
  2. 主要是采用Canny算法进行边缘检测,有一个个跟踪条,涉及到callback函数,对灰度图像进行边缘检测,将彩色图像转换为灰度图像-Using Canny algorithm for edge detection, a track bar relates to the callback function, for edge detection of gray image, the color image is converted to grayscale images
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:1712953
    • 提供者:zhouyang
  1. edge_detect

    0下载:
  2. opencv中用laplace,sobel,canny三种方法对图像进行边缘检测-Laplace, sobel,canny edge detection methods of image using opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:171319
    • 提供者:jgao
  1. car_video_canny

    0下载:
  2. 将一段车辆视频,分别在三个窗口内显示其原始图像,灰度图像及边缘检测图像。这三个窗口 是同一列的。-The period of vehicle video, respectively, in the original image, gray-scale image, and the edge detected image is displayed within the three windows. These three windows are in the same column.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-24
    • 文件大小:1378
    • 提供者:史丽军
  1. MFC

    0下载:
  2. MFC框架,实现canny边缘检测和在图像中画矩形的功能-MFC framework canny edge detection and draw a rectangle in the image function
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:28791808
    • 提供者:651
  1. canny

    0下载:
  2. 图像的边缘检测,可以对图像进行canny边缘的检测。-Image edge detection, canny edge detection image.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:1581056
    • 提供者:古华
  1. Text_MFC

    0下载:
  2. 图像处理的一般过程,集合在一个MFC系统工程框架之下,包括直方图机器均衡化,滤波,边缘检测,图像变换等-General process of image processing, collection of in a MFC systems engineering framework under histogram machine equalization, filtering, edge detection, image transformation
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:3325526
    • 提供者:tom
  1. bianyuanjiance

    0下载:
  2. 利用OPenCV对图像进行边缘检测,能到到图像的边缘信息-The use of OPenCV image edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-12-03
    • 文件大小:13129836
    • 提供者:赵健
  1. image-canny-and-scaling

    0下载:
  2. 这是一个基于opencv的图像转换灰度图,图像缩放,边缘检测过程-This is a opencv grayscale image conversion, image scaling, edge detection process
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:12768
    • 提供者:王欢
  1. canny1

    0下载:
  2. 通过摄像头采集图像,并进行预处理和边缘检测等并显示-Through the camera image acquisition and preprocessing and edge detection and display
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:3516500
    • 提供者:li
  1. ancy

    0下载:
  2. opencv 读取视频图像并作一些简单的基本的处理,比如边缘检测,中值滤波-Read the video image and make a few simple basic processing, such as edge detection, median filtering, etc.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:227513
    • 提供者:王大神
  1. ustc_image_exp

    0下载:
  2. 图像处理课程的实验内容,包括四个小实验,实验1图像的点处理 实验2 图像的平滑 实验3 图像的边缘检测 实验4 FOURIER变换 包括最后的实验报告-Image Processing courses of experiments, including four small experiments a point image processing image smoothing Experiment 2 Experiment 3 image edge detection experiment 4
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11952425
    • 提供者:
  1. vedio

    0下载:
  2. 基于开源的图像处理库opencv,打开电脑摄像头,并读取摄像头数据将它显示在窗口中,同时进行边缘检测-Based on open source image processing library opencv, open the computer camera, and read the camera data to display it in the window, and edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9390406
    • 提供者:lin
  1. opencv_Demo

    1下载:
  2. 利用MFC来实现OpenCV中的基本图像处理功能,比如缩放,边缘检测,腐蚀膨胀等等,也包括人脸检测部分,里面有详细的注释,非常适合于OpenCV的初学者.-OpenCV using MFC to achieve the basic image processing functions, such as zoom, edge detection, corrosion expansion, etc., but also includes face detection part, there are
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:5057536
    • 提供者:
  1. 5-1

    0下载:
  2. 对图像进行拉普拉斯变换,然后采用canny算法进行边缘检测-Laplace transform of the image, then use the canny edge detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1407246
    • 提供者:殷勇
  1. MyOpenCVConsole

    0下载:
  2. 常用的opencv图像特征提取算法。包括直方图、边缘检测、角点检测、直线提取、圆形提取等。并包括不太成熟的BP神经网络识别纯底色数字。-Commonly used opencv image feature extraction algorithm. Including histograms, edge detection, corner detection, line extraction, circular extraction. And includes less mature pure b
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1098207
    • 提供者:李继鸿
  1. opencv-Canny

    0下载:
  2. 基于opencv的Canny边缘检测源代码,可以读取图像对起是缩放,可作为opencv的基础入门。-Canny edge detection based on the opencv source code, can be read from the image pair is scaled, can be used as the basis for opencv entry.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:839
    • 提供者:徐世勇
  1. canny

    0下载:
  2. CANNY边缘检测,实现了图像的边缘检测,效果很好-CANNY edge detection, image edge detection to achieve good results
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:3020916
    • 提供者:雷江
  1. Image

    0下载:
  2. 基于opencv的mfc多文档图像处理包,实现图像处理的基本功能,图像增强,边缘检测,形态学变化等-Mfc-based multi-document image processing package opencv to achieve the basic functions of image processing, image enhancement, edge detection, morphological changes
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:2039780
    • 提供者:
  1. Inverse-perspective-transformation

    0下载:
  2. 本源码实现了图像由2维到3维的转换,是平面图转化到了俯视图,对于道路边缘检测有很重要的辅助作用。-Realize the source of the image by a two-dimensional to three-dimensional conversion, is transformed into a top plan view of the road edge detection for a very important supporting role.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7124992
    • 提供者:liuyanhong
  1. CVshowManyImage

    0下载:
  2. 实现了在一个窗口显示多个视频子窗口,能够读入单个的视频或摄像头数据,然后在一个窗口中分别显示原始帧图像、反色图像、灰度图像以及Canny边缘检测图像-Realization of a plurality of video sub-window display window can be read, or a single video camera data, and display the original image frame, anti-color image, gray-scale im
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1041858
    • 提供者:many
« 1 2 3 45 6 »
搜珍网 www.dssz.com