•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PointPairFilter.h
Go to the documentation of this file.
20 /// Return a pair of bool, according of the right addition of the pair (p,q) or (q,p) in the congruent set.
74 /// Return a pair of bool, according of the right addition of the pair (p,q) or (q,p) in the congruent set.
std::pair< bool, bool > operator()(const PointType &p, const PointType &q, typename PointType::Scalar pair_normals_angle, const PointType &b0, const PointType &b1, const WantedOptionsAndMore &options)
Verify that the 2 points found in Q are similar to 2 of the points in the base. A filter by point fea...
Definition: PointPairFilter.h:76
Functor used in n-pcs algorithm to filters pairs of points according to the exploration basis...
Definition: PointPairFilter.h:59
Definition: PointPairFilter.h:69
Definition: PointPairFilter.h:40
Definition: PointPairFilter.h:38
Scalar max_color_distance
Maximum color RGB distance between corresponding vertices. Set negative to ignore.
Definition: PointPairFilter.h:67
Functor used in n-pcs algorithm to filters pairs of points according to the exploration basis...
Definition: PointPairFilter.h:36
CongruentSetExplorationBase< Traits, PointType, TransformVisitor, PairFilteringFunctor, OptExts... >::Scalar ComputeTransformation(const InputRange1 &P, const InputRange2 &Q, Eigen::Ref< typename CongruentSetExplorationBase< Traits, PointType, TransformVisitor, PairFilteringFunctor, OptExts... >::MatrixType > transformation, const Sampler< PointType > &sampler, TransformVisitor &v)
Definition: congruentSetExplorationBase.hpp:61
bool dummyFilteringResponse
Definition: PointPairFilter.h:39
Definition: PointPairFilter.h:61
Scalar max_normal_difference
Maximum normal difference.
Definition: PointPairFilter.h:65
std::pair< bool, bool > operator()(const PointType &, const PointType &, typename PointType::Scalar, const PointType &, const PointType &, const WantedOptionsAndMore &options)
Definition: PointPairFilter.h:43