Public Member Functions | Public Attributes
pcl::SampleConsensusModelSphere< PointT >::OptimizationFunctor Struct Reference
Inheritance diagram for pcl::SampleConsensusModelSphere< PointT >::OptimizationFunctor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int operator() (const Eigen::VectorXf &x, Eigen::VectorXf &fvec) const
 OptimizationFunctor (int m_data_points, pcl::SampleConsensusModelSphere< PointT > *model)

Public Attributes

pcl::SampleConsensusModelSphere
< PointT > * 
model_

Detailed Description

template<typename PointT>
struct pcl::SampleConsensusModelSphere< PointT >::OptimizationFunctor

Definition at line 229 of file sac_model_sphere.h.


Constructor & Destructor Documentation

template<typename PointT>
pcl::SampleConsensusModelSphere< PointT >::OptimizationFunctor::OptimizationFunctor ( int  m_data_points,
pcl::SampleConsensusModelSphere< PointT > *  model 
) [inline]

Functor constructor

Parameters:
[in]m_data_pointsthe number of data points to evaluate
[in]estimatorpointer to the estimator object
[in]distancedistance computation function pointer

Definition at line 236 of file sac_model_sphere.h.


Member Function Documentation

template<typename PointT>
int pcl::SampleConsensusModelSphere< PointT >::OptimizationFunctor::operator() ( const Eigen::VectorXf &  x,
Eigen::VectorXf &  fvec 
) const [inline]

Cost function to be minimized

Parameters:
[in]xthe variables array
[out]fvecthe resultant functions evaluations
Returns:
0

Definition at line 245 of file sac_model_sphere.h.


Member Data Documentation

Definition at line 262 of file sac_model_sphere.h.


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


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:43:35