#include "geml_matcher_correlation.h"#include <vcl_iostream.h>#include <vnl/vnl_math.h>#include <vnl/vnl_matrix.h>#include <vil1/vil1_memory_image_window.h>Go to the source code of this file.
Defines | |
| #define | MAX_CORNER_ERROR 1 |
| #define | CORRELATION_KERNEL 3 |
| #define | NORMALISED_CORRELATION false |
| #define | SEARCH_WINDOW_X 50 |
| #define | SEARCH_WINDOW_Y 50 |
| #define | NO_SCORE -2 |
Definition in file geml_matcher_correlation.cxx.
| #define CORRELATION_KERNEL 3 |
Definition at line 21 of file geml_matcher_correlation.cxx.
| #define MAX_CORNER_ERROR 1 |
Definition at line 20 of file geml_matcher_correlation.cxx.
| #define NO_SCORE -2 |
Definition at line 25 of file geml_matcher_correlation.cxx.
| #define NORMALISED_CORRELATION false |
Definition at line 22 of file geml_matcher_correlation.cxx.
| #define SEARCH_WINDOW_X 50 |
Definition at line 23 of file geml_matcher_correlation.cxx.
| #define SEARCH_WINDOW_Y 50 |
Definition at line 24 of file geml_matcher_correlation.cxx.
1.7.5.1