artoolkitplus_defaults.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright (C) 2013 by Markus Bader *
3  * markus.bader@tuwien.ac.at *
4  * *
5  * This program is free software; you can redistribute it and/or modify *
6  * it under the terms of the GNU General Public License as published by *
7  * the Free Software Foundation; either version 2 of the License, or *
8  * (at your option) any later version. *
9  * *
10  * This program is distributed in the hope that it will be useful, *
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13  * GNU General Public License for more details. *
14  * *
15  * You should have received a copy of the GNU General Public License *
16  * along with this program; if not, write to the *
17  * Free Software Foundation, Inc., *
18  * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
19  ***************************************************************************/
20 
21 #ifndef ARTOOLKITPLUS_NODE_DEFAULTS_H
22 #define ARTOOLKITPLUS_NODE_DEFAULTS_H
23 
24 #define ARTOOLKITPLUS_IMAGE_SRC "image"
25 #define ARTOOLKITPLUS_DEBUG_WINDOWS_NAME "artoolkitplus"
26 #define ARTOOLKITPLUS_DEFAULT_DISTORTED_INPUT true
27 #define ARTOOLKITPLUS_DEFAULT_SKIP_FRAMES 0
28 #define ARTOOLKITPLUS_DEFAULT_SHOW_CAMERA_IMAGE true
29 #define ARTOOLKITPLUS_DEFAULT_BASE_FRAME "camera"
30 #define ARTOOLKITPLUS_DEFAULT_PATTERN_FRAME "pattern"
31 #define ARTOOLKITPLUS_DEFAULT_PATTERN_FILE ""
32 #define ARTOOLKITPLUS_DEFAULT_TF_PREFIX ""
33 
34 #define ARTOOLKITPLUS_MARKER_MODE_BCH "bch"
35 #define ARTOOLKITPLUS_MARKER_MODE_SIMPEL "simple"
36 #define ARTOOLKITPLUS_DEFAULT_MARKER_MODE ARTOOLKITPLUS_MARKER_MODE_BCH // "SIMPLE
37 #define ARTOOLKITPLUS_DEFAULT_PATTERN_WITH 0.1
38 #define ARTOOLKITPLUS_DEFAULT_THRESHOLD 0
39 #define ARTOOLKITPLUS_DEFAULT_BOARDER_WIDTH 0
40 #define ARTOOLKITPLUS_DEFAULT_UNDIST_INTERATIONS 10
41 #define ARTOOLKITPLUS_UNDIST_MODE_NONE "none"
42 #define ARTOOLKITPLUS_UNDIST_MODE_STD "std"
43 #define ARTOOLKITPLUS_UNDIST_MODE_LUT "lut"
44 #define ARTOOLKITPLUS_DEFAULT_UNDIST_MODE ARTOOLKITPLUS_UNDIST_MODE_STD
45 #define ARTOOLKITPLUS_POSE_ESTIMATION_MODE_NORMAL "normal"
46 #define ARTOOLKITPLUS_POSE_ESTIMATION_MODE_CONT "cont"
47 #define ARTOOLKITPLUS_POSE_ESTIMATION_MODE_RPP "rpp"
48 #define ARTOOLKITPLUS_DEFAULT_POSE_ESTIMATION_MODE ARTOOLKITPLUS_POSE_ESTIMATION_MODE_RPP
49 #define ARTOOLKITPLUS_DEFAULT_TRACKER_SINGLE_MARKER true
50 #define ARTOOLKITPLUS_DEFAULT_TRACKER_MULTI_MARKER false
51 #define ARTOOLKITPLUS_DEFAULT_MULIT_MARKER_LITE_DETECTION true
52 
53 #endif // ARTOOLKITPLUS_NODE_DEFAULTS_H


tuw_artoolkitplus
Author(s): Markus Bader
autogenerated on Sun Sep 4 2016 03:24:33