Point Cloud Library (PCL)
1.3.1
|
Public Types | |
enum | |
typedef _Scalar | Scalar |
typedef Eigen::Matrix< Scalar, InputsAtCompileTime, 1 > | InputType |
typedef Eigen::Matrix< Scalar, ValuesAtCompileTime, 1 > | ValueType |
typedef Eigen::Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTime > | JacobianType |
Public Member Functions | |
OptimizationFunctor (int n, int m, pcl::SampleConsensusModelSphere< PointT > *model) | |
Functor constructor. | |
int | operator() (const Eigen::VectorXd &x, Eigen::VectorXd &fvec) const |
Cost function to be minimized. | |
int | inputs () const |
int | values () const |
Public Attributes | |
pcl::SampleConsensusModelSphere < PointT > * | model_ |
const int | m_inputs |
const int | m_values |
typedef Eigen::Matrix<Scalar,InputsAtCompileTime,1> pcl::Functor::InputType [inherited] |
Definition at line 438 of file sac_model.h.
typedef Eigen::Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> pcl::Functor::JacobianType [inherited] |
Definition at line 440 of file sac_model.h.
typedef _Scalar pcl::Functor::Scalar [inherited] |
Definition at line 433 of file sac_model.h.
typedef Eigen::Matrix<Scalar,ValuesAtCompileTime,1> pcl::Functor::ValueType [inherited] |
Definition at line 439 of file sac_model.h.
anonymous enum [inherited] |
Definition at line 434 of file sac_model.h.
pcl::SampleConsensusModelSphere::OptimizationFunctor::OptimizationFunctor | ( | int | n, |
int | m, | ||
pcl::SampleConsensusModelSphere< PointT > * | model | ||
) | [inline] |
Functor constructor.
[in] | n | the number of variables |
[in] | m | the number of functions |
[in] | estimator | pointer to the estimator object |
[in] | distance | distance computation function pointer |
Definition at line 218 of file sac_model_sphere.h.
int pcl::Functor::inputs | ( | ) | const [inline, inherited] |
Definition at line 447 of file sac_model.h.
int pcl::SampleConsensusModelSphere::OptimizationFunctor::operator() | ( | const Eigen::VectorXd & | x, |
Eigen::VectorXd & | fvec | ||
) | const [inline] |
Cost function to be minimized.
[in] | x | the variables array |
[out] | fvec | the resultant functions evaluations |
Definition at line 225 of file sac_model_sphere.h.
int pcl::Functor::values | ( | ) | const [inline, inherited] |
Definition at line 448 of file sac_model.h.
const int pcl::Functor::m_inputs [inherited] |
Definition at line 442 of file sac_model.h.
const int pcl::Functor::m_values [inherited] |
Definition at line 442 of file sac_model.h.
pcl::SampleConsensusModelSphere<PointT>* pcl::SampleConsensusModelSphere::OptimizationFunctor::model_ |
Definition at line 242 of file sac_model_sphere.h.