Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Public Attributes
BFGS< FunctorType >::Parameters Struct Reference

#include <pcl/registration/bfgs.h>

Public Member Functions

 Parameters ()
 

Public Attributes

Index max_iters
 
Index bracket_iters
 
Index section_iters
 
Scalar rho
 
Scalar sigma
 
Scalar tau1
 
Scalar tau2
 
Scalar tau3
 
Scalar step_size
 
Index order
 

Detailed Description

template<typename FunctorType>
struct BFGS< FunctorType >::Parameters

Definition at line 130 of file bfgs.h.

Constructor & Destructor Documentation

◆ Parameters()

template<typename FunctorType >
BFGS< FunctorType >::Parameters::Parameters ( )
inline

Definition at line 131 of file bfgs.h.

Member Data Documentation

◆ bracket_iters

template<typename FunctorType >
Index BFGS< FunctorType >::Parameters::bracket_iters

Definition at line 144 of file bfgs.h.

◆ max_iters

template<typename FunctorType >
Index BFGS< FunctorType >::Parameters::max_iters

Definition at line 143 of file bfgs.h.

◆ order

template<typename FunctorType >
Index BFGS< FunctorType >::Parameters::order

◆ rho

template<typename FunctorType >
Scalar BFGS< FunctorType >::Parameters::rho

◆ section_iters

template<typename FunctorType >
Index BFGS< FunctorType >::Parameters::section_iters

Definition at line 145 of file bfgs.h.

◆ sigma

template<typename FunctorType >
Scalar BFGS< FunctorType >::Parameters::sigma

◆ step_size

template<typename FunctorType >
Scalar BFGS< FunctorType >::Parameters::step_size

Definition at line 151 of file bfgs.h.

◆ tau1

template<typename FunctorType >
Scalar BFGS< FunctorType >::Parameters::tau1

◆ tau2

template<typename FunctorType >
Scalar BFGS< FunctorType >::Parameters::tau2

◆ tau3

template<typename FunctorType >
Scalar BFGS< FunctorType >::Parameters::tau3

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