forked from nenadmarkus/pico
-
Notifications
You must be signed in to change notification settings - Fork 2
/
LICENSE
18 lines (18 loc) · 1.52 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
* Copyright (c) 2013, Nenad Markus
* All rights reserved.
*
* This is an implementation of the algorithm described in the following paper:
* N. Markus, M. Frljak, I. S. Pandzic, J. Ahlberg and R. Forchheimer,
* Object Detection with Pixel Intensity Comparisons Organized in Decision Trees,
* http://arxiv.org/abs/1305.4537
*
* Redistribution and use of this program as source code or in binary form, with or without modifications, are permitted provided that the following conditions are met:
* 1. Redistributions may not be sold, nor may they be used in a commercial product or activity without prior permission from the copyright holder (contact him at [email protected]).
* 2. Redistributions may not be used for military purposes.
* 3. Any published work which utilizes this program shall include the reference to the paper available at http://arxiv.org/abs/1305.4537
* 4. Redistributions must retain the above copyright notice and the reference to the algorithm on which the implementation is based on, this list of conditions and the following disclaimer.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/