搜索结果
找到约 92 项符合
AdaBoost 的查询结果
按分类筛选
技术资料 基于AdaBoost人脸检测算法在DSP上实现
·摘要:  以DSP TMS320DM642为核心处理器,设计了一种通用的实时人脸检测系统.采用Viola el al.s提出的人脸检测AdaBoost算法,该算法实现了人脸检测的高速性和高准确性.本文主要介绍将该检测算法在DSP上实现,利用了它的流水线操作、多杌并行处理等特点.本系统能够在高分辨率图像和实时视频数据中,实现实时的人脸检测,从 ...
人工智能/神经网络 MultiBoost 是c++实现的多类adaboost酸法。与传统的adaboost算法主要解决二类分类问题不同
MultiBoost 是c++实现的多类adaboost酸法。与传统的adaboost算法主要解决二类分类问题不同,MultiBoost解决的是多类的分类问题,而并不是把多类转化成二类问题。
系统设计方案 these are the original publications of Haar-like features and Adaboost framework, which form the bas
these are the original publications of Haar-like features and Adaboost framework, which form the basis of the newest object detections technology
人工智能/神经网络 aDABOOST This package contains the following files: learner.jar - is a platform independent java
aDABOOST
This package contains the following files:
learner.jar - is a platform independent java package. In order to run it on windows/linux
open the command prompt/shell and type the command "java -jar learner.jar".
Make sure the java installation path is set in the system enviroment.
learner ...
多国语言处理 Algoritmo de implementaci贸n de adaboost en el lenguage matlab
Algoritmo de implementaci贸n de adaboost en el lenguage matlab
matlab例程 该文件里面包含了三个AdaBoost算法
该文件里面包含了三个AdaBoost算法,使用非常方便
技术资料 FPGA_ASIC-Adaboost算法的FPGA实现与性能分析
该文档为FPGA_ASIC-Adaboost算法的FPGA实现与性能分析讲解文档,是一份很不错的参考资料,具有较高参考价值,感兴趣的可以下载看看………………
技术资料 adaboost分类算法的C++实现,可直接运行
adaboost分类算法的C++实现,可直接运行-adaboost classification algorithm C++ achieve, can be directly run
其他 这是一篇现在主要的基于adaboost算法的文章
这是一篇现在主要的基于adaboost算法的文章,详细讲述了怎么运用该算法做人脸检测,欢迎下载!
人工智能/神经网络 Adaboost算法是一个著名的机器学习的算法
Adaboost算法是一个著名的机器学习的算法,由于它在目标识别上的成功应用,至使被广泛的工程技术人员所熟知,这里提供一个辅助自学的工程案例,读者可以体会算法中的技术细节。这对于激发原创性思维是至关重要的!