Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Protected Attributes
pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError Class Reference

#include <pcl/registration/ia_ransac.h>

+ Inheritance diagram for pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError:
+ Collaboration diagram for pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError:

Public Member Functions

 ~TruncatedError () override=default
 
 TruncatedError (float threshold)
 
float operator() (float e) const override
 
- Public Member Functions inherited from pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::ErrorFunctor
virtual ~ErrorFunctor ()=default
 

Protected Attributes

float threshold_ {0.0f}
 

Additional Inherited Members

- Public Types inherited from pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::ErrorFunctor
using Ptr = shared_ptr< ErrorFunctor >
 
using ConstPtr = shared_ptr< const ErrorFunctor >
 

Detailed Description

template<typename PointSource, typename PointTarget, typename FeatureT>
class pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError

Definition at line 118 of file ia_ransac.h.

Constructor & Destructor Documentation

◆ ~TruncatedError()

template<typename PointSource , typename PointTarget , typename FeatureT >
pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError::~TruncatedError ( )
overridedefault

◆ TruncatedError()

template<typename PointSource , typename PointTarget , typename FeatureT >
pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError::TruncatedError ( float  threshold)
inline

Definition at line 125 of file ia_ransac.h.

Member Function Documentation

◆ operator()()

template<typename PointSource , typename PointTarget , typename FeatureT >
float pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError::operator() ( float  e) const
inlineoverridevirtual

Member Data Documentation

◆ threshold_

template<typename PointSource , typename PointTarget , typename FeatureT >
float pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError::threshold_ {0.0f}
protected

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