#include <dlrNumeric/array2D.h>
#include <cmath>
#include <dlrLinearAlgebra/linearAlgebra.h>
#include <dlrNumeric/maxRecorder.h>
#include <dlrNumeric/utilities.h>
Go to the source code of this file.
Namespaces | |
| namespace | dlr::computerVision |
| This namespace is still in the early stages of development. | |
Functions | |
| template<class Iterator0 , class Iterator1 , class Functor > | |
| std::vector< std::pair< size_t, size_t > > | dlr::computerVision::associateFeaturesScott91 (Iterator0 sequence0Begin, Iterator0 sequence0End, Iterator1 sequence1Begin, Iterator1 sequence1End, Functor similarityFunctor) |
| This function template implements the feature association algorithm of Guy Scott and H. | |
Copyright (C) 2008 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file featureAssociation.h.
1.5.8