CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - detection opencv

搜索资源列表

  1. 直线检测

    0下载:
  2. 检测一副图象中的直线并把直线描绘出来,用OPENCV编,VC环境下-an image detection of linear and linear painted with OPENCV series, VC environment
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1022
    • 提供者:张莉
  1. facedetect

    0下载:
  2. Face Detection from OpenCV
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1853
    • 提供者:seng177
  1. squares

    0下载:
  2. Squares Detection-OpenCV
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:2778
    • 提供者:seng177
  1. houghlines

    0下载:
  2. Houghlines detection-OpenCV
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:908
    • 提供者:seng177
  1. QQzhaocha

    0下载:
  2. QQ找茬,opencv实现图像分割、检测功能,暂未实现矩形的标定,运行前需将主函数下方的子函数删掉即可-QQ finding fault, opencv to achieve image segmentation, detection, yet achieve the rectangular calibration, running beneath the main function will be required before the subroutine can be deleted fr
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:59077
    • 提供者:侯建波
  1. dongtaimubiao

    0下载:
  2. 基于vc6.0和opencv的环境下,在控制台下实现动态目标的检测-Based on the opencv vc6.0 and environment, in control dynamically targets detection platform
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:1350958
    • 提供者:wangxiaotao
  1. EDC

    0下载:
  2. 利用 OpenCV库,可实现基本的图像边缘检测,计数功能-Using OpenCV library, may realize the basic image edge detection, count function
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1777
    • 提供者:Ziqi
  1. opencv-face

    0下载:
  2. 实现人脸检测功能,并达到人脸检测红框的目的-Face detection function, and to achieve the purpose of face detection red frame
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:12270
    • 提供者:王剑锋
  1. tupian1

    0下载:
  2. 该程序是基于opencv开发的vs2008源代码,用于实现人体运动目标的检测-The program is based on the source code the opencv developed vs2008, used to achieve the goal of human motion detection
  3. 所属分类:Console

    • 发布日期:2017-11-03
    • 文件大小:9479120
    • 提供者:daling
  1. detection

    0下载:
  2. 该程序是基于opencv开发的vs2008c++源代码,用于实现人体运动目标的检测-The program is based on the source code the opencv developed vs2008, used to achieve the goal of human motion detection
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:3805026
    • 提供者:daling
  1. goodFeaturesToTrack_Demo

    0下载:
  2. Good features detection in opencv .
  3. 所属分类:Console

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

    0下载:
  2. 用vs2010+opencv进行边缘检测-Edge detection using opencv
  3. 所属分类:Console

    • 发布日期:2017-11-18
    • 文件大小:9177088
    • 提供者:刘会婷
  1. CVEdge

    0下载:
  2. opencv 边界检测,边界用白线画出,是入门opencv新手必备-the opencv boundary detection, border with a white line, entry-opencv novice
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:2818507
    • 提供者:周文
  1. opencv-based-face-recognition

    0下载:
  2. opencv人脸识别程序,实现了基本的人脸检测与识别功能-opencv face recognition program, to achieve the basic human face detection and recognition
  3. 所属分类:Console

    • 发布日期:2017-11-01
    • 文件大小:297164
    • 提供者:narcissu
  1. FaceDetection_Camera

    0下载:
  2. 用vs2010与OpenCV实现的人脸检测程序,可检测摄像头读取到的实时画面中的人脸。-Achieved using vs2010 with OpenCV face detection program that detects camera reads real-time images of the human face.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:2015
    • 提供者:ws
  1. contours--detection

    0下载:
  2. opencv contours detection
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:871
    • 提供者:tareq.jj
  1. laplace

    0下载:
  2. 基于OpenCV的边缘检测代码。使用代码之前请先安装OpenCV。并设置VC环境。-Edge detection based on OpenCV code.Please install OpenCV first before you use the code.And set up the VC environment.
  3. 所属分类:Console

    • 发布日期:2017-05-22
    • 文件大小:6847606
    • 提供者:zhaoqinxve
  1. FaceCapture

    0下载:
  2. openCV+C++进行人脸检测,并进行人脸的实时跟踪-openCV+ C++ face detection
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:4271255
    • 提供者:邱文城
  1. eye-detection

    0下载:
  2. opencv人眼检测算法,此算法是基于haar分类器的简单算法,可以实现摄像头视频的实时监测。算法简单但是很是实用,所以上传与大家分享-opencv eye detection algorithm, which is a simple algorithm based on haar classifier, can achieve real-time video surveillance camera. Algorithm is simple but very practical, so uplo
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1138
    • 提供者:少年狐
  1. seamcarving

    0下载:
  2. 使用opencv 实现Seamcarving,其中包含梯度和边缘显著度检测对图像进行预处理,智能缩放鲜果更好一些-Use opencv achieve Seamcarving, which contains a significant gradient and edge detection for image pre-processing, intelligent scaling fruit is better
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:421666
    • 提供者:snow
搜珍网 www.dssz.com