#include <cmath>
#include <deque>
#include <dlrNumeric/array2D.h>
Go to the source code of this file.
Classes | |
| class | dlr::numeric::NormalizedCorrelator< Type > |
| This class implements 1D normalized correlation, which is sometimes also called the Correlation Coefficient. More... | |
Namespaces | |
| namespace | dlr::numeric |
| This namespace contains code for 1D, 2D, and 3D arrays, matrices, coordinate transformations, rotation conversions, and much more. | |
Copyright (C) 1999-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file normalizedCorrelator.h.
1.5.8