Extract pairs of points using brute force approach. More...
Public Types | |
enum | { dim = _dim } |
typedef _Point | Point |
typedef _Scalar | Scalar |
Public Member Functions | |
template<class PrimitiveContainer , class PointContainer , class ProcessingFunctor > | |
void | process (const PrimitiveContainer &M, const PointContainer &Q, Scalar &epsilon, unsigned int minNodeSize, ProcessingFunctor &functor) |
< Process the extracted pairs More... | |
Extract pairs of points using brute force approach.
Brute force approach used in 4PCS
typedef _Point GlobalRegistration::Accelerators::PairExtraction::BruteForceFunctor< _DummyPrimitive, _Point, _dim, _Scalar >::Point |
typedef _Scalar GlobalRegistration::Accelerators::PairExtraction::BruteForceFunctor< _DummyPrimitive, _Point, _dim, _Scalar >::Scalar |
anonymous enum |
|
inline |
< Process the extracted pairs
M | Input point set [0:1]^d |
Q | Input point set [0:1]^d |
epsilon | Intersection accuracy, refined |
minNodeSize | Min number of points in nodes |