Searches along a profile using normalised correlation. More...
#include "mfpf_norm_corr1d.h"#include <vsl/vsl_binary_loader.h>#include <vcl_cmath.h>#include <vcl_cassert.h>#include <vcl_algorithm.h>#include <vimt/vimt_sample_profile_bilin.h>#include <vnl/io/vnl_io_vector.h>#include <vgl/vgl_point_2d.h>#include <vgl/vgl_vector_2d.h>Go to the source code of this file.
Functions | |
| double | norm_corr (const double *v1, const double *v2, unsigned n) |
Searches along a profile using normalised correlation.
Definition in file mfpf_norm_corr1d.cxx.
| double norm_corr | ( | const double * | v1, |
| const double * | v2, | ||
| unsigned | n | ||
| ) | [inline] |
Definition at line 78 of file mfpf_norm_corr1d.cxx.
1.7.5.1