搜索资源列表
HaarTraining
- Rapid Object Detection With A Cascade of Boosted Classifiers Based on Haar-like Features-Rapid Object Detection With A Cascade of Bo osted Classifiers Based on Haar - like Features
AdaboostRec
- 转载一篇很好的文章,讲的是Adaboost和Cascade算法的使用。
BSpline.rar
- 这是用open cascade通过手工绘制B样条曲线,然后转换成样条曲面的程序。欢迎对OCC感兴趣的朋友参考。,This is open cascade through the use of hand-painted B-spline curve, and then converted into spline surface procedures. OCC welcomed the reference of interest to a friend.
Implementation-of-SIFT-detection
- 摘要:针对SIFT 特征提取的硬件实现结构复杂、难以达到实时性的问题,提出一种改进的高斯金字塔构建方法,该方法从 构建高斯金字塔的原始意义出发,大幅减少了所需的运算时间和存储单元。同时提出并验证了合适的SIFT 参数配置,以及 具体的硬件优化和并行实现方案,使整个系统可以在一片单独的FPGA 芯片上实现。该系统读入串行像素数据流,输出关键 点的特征描述符,并采用256×256 的图像对其进行了仿真验证,结果表明完全达到了实时的效果。 关键词:特征点 实时 尺度不变特征变换 现场可
45353453
- 非常好的人脸以及人眼检测的例子。OpenCV支持的目标检测的方法是利用样本的Haar特征进行的分类器训练,得到的级联boosted分类器(Cascade Classification)。注意,新版本的C++接口除了Haar特征以外也可以使用LBP特征。-Very good example of the human face and the human eye to detect. OpenCV supported target detection method is carried out us
OpenCVHaartraining_battery
- 这是利用OpenCV里的基于Adaboost算法的Cascade结构在识别电池上的应用,里面的.xml文件可直接应用识别电池,基与Vision C++ 平台的,特别适合对Adaboost算法感兴趣的研究!-This is based on the use of OpenCV
harrtrack
- 利用级联的Haar分类器寻找检测目标,这是OPENCV上的程序,与大家分享-Using the Haar classifier cascade find Detected goals, OPENCV This is on the procedures to share with you
haar
- 利用opencv编写的,利用级联的haar分类器寻找检测目标-Prepared using opencv using the haar classifier cascade testing to find the target
CRL-2001-1
- 这片论文描述了动态物体的特征跟踪,用到了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
OpenCV_ObjectDetection_HowTo
- OpenCV_ObjectDetection_Create Cascade
WeissCVPR2004
- 使用boosting,edge orientation histogram和cascade算法实现face detection的文章。解决了使用小数据库训练系统和区分肖像画的问题。-The use of boosting, edge orientation histogram and the cascade algorithm face detection article. Solution using a small database, training systems and the dis
cascade2xml
- 把级联信息转化成xml文档,C直接写好的exe-To cascade information into xml document, C direct written exe
cascade
- face detection using openCV library
4
- 基于OPENCV的环境下,利用级联Haar分类器寻找检测目标-OPENCV based environment, the use of Haar classifier cascade find testing targets
ESC-1_0
- CVPR2010文献:An Efficient Divide-and-Conquer Cascade for Nonlinear Object Detection的源代码-CVPR 2010 paper An Efficient Divide-and-Conquer Cascade for Nonlinear Object Detection source code.
heber
- Histograms of Oriented Gradients for Human Detection’ versus ’Fast Human Detection Using a Cascade of Histograms of Oriented Gradients’-Histograms of Oriented Gradients for Human Detection’ versus ’Fast Human Detection Using a Cascade of Hist
adaboost-alrgorryithm
- 图像级联算法可用于车牌检测,但是速度较慢,大家可以下载下来看看,加强对自适应级联算法的学习-Cascade algorithm for image plate detection, but slower, you can download to see, to enhance the learning algorithm for adaptive cascade
voc-release4.01-star-cascade
- 经典目标检测算法,可以很好地实现对特定目标的检测-Classic target detection algorithm, detection of specific target can be well
faceEye
- 基于haar级联分类器的opencv人眼识别程序,思路是先识别人脸,然后以人脸为ROI识别人眼。-Haar cascade classifier based on opencv human eye recognition program, the idea is to recognize faces, and then face the human eye to identify the ROI.
AdaBoost-and-Cascade
- 基于AdaBoost和Cascade算法的人脸检测-Face detection based on AdaBoost and Cascade algorithm