gr::DummyPointFilter Struct Reference

Functor used in n-pcs algorithm to filters pairs of points according to the exploration basis,. More...

#include <PointPairFilter.h>

+ Inheritance diagram for gr::DummyPointFilter:
+ Collaboration diagram for gr::DummyPointFilter:

Classes

struct  Options
 

Public Member Functions

template<typename PointType , typename WantedOptionsAndMore >
std::pair< bool, bool > operator() (const PointType &, const PointType &, typename PointType::Scalar, const PointType &, const PointType &, const WantedOptionsAndMore &options)
 
- Public Member Functions inherited from gr::PairFilterConcept
template<typename PointType , typename WantedOptionsAndMore >
std::pair< bool, bool > operator() (const PointType &, const PointType &, typename PointType::Scalar, const PointType &, const PointType &, const WantedOptionsAndMore &)
 Verify that the 2 points found in Q are similar to 2 of the points in the base. Return a pair of bool, according of the right addition of the pair (p,q) or (q,p) in the congruent set. More...
 

Detailed Description

Functor used in n-pcs algorithm to filters pairs of points according to the exploration basis,.

Template Parameters

Member Function Documentation

template<typename PointType , typename WantedOptionsAndMore >
std::pair<bool,bool> gr::DummyPointFilter::operator() ( const PointType &  ,
const PointType &  ,
typename PointType::Scalar  ,
const PointType &  ,
const PointType &  ,
const WantedOptionsAndMore &  options 
)
inline

The documentation for this struct was generated from the following file: