For each point in the first set, find closest point in the second set. More...
#include <SpectralDecomposition.h>
Public Member Functions | |
void | operator() (const blocked_range< int > &re) const |
Internal function executed by worker threads. | |
Static Public Member Functions | |
static Array< Array< int > > | Run (const PointSet &p1, const PointSet &p2, int) |
For each point in the first set, find closest point in the second set. | |
For each point in the first set, find closest point in the second set.
Definition at line 94 of file SpectralDecomposition.h.