featureAssociation.h File Reference

Header file declaring functions that pair features from two disjoint sets based on a user supplied similarity measure. More...

#include <dlrNumeric/array2D.h>
#include <cmath>
#include <dlrLinearAlgebra/linearAlgebra.h>
#include <dlrNumeric/maxRecorder.h>
#include <dlrNumeric/utilities.h>

Include dependency graph for featureAssociation.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.


Detailed Description

Header file declaring functions that pair features from two disjoint sets based on a user supplied similarity measure.

Copyright (C) 2008 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.

Revision
Date

Definition in file featureAssociation.h.


Generated on Wed Nov 25 12:15:06 2009 for dlrComputerVision Utility Library by  doxygen 1.5.8