Go to the source code of this file.
#define AR_AREA_MAX 100000 |
#define AR_CHAIN_MAX 10000 |
#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 |
Endianness: ususally evaluated by autoconf script, otherwise set by hand Pixel format: depends on platform
One day we have to provide a version that just takes an 8-Bit b&w image.
Definition at line 136 of file config.h.
#define AR_IMAGE_PROC_IN_HALF 1 |
#define AR_MATCHING_WITH_PCA 1 |
#define AR_MATCHING_WITHOUT_PCA 0 |
#define AR_PARAM_C34 100.0 |
#define AR_PARAM_NMAX 1000 |
#define AR_TEMPLATE_MATCHING_BW 1 |
#define AR_TEMPLATE_MATCHING_COLOR 0 |
#define getLUM8_from_RGB565 |
( |
|
ptr | ) |
RGB565_to_LUM8_LUT[ (*(unsigned short*)(ptr)) ] |
#define MAX_BUFFER_HEIGHT 576 |
#define MAX_BUFFER_WIDTH 720 |
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 60 of file config.h.