config.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define AR_AREA_MAX   100000
#define AR_AREA_MIN   70
#define AR_CHAIN_MAX   10000
#define AR_EXPORT
#define AR_FITTING_TO_IDEAL   0
#define AR_FITTING_TO_INPUT   1
#define AR_GET_TRANS_CONT_MAT_MAX_FIT_ERROR   1.0
#define AR_GET_TRANS_MAT_MAX_FIT_ERROR   1.0
#define AR_GET_TRANS_MAT_MAX_LOOP_COUNT   5
#define AR_IMAGE_PROC_IN_FULL   0
#define AR_IMAGE_PROC_IN_HALF   1
#define AR_MATCHING_WITH_PCA   1
#define AR_MATCHING_WITHOUT_PCA   0
#define AR_TEMPLATE_MATCHING_BW   1
#define AR_TEMPLATE_MATCHING_COLOR   0
#define DEFAULT_FITTING_MODE   AR_FITTING_TO_IDEAL
#define DEFAULT_IMAGE_PROC_MODE   AR_IMAGE_PROC_IN_HALF
#define DEFAULT_MATCHING_PCA_MODE   AR_MATCHING_WITHOUT_PCA
#define DEFAULT_TEMPLATE_MATCHING_MODE   AR_TEMPLATE_MATCHING_COLOR
#define EVEC_MAX   10
#define getLUM8_from_RGB565(ptr)   RGB565_to_LUM8_LUT[ (*(unsigned short*)(ptr)) ]
#define P_MAX   500

Typedefs

typedef float ARFloat

Define Documentation

#define AR_AREA_MAX   100000

Definition at line 78 of file config.h.

#define AR_AREA_MIN   70

Definition at line 79 of file config.h.

#define AR_CHAIN_MAX   10000

Definition at line 86 of file config.h.

#define AR_EXPORT

Definition at line 121 of file config.h.

#define AR_FITTING_TO_IDEAL   0

Definition at line 54 of file config.h.

#define AR_FITTING_TO_INPUT   1

Definition at line 55 of file config.h.

#define AR_GET_TRANS_CONT_MAT_MAX_FIT_ERROR   1.0

Definition at line 74 of file config.h.

#define AR_GET_TRANS_MAT_MAX_FIT_ERROR   1.0

Definition at line 71 of file config.h.

#define AR_GET_TRANS_MAT_MAX_LOOP_COUNT   5

Definition at line 70 of file config.h.

#define AR_IMAGE_PROC_IN_FULL   0

Definition at line 49 of file config.h.

#define AR_IMAGE_PROC_IN_HALF   1

Definition at line 50 of file config.h.

#define AR_MATCHING_WITH_PCA   1

Definition at line 65 of file config.h.

#define AR_MATCHING_WITHOUT_PCA   0

Definition at line 64 of file config.h.

#define AR_TEMPLATE_MATCHING_BW   1

Definition at line 60 of file config.h.

#define AR_TEMPLATE_MATCHING_COLOR   0

Definition at line 59 of file config.h.

#define DEFAULT_FITTING_MODE   AR_FITTING_TO_IDEAL

Definition at line 56 of file config.h.

#define DEFAULT_IMAGE_PROC_MODE   AR_IMAGE_PROC_IN_HALF

Definition at line 51 of file config.h.

#define DEFAULT_MATCHING_PCA_MODE   AR_MATCHING_WITHOUT_PCA

Definition at line 66 of file config.h.

#define DEFAULT_TEMPLATE_MATCHING_MODE   AR_TEMPLATE_MATCHING_COLOR

Definition at line 61 of file config.h.

#define EVEC_MAX   10

Definition at line 88 of file config.h.

#define getLUM8_from_RGB565 ( ptr   )     RGB565_to_LUM8_LUT[ (*(unsigned short*)(ptr)) ]

Definition at line 96 of file config.h.

#define P_MAX   500

Definition at line 89 of file config.h.


Typedef Documentation

typedef float ARFloat

Copyright (C) 2010 ARToolkitPlus Authors

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

Authors: Daniel Wagner Pavel Rojtberg This file is a stripped down version of AR Toolkit original config.h file. Only defines necessary for the core toolkit routines have been left. I tried to comment all variables in a meaningful way. Please extend the comments if you have any idea!

Definition at line 37 of file config.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


artoolkitplus
Author(s): Christian Bersch
autogenerated on Fri Jan 11 09:12:19 2013