CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 检测 opencv

搜索资源列表

  1. HaarFaceDetect

    0下载:
  2. 人脸检测领域经典的Haar人脸检测。使用OpenCV.-Face Detection classic Haar face detection. Use OpenCV.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:84312
    • 提供者:向慧
  1. ifdef

    0下载:
  2. 人脸检测的C/C++源代码,曾发表于 OPENCV 的 MAILING LIST,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。这个程序所使用的 Paul Viola 提出(该论文“Rapid Object Detection using a Boosted Cascade of Simple Features”发表在 CVPR 01)的 Ada Boosted Cascade 算法可以说是目前最好最快的目标检测算法。 -Face Detecti
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4556
    • 提供者:qgfhit
  1. HumanMotionTrack

    0下载:
  2. 基于Opencv的人体运动检测系统,效果不错!-Opencv based Human Motion detection system, good results!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:121977
    • 提供者:李远峰
  1. 人脸检测算法对AdaBoost算法进行了改进

    0下载:
  2. 2008_bmvc_FaceDetector, 实进人脸检测算法,对AdaBoost算法进行了改进,相比之下,比OPENCV中自带的基于HAAR特征的人脸检测算法更稳定。-2008_bmvc_FaceDetector, really into the face detection algorithm, the AdaBoost algorithm has been improved, compared to the native than OPENCV HAAR feature based fa
  3. 所属分类:matlab例程

    • 发布日期:2017-05-20
    • 文件大小:5644584
    • 提供者:joe
  1. motiondetect

    0下载:
  2. 本程序是基于VC++和opencv开发的视频入侵检测预警程序,在目标进入危险区域,提示警示语-This procedure is based on VC++ and opencv video intrusion detection development of early warning procedures, the goal of entering the hazardous area, prompted warnings
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-21
    • 文件大小:39008574
    • 提供者:张建
  1. kalmandlg

    0下载:
  2. 采用卡尔曼滤波进行背景建模再作差分的方法的车辆检测程序,用到了opencv库-Kalman filter for background modeling method further differential vehicle testing procedures, use the opencv library
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3159825
    • 提供者:宋天明
  1. face and lips

    1下载:
  2. opencv用来检测唇部和人脸,并且在图像窗口中添加一个新的矩形窗口-lips and face detects
  3. 所属分类:压缩解压

    • 发布日期:2013-06-04
    • 文件大小:2578120
    • 提供者:吕晋普
  1. VIS

    0下载:
  2. 该源码是关于运动对象跟踪的算法,主要实现了高斯背景建模,全局运动补偿(SIFT特征和RANSAC算法),运动对象检测,对象跟踪算法(Mean Shift,Particle Filter等),对象特征提取(轨迹,大小,起止帧等),同时,程序基于VC2008+OpenCV开发,实现了对话框式的程序界面,效率高。-This is a source about motion object tracking, including foreground modeling,object detection,o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7500205
    • 提供者:
  1. blinkdetect-src

    1下载:
  2. 眨眼检测,先用haar特征框定人脸,然后用camshift跟踪人脸,根据几何特征得到人眼的大概位置,然后根据直方图的变化检测眨眼-Blink detection, the first feature with the haar framed face, and then use camshift tracking human face, according to the geometric features are the approximate location of the human ey
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:4835
    • 提供者:阿强
  1. learcode

    0下载:
  2. 行人检测源程序,居于svm技术。和梯度直方图提取-Pedestrian Detection source, living in SVM technology. And gradient histogram extraction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1651653
    • 提供者:李可
  1. HoughTransformconsole

    0下载:
  2. Using opencv, Hough Transformation extract lines from edges.
  3. 所属分类:Algorithm

    • 发布日期:2017-06-09
    • 文件大小:16042422
    • 提供者:jinhyung
  1. featureExtraction

    0下载:
  2. 图像处理中的特征提取算法,做识别和检测也许都用的上-Image processing feature extraction algorithm, making identification and testing may be used on both
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:45953
    • 提供者:胡刚
  1. facedetect

    0下载:
  2. 人脸检测,的程序计算机视觉,opencv-face detection code example computer vision
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2029
    • 提供者:york
  1. TrackingAlgorithm

    0下载:
  2. 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子-CAMSHIFT algorithm using fast-track and detect moving targets C/C++ source code, OPENCV BETA 4.0 version of the SAMPLE in this example is given
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:7829
    • 提供者:梁浩
  1. FaceDetection_MATLAB_Call_OpenCV

    0下载:
  2. 本程序在MATLAB中调用了OpenCV的AdaBoost检测器实现了人脸检测,还可用来学习MATLAB中调用C/C++代码的方法,研究人脸识别和希望熟悉MATLAB的同志们不妨试一试。-This procedure is called in MATLAB, OpenCV the AdaBoost detector implemented face detection, can also be used to learn MATLAB to call C/C++ code used to stu
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1892374
    • 提供者:
  1. juxing

    0下载:
  2. opencv矩形检测 opencv矩形检测 -opencv rectangle detection opencv rectangle detection opencv rectangle detection opencv rectangle detection
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-08
    • 文件大小:2720748
    • 提供者:陈熙竹
  1. body10

    0下载:
  2. OpenCV训练自己的分类器可以实现人脸检测躯干检测-OpenCV train their own classification
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-13
    • 文件大小:242713
    • 提供者:csy
  1. 火焰检测识别 XIN

    2下载:
  2. 实现了火焰检测,效果还可以 。用的rgb-his。可以检测火焰和蓝色火焰(The flame detection is realized, and the effect is also acceptable.. Rgb-his. Flame and blue flames can be detected)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:16648192
    • 提供者:wzb-ws
  1. 火焰检测识别

    2下载:
  2. 用vs2013 opencv3.0 实现了视频中火焰检测,test视频是打火机,和小火堆,都可以进行识别,是很好的颜色识别。(With vs2013 opencv3.0 video flame detection, test video is a lighter, and small fire, can be identified, is a good color recognition.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:19432448
    • 提供者:wzb-ws
  1. CNN人脸检测VS2015+Opencv310

    1下载:
  2. CNN人脸检测VS2015+Opencv310(cnn face detection VS2015+Opencv310)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:22100992
    • 提供者:jeffery666
« 12 3 »
搜珍网 www.dssz.com