SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
slip::funLM_bp< Type > Struct Template Reference

Function to compute the backprojection of the 3d world point corresponding to the backprojection of an image point using the Levenberg-Marquadt algorithm. More...

#include <levenberg_marquardt.hpp>

Inheritance diagram for slip::funLM_bp< Type >:
Inheritance graph

Public Types

typedef funLM_bp< Type > self
 

Public Member Functions

 funLM_bp (const slip::Vector< Type > &Data)
 Function to compute the backprojection of the 3d world point corresponding to the backprojection of an image point using the Levenberg-Marquadt algorithm. More...
 
slip::Vector< Type > & operator() (const slip::Vector< Type > &pt)
 

Public Attributes

slip::Vector< Type > data_
 
slip::Vector< Type > r_
 

Detailed Description

template<typename Type>
struct slip::funLM_bp< Type >

Function to compute the backprojection of the 3d world point corresponding to the backprojection of an image point using the Levenberg-Marquadt algorithm.

Author
Guillaume Gomit <tremblais_AT_sic.univ-poitiers.fr>
Benoit Tremblais <tremblais_AT_sic.univ-poitiers.fr>
Since
1.2.0

Definition at line 96 of file levenberg_marquardt.hpp.

Member Typedef Documentation

template<typename Type>
typedef funLM_bp<Type> slip::funLM_bp< Type >::self

Definition at line 98 of file levenberg_marquardt.hpp.

Constructor & Destructor Documentation

template<typename Type>
slip::funLM_bp< Type >::funLM_bp ( const slip::Vector< Type > &  Data)
inline

Function to compute the backprojection of the 3d world point corresponding to the backprojection of an image point using the Levenberg-Marquadt algorithm.

Parameters
Data
Author
Guillaume Gomit <tremblais_AT_sic.univ-poitiers.fr>
Benoit Tremblais <tremblais_AT_sic.univ-poitiers.fr>

Definition at line 105 of file levenberg_marquardt.hpp.

Member Function Documentation

template<typename Type>
slip::Vector<Type>& slip::funLM_bp< Type >::operator() ( const slip::Vector< Type > &  pt)
inline

Definition at line 109 of file levenberg_marquardt.hpp.

Member Data Documentation

template<typename Type>
slip::Vector<Type> slip::funLM_bp< Type >::data_

Definition at line 144 of file levenberg_marquardt.hpp.

template<typename Type>
slip::Vector<Type> slip::funLM_bp< Type >::r_

Definition at line 145 of file levenberg_marquardt.hpp.


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