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

搜索资源列表

  1. asmlib-opencv-master

    0下载:
  2. 图形图像识别根据人脸的特征库来进行人脸边缘轮廓的识别和特征部位的识别-this is a program,it can detect face by face s db
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1059858
    • 提供者:天网一号
  1. edgedetector

    0下载:
  2. 实现了sobel算子和laplace算子对边缘的检测.-realized the edge detection of sobel operator and laplace operator .
  3. 所属分类:OpenCV

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

    0下载:
  2. 读取视频,灰度变换后进行Canny边缘检测-Load video,grey convertion and then Canny edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:629
    • 提供者:郑娇
  1. VCDIP_P545

    0下载:
  2. 通过visual c++实现人脸的边缘检测-Through the visual c++ realize the edges of the face detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8508163
    • 提供者:魏维娜
  1. Edge-detection

    0下载:
  2. Visual C++2010下使用opencv2.4.8进行图片的边缘检测-Image edge detection using opencv2.4.8 conduct
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4423106
    • 提供者:嫣然
  1. OpenCV-camera-video-capture-sample

    0下载:
  2. 旧版OpenCV总是打不开现在的电脑摄像头,因此,查阅Opencv3.0文档后,发现其中部分类做了改进,程序为通过OpenCV3.0版本中的VideoCapture类打开电脑自带摄像头,用Mat类读取每帧图像,并利用边缘检测算法对视频边缘检测输出。-Older always OpenCV computer camera not open now, so consult Opencv3.0 document, found part of the class has been improved th
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7336374
    • 提供者:liang
  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. canny

    0下载:
  2. 自己编写的利用opencv实现图像的边缘检测的程序,适用于初学者学习,内容较为简单-it is used to do canny operation to image, and is suit for primary learner
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18137088
    • 提供者:环宇
  1. edge-detection-(varies-operators)

    0下载:
  2. 边缘检测的opencv源码,包含了各种算子和滤波器——Canny算子,Sobel算子,Laplace算子以及Scharr滤波器-Edge detection opencv source, including a variety of operator and filter Canny operator, Sobel operator, Laplace operator and Scharr filter
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2273210
    • 提供者:xuzhengyang
  1. Histogram

    0下载:
  2. 直方图灰度处理及边缘检测代码,能显示出GRB三通道的直方图和进行三种算子检测-Gray histogram and edge detection code, can show a histogram GRB three channels and three operators were detected
  3. 所属分类:OpenCV

    • 发布日期:2017-04-27
    • 文件大小:182806
    • 提供者:李林
  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. road_lane

    0下载:
  2. 用于检测车道线,本程序是基于单帧图像的车道线检测识别,利用了二值、边缘检测、霍夫变换-Used to detect the lane line, this procedure is the lane line detection based on single frame image recognition, using the two values, edge detection and hough transform
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1225
    • 提供者:张琪
  1. canny

    0下载:
  2. 利用opencv来实现边缘检测。可以通过改变函数参数来显示不同的结果。-canny edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8039705
    • 提供者:韦彩金
  1. check

    0下载:
  2. 程序对草莓成熟度进行检测,利用边缘检测,ROI,颜色分割检测草莓的成熟度。-Strawberry maturity testing, using edge detection, ROI, color segmentation detection maturity strawberries, download directly available.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:9083
    • 提供者:陈震东
  1. edge-detecting-based-susan

    0下载:
  2. 这是基于susan算子的边缘检测代码,用于检测物体边缘。使用matlab实现。-susan detection foor edge
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:180753
    • 提供者:yiki
  1. Edge_Detection

    0下载:
  2. 多种边缘检测算法 可以进行对比选择,方便提取更好的边缘特征-A variety of edge detection algorithm can be compared to choose, easy to extract better edge features
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:11808677
    • 提供者:田锋
  1. BIANYUANJIANCE

    0下载:
  2. OPENCV利用vs 2010人脸图像实现某张图片边缘检测-OPENCV use vs 2010 face images to achieve a picture of edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:875
    • 提供者:chen
  1. OPENCVCSYD

    0下载:
  2. 里面有很多用opencv打开图像、视频,图像处理、边缘检测、运动目标检测等内容,非常丰富。-There are a lot of open images, video, image processing, edge detection, moving object detection using opencv content, very rich.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:14214172
    • 提供者:cherilpu
  1. canny

    0下载:
  2. opencv中的canny边缘检测程序,可以实现图像的边缘检测-opencv the canny edge detection procedures, can achieve image edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-28
    • 文件大小:128695
    • 提供者:董鑫科
  1. gradient

    0下载:
  2. openCV中边缘检测的应用,包括利用Canny算子,Sobel算子进行检测-Application of edge detection in openCV, including the use of Canny operator, Sobel operator to detect
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4764943
    • 提供者:郑小航
« 1 2 ... 8 9 10 11 12 1314 15 16 17 »
搜珍网 www.dssz.com