You are on page 1of 1

1 <?xml version="1.0"?

>
2 <!--
3 Stump-based 24x24 discrete(?) adaboost frontal face detector.
4 Created by Rainer Lienhart.
5
6 ////////////////////////////////////////////////////////////////////////////////////////
7
8 IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
9
10 By downloading, copying, installing or using the software you agree to this license.
11 If you do not agree to this license, do not download, install,
12 copy or use the software.
13
14
15 Intel License Agreement
16 For Open Source Computer Vision Library
17
18 Copyright (C) 2000, Intel Corporation, all rights reserved.
19 Third party copyrights are property of their respective owners.
20
21 Redistribution and use in source and binary forms, with or without modification,
22 are permitted provided that the following conditions are met:
23
24 * Redistribution's of source code must retain the above copyright notice,
25 this list of conditions and the following disclaimer.
26
27 * Redistribution's in binary form must reproduce the above copyright notice,
28 this list of conditions and the following disclaimer in the documentation
29 and/or other materials provided with the distribution.
30
31 * The name of Intel Corporation may not be used to endorse or promote products
32 derived from this software without specific prior written permission.
33
34 This software is provided by the copyright holders and contributors "as is" and
35 any express or implied warranties, including, but not limited to, the implied
36 warranties of merchantability and fitness for a particular purpose are disclaimed.
37 In no event shall the Intel Corporation or contributors be liable for any direct,
38 indirect, incidental, special, exemplary, or consequential damages
39 (including, but not limited to, procurement of substitute goods or services;
40 loss of use, data, or profits; or business interruption) however caused
41 and on any theory of liability, whether in contract, strict liability,
42 or tort (including negligence or otherwise) arising in any way out of
43 the use of this software, even if advised of the possibility of such damage.
44 -->
45 <opencv_storage>
46 <cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
47 <featureType>HAAR</featureType>
48 <height>24</height>
49 <width>24</width>
50 <stageParams>
51 <maxWeakCount>211</maxWeakCount></stageParams>
52 <featureParams>
53 <maxCatCount>0</maxCatCount></featureParams>
54 <stageNum>25</stageNum>
55 <stages>
56 <_>
57 <maxWeakCount>9</maxWeakCount>
58 <stageThreshold>-5.0425500869750977e+00</stageThreshold>
59 <weakClassifiers>
60 <_>
61 <internalNodes>
62 0 -1 0 -3.1511999666690826e-02</internalNodes>
63 <leafValues>
64 2.0875380039215088e+00 -2.2172100543975830e+00</leafValues></_>
65 <_>
66 <internalNodes>

You might also like