SLIP
1.4
|
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>
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_ |
Function to compute the backprojection of the 3d world point corresponding to the backprojection of an image point using the Levenberg-Marquadt algorithm.
Definition at line 96 of file levenberg_marquardt.hpp.
typedef funLM_bp<Type> slip::funLM_bp< Type >::self |
Definition at line 98 of file levenberg_marquardt.hpp.
|
inline |
Function to compute the backprojection of the 3d world point corresponding to the backprojection of an image point using the Levenberg-Marquadt algorithm.
Data |
Definition at line 105 of file levenberg_marquardt.hpp.
|
inline |
Definition at line 109 of file levenberg_marquardt.hpp.
slip::Vector<Type> slip::funLM_bp< Type >::data_ |
Definition at line 144 of file levenberg_marquardt.hpp.
slip::Vector<Type> slip::funLM_bp< Type >::r_ |
Definition at line 145 of file levenberg_marquardt.hpp.