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 DEFAULT_TEMPLATE_MATCHING_MODE AR_TEMPLATE_MATCHING_COLOR |
#define getLUM8_from_RGB565 | ( | ptr | ) | RGB565_to_LUM8_LUT[ (*(unsigned short*)(ptr)) ] |
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!