登录
首页 » c++ » Adaboost算法源码

Adaboost算法源码

于 2022-03-25 发布 文件大小:10.51 kB
0 32
下载积分: 2 下载次数: 1

代码说明:

Adaboost训练算法,主要是依据Friedman的1996年的论文实现,可以结合harr特征用来训练人脸检测的检测器,具体原理可参考论文或《统计学习方法》。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 5
    一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。 C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。 系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
    2009-03-15 15:36:23下载
    积分:1
  • DMA-DAC产生1KHz正弦波
    stm32f1的程序()
    2017-06-21 13:01:10下载
    积分:1
  • ADC-IN0-Voltage
    说明:  在单片机的数码管上显示AD转换出来的电压(Display the voltage converted by AD on the digital tube of MCU)
    2020-06-19 17:20:02下载
    积分:1
  • ccancorra
    cancorr的matlabb程序。用于信号的典型相关分析。 (cancorr matlabb program. Canonical correlation analysis for signal.)
    2012-08-14 00:29:09下载
    积分:1
  • txt-to-list-
    实现信息添加到listctrl中,可进行删除,修改、查找和保存,也可把txt中的文档读入到listbox中(Add information to listctrl can delete, modify, search, and save the the txt documents read into the listbox)
    2012-11-29 18:25:23下载
    积分:1
  • 滤波算法整理
    信号处理中会用到的各种滤波算法,亲测有效
    2022-01-31 23:10:18下载
    积分:1
  • 51单片机流水灯程序
    该程序建立在51单片机上,用keil编程.最少需要8个IO口来运行.
    2022-01-25 16:05:54下载
    积分:1
  • DICSO
    一个元胞传输模型(CTM)的经典使用软件,解压后可使用。(one yuan cellular transmission model (CTM) of the classic use of software can be used unpacked.)
    2007-03-21 16:35:12下载
    积分:1
  • 基于stm32的二维码生成
    stm32为核心,将信息转化为二维码后在tftled屏上显示出来
    2022-01-21 20:35:25下载
    积分:1
  • The game is C#+ XNA written to a friend in need for study and research the use o...
    该游戏是用C#+XNA写的,传给需要的朋友,供学习和研究XNA技术使用-The game is C#+ XNA written to a friend in need for study and research the use of XNA
    2023-06-27 02:55:02下载
    积分:1
  • 696518资源总数
  • 104223会员总数
  • 35今日下载