#include "FernImageDetector.h"
Go to the source code of this file.
| Namespaces | |
| alvar | |
| Main ALVAR namespace. | |
| Macros | |
| #define | N_PTS_TO_FIND 400 | 
| #define | N_PTS_TO_TEACH 200 | 
| #define | N_STRUCTS 50 | 
| #define | N_VIEWS 5000 | 
| #define | PATCH_SIZE 31 | 
| #define | PYR_LEVELS 1 | 
| #define | SIGNATURE_SIZE 400 | 
| #define | SIZE_BLUR 13 | 
| #define | STRUCT_SIZE 11 | 
| #define N_PTS_TO_FIND 400 | 
Definition at line 32 of file FernImageDetector.cpp.
| #define N_PTS_TO_TEACH 200 | 
Definition at line 33 of file FernImageDetector.cpp.
| #define N_STRUCTS 50 | 
Definition at line 36 of file FernImageDetector.cpp.
| #define N_VIEWS 5000 | 
Definition at line 31 of file FernImageDetector.cpp.
| #define PATCH_SIZE 31 | 
Definition at line 29 of file FernImageDetector.cpp.
| #define PYR_LEVELS 1 | 
Definition at line 30 of file FernImageDetector.cpp.
| #define SIGNATURE_SIZE 400 | 
Definition at line 38 of file FernImageDetector.cpp.
| #define SIZE_BLUR 13 | 
Definition at line 34 of file FernImageDetector.cpp.
| #define STRUCT_SIZE 11 | 
Definition at line 37 of file FernImageDetector.cpp.