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

搜索资源列表

  1. test.rar

    0下载:
  2. 用OPENCV测试图像中的直线:主要利用了canny算法和hough变换,OPENCV test images used in a straight line: the main algorithm and canny use of the hough transform
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1972667
    • 提供者:liyu
  1. opencv_sample.rar

    0下载:
  2. 在mfc中使用opencv的开发实例,实现了canny算法、矩形检测、金字塔切割等算法,mfc,opencv,canny,find square...
  3. 所属分类:2D图形编程

    • 发布日期:2017-05-29
    • 文件大小:12154934
    • 提供者:hopper
  1. Sobel-Laplace-Canny-matlab-code

    0下载:
  2. 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:648543
    • 提供者:吕明
  1. Canny-Contour-source-code

    0下载:
  2. Canny 算子提取目标轮廓源代码 OpenCV C-Canny Contour source code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:13806229
    • 提供者:William He
  1. Canny

    0下载:
  2. 使用OPENCV实现Canny算法功能(通过进度条改变canny参数设置)-Deal with the function of canny algorithm using opencv.
  3. 所属分类:OpenCV

    • 发布日期:2016-12-23
    • 文件大小:3901440
    • 提供者:周陈龙
  1. Canny

    0下载:
  2. opencv canny laplace 算法处理演示-Opencv canny algorithm processing demonstration
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4253053
    • 提供者:王晓东
  1. canny

    0下载:
  2. 基于OPENCV的MFC运用程序 CANNY算子取得LENA图像边缘-The MFC-based application program OPENCV CANNY edge operator to obtain LENA
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4386670
    • 提供者:tony
  1. canny

    0下载:
  2. canny的C++实现 用opencv-canny s C++ using opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:847
    • 提供者:cdb
  1. canny

    0下载:
  2. 最常用的opencv中的canny算法,来进行边缘的提取-The most commonly used opencv of canny algorithm for edge extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:14105
    • 提供者:poposong
  1. MFC_OpenCV_Operation

    0下载:
  2. 1、利用OpenCV打开图像,在MFC中显示;2、对图像进行Canny边缘处理,并在MFC中显示。-1, using OpenCV open the images displayed in the MFC 2, Canny edge image processing and display in MFC.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:35764
    • 提供者:chen
  1. canny_Opencv

    0下载:
  2. 使用Opencv进行Canny算子边界提取的示例程序,可为初学者进行参考-Edge detect using canny detector with OpenCV lib
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:300449
    • 提供者:sskaje
  1. Canny

    0下载:
  2. 用OpenCV写的采用Canny算法进行边缘检测的程序-Canny
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1419916
    • 提供者:zty
  1. canny

    0下载:
  2. 建立visual c++控制台程序,通过opencv进行人脸检测-The establishment of visual c++ console program, conducted through face detection opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:99297
    • 提供者:qiuqiu
  1. edge

    0下载:
  2. 基于vc++和opencv的对图像进行sobel,canny算子的边缘检测和harris角点检测-Based on vc++ and opencv image of the sobel, canny edge detection operator and the harris corner detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1687064
    • 提供者:王坤
  1. Canny

    0下载:
  2. 用opencv实现Canny边缘检测 -Canny edge detection using opencv implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:644
    • 提供者:丫丫
  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. 3-3

    0下载:
  2. openCV的canny算法,有图也可以运行,请大家自己下载-openCV CANNY
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1555004
    • 提供者:许佳炜
  1. Desktop

    0下载:
  2. 能够进行图像的边缘检测,采用canny算法,opencv代码只有短短几行,简单实用-Capable of image edge detection using canny algorithm, opencv code for only a few lines, simple and practical
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:6187
    • 提供者:huyong
  1. Canny_Detect

    0下载:
  2. 這是以 VC2008為開發環境,用 OpenCV 語法寫的偵測物體邊緣 Canny 的程式。-This is the VC2008 as the development environment, using OpenCV grammar written in Canny edge detection of objects in the program.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2250720
    • 提供者:王大帥
  1. EX_3

    0下载:
  2. Canny Filter in OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:551
    • 提供者:nunoff
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com