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

搜索资源列表

  1. adaboost_haar_bylaoYu

    0下载:
  2. 利用OpenCv开发的一个基于adaboost算法和haar小波变换的人脸算法,具体情况可参考Paul Viola ,Robust Real-Time Face Detection,2004-OPEN development of the use of an algorithm based on adaboost haar wavelet transform and the Face algorithm specific reference Paul Viola, Robust Real-Tim
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:1463
    • 提供者:老余
  1. DetectAVI

    0下载:
  2. OpenCV中的一个例子 基于AdaBoost的人脸检测示例程序 可以读入静态图片,视频,摄像头输入-OpenCV an example of the AdaBoost based Face Detection sample program can be read into static state pictures, video, camera input
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1921
    • 提供者:张三
  1. 04112011654

    0下载:
  2. vc2003.net下用opencv实现的基于AdaBoost算法的人脸检测源码, 可以读入静态图片,视频等。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1632758
    • 提供者:小强
  1. 1

    0下载:
  2. 人脸检测程序,使用Adaboost算法训练的分类器,分类效果良好 OpenCV平台
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2102
    • 提供者:Neo
  1. FaceDection

    0下载:
  2. 基于opencv和vc++2005,用adaboost实现的人脸检测系统,检测率很高,速度很快,值得看看!
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:3620637
    • 提供者:僧竿
  1. FaceRecognition

    0下载:
  2. Adaboost 正面人脸识别; 必须先装上OPENCV,编译环境乃是visual studio 2005
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4187124
    • 提供者:周飞
  1. 人脸检测

    1下载:
  2. adaboost人脸检测的程式 於opencv
  3. 所属分类:图形/文字识别

    • 发布日期:2010-12-28
    • 文件大小:2623520
    • 提供者:kevinpiggy
  1. objectmarker

    0下载:
  2. 在人脸检测中用于标记人脸位置的objectmarker.exe,本人花了很大力气才收集到的-Face Detection in for marking the location of human faces objectmarker.exe, I spent a lot only collected
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:921298
    • 提供者:王仿
  1. opencvAdaboost

    0下载:
  2. 用opencv 实现adaboost算法的人脸识别 包含实用说明文档!-With the opencv face recognition algorithm to achieve adaboost documentation contains practical!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1633583
    • 提供者:周然
  1. facedetection

    0下载:
  2. 基于opencv静态人脸检测程序 visual c++ 基于adaboost算法-face detection using Adaboost
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-08
    • 文件大小:1981754
    • 提供者:晓宇
  1. OpenCVHaartraining_battery

    0下载:
  2. 这是利用OpenCV里的基于Adaboost算法的Cascade结构在识别电池上的应用,里面的.xml文件可直接应用识别电池,基与Vision C++ 平台的,特别适合对Adaboost算法感兴趣的研究!-This is based on the use of OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1091196
    • 提供者:cuidong
  1. CRL-2001-1

    0下载:
  2. 这片论文描述了动态物体的特征跟踪,用到了15个框架。拥有很强的适应性和跟踪能力。作为人脸识别,模式识别,动态跟踪的开发人员,有很好的参考价值。用c++编写,如果用OpenCV更好-This paper describes a visual object detection framework that is capable of processing images extremely rapidly while achieving high detection rates. There ar
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:784341
    • 提供者:lai
  1. VideoFaceDetect

    2下载:
  2. 使用matlab调用opencv做成的adaboost人脸检测DLL模块,在usb摄像头采集的视频序列中检测人脸并实时显示, 实时性比C低。 下载后可以直接在matlab运行,不要改动文件夹内的文件相对位置。-Opencv matlab call made using adaboost face detection DLL module, usb camera capture video sequences of face detection and real-time displa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-18
    • 文件大小:911802
    • 提供者:谭恒良
  1. ViolaJones_IJCV

    0下载:
  2. 基于adaboost的人脸检测,大牛写的,后来写的OPENCV人脸检测都是根据他的这篇论文写的,很有价值-Robust Real-time Object Detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:401934
    • 提供者:何文娟
  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. base-Adaboostface-detectpaper

    0下载:
  2. 基于adaboost 的人脸检测算法研究,论文来的 里面用到opencv的相关库-base Adaboostface detectpaper using opencv
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1035244
    • 提供者:毛渝南
  1. FaceDetect

    0下载:
  2. This program is the program which detects the face range by using Adaboost. I used a adaboost and camshift algorithm with opencv and vc++ And the different two algorithms are additionally implemented.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8337782
    • 提供者:pattern
  1. Adaboost

    0下载:
  2. 基于Adaboost算法的车牌检测在OpenCV上的研究与实现-License plate detection algorithm based on Adaboost on the research and implementation of OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:403110
    • 提供者:陈岩
  1. opencvhaarchepaidingwei

    0下载:
  2. 利用opencv,采用Adaboost算法训练分类器,将训练好的分类器用于车牌定位。-Using opencv, Adaboost algorithm training classifiers, trained classifier for license plate location.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-06
    • 文件大小:13310
    • 提供者:张文青
  1. adaboost

    0下载:
  2. 用python实现的adaboost的源码-implemented adaboost with python without opencv
  3. 所属分类:Graph Recognize

    • 发布日期:
    • 文件大小:2431
    • 提供者:yatou
« 1 23 4 »
搜珍网 www.dssz.com