#include <feature-projected-line.h>
List of all members.
Public Member Functions |
| DECLARE_SIGNAL_IN (xa, MatrixHomogeneous) |
| DECLARE_SIGNAL_IN (xb, MatrixHomogeneous) |
| DECLARE_SIGNAL_IN (Ja, ml::Matrix) |
| DECLARE_SIGNAL_IN (Jb, ml::Matrix) |
| DECLARE_SIGNAL_IN (xc, ml::Vector) |
| FeatureProjectedLine (const std::string &name) |
virtual | ~FeatureProjectedLine (void) |
virtual unsigned int & | getDimension (unsigned int &dim, int time) |
virtual ml::Vector & | computeError (ml::Vector &res, int time) |
| Compute the error between two visual features from a subset a the possible features.
|
virtual ml::Matrix & | computeJacobian (ml::Matrix &res, int time) |
| Compute the interaction matrix from a subset of the possible features.
|
virtual void | display (std::ostream &os) const |
| DECLARE_SIGNAL_IN (xa, MatrixHomogeneous) |
| DECLARE_SIGNAL_IN (xb, MatrixHomogeneous) |
| DECLARE_SIGNAL_IN (Ja, ml::Matrix) |
| DECLARE_SIGNAL_IN (Jb, ml::Matrix) |
| DECLARE_SIGNAL_IN (xc, ml::Vector) |
| FeatureProjectedLine (const std::string &name) |
virtual | ~FeatureProjectedLine (void) |
virtual unsigned int & | getDimension (unsigned int &dim, int time) |
virtual ml::Vector & | computeError (ml::Vector &res, int time) |
virtual ml::Matrix & | computeJacobian (ml::Matrix &res, int time) |
virtual void | display (std::ostream &os) const |
Public Attributes |
| DECLARE_NO_REFERENCE |
Constructor & Destructor Documentation
dynamicgraph::sot::dyninv::FeatureProjectedLine::FeatureProjectedLine |
( |
const std::string & |
name | ) |
|
virtual dynamicgraph::sot::dyninv::FeatureProjectedLine::~FeatureProjectedLine |
( |
void |
| ) |
[inline, virtual] |
dynamicgraph::sot::dyninv::FeatureProjectedLine::FeatureProjectedLine |
( |
const std::string & |
name | ) |
|
virtual dynamicgraph::sot::dyninv::FeatureProjectedLine::~FeatureProjectedLine |
( |
void |
| ) |
[inline, virtual] |
Member Function Documentation
ml::Vector & dynamicgraph::sot::dyninv::FeatureProjectedLine::computeError |
( |
ml::Vector & |
res, |
|
|
int |
time |
|
) |
| [virtual] |
virtual ml::Vector& dynamicgraph::sot::dyninv::FeatureProjectedLine::computeError |
( |
ml::Vector & |
res, |
|
|
int |
time |
|
) |
| [virtual] |
ml::Matrix & dynamicgraph::sot::dyninv::FeatureProjectedLine::computeJacobian |
( |
ml::Matrix & |
res, |
|
|
int |
time |
|
) |
| [virtual] |
virtual ml::Matrix& dynamicgraph::sot::dyninv::FeatureProjectedLine::computeJacobian |
( |
ml::Matrix & |
res, |
|
|
int |
time |
|
) |
| [virtual] |
dynamicgraph::sot::dyninv::FeatureProjectedLine::DECLARE_SIGNAL_IN |
( |
xa |
, |
|
|
MatrixHomogeneous |
|
|
) |
| |
dynamicgraph::sot::dyninv::FeatureProjectedLine::DECLARE_SIGNAL_IN |
( |
xa |
, |
|
|
MatrixHomogeneous |
|
|
) |
| |
dynamicgraph::sot::dyninv::FeatureProjectedLine::DECLARE_SIGNAL_IN |
( |
xb |
, |
|
|
MatrixHomogeneous |
|
|
) |
| |
dynamicgraph::sot::dyninv::FeatureProjectedLine::DECLARE_SIGNAL_IN |
( |
xb |
, |
|
|
MatrixHomogeneous |
|
|
) |
| |
dynamicgraph::sot::dyninv::FeatureProjectedLine::DECLARE_SIGNAL_IN |
( |
Ja |
, |
|
|
ml::Matrix |
|
|
) |
| |
dynamicgraph::sot::dyninv::FeatureProjectedLine::DECLARE_SIGNAL_IN |
( |
Ja |
, |
|
|
ml::Matrix |
|
|
) |
| |
dynamicgraph::sot::dyninv::FeatureProjectedLine::DECLARE_SIGNAL_IN |
( |
Jb |
, |
|
|
ml::Matrix |
|
|
) |
| |
dynamicgraph::sot::dyninv::FeatureProjectedLine::DECLARE_SIGNAL_IN |
( |
Jb |
, |
|
|
ml::Matrix |
|
|
) |
| |
dynamicgraph::sot::dyninv::FeatureProjectedLine::DECLARE_SIGNAL_IN |
( |
xc |
, |
|
|
ml::Vector |
|
|
) |
| |
dynamicgraph::sot::dyninv::FeatureProjectedLine::DECLARE_SIGNAL_IN |
( |
xc |
, |
|
|
ml::Vector |
|
|
) |
| |
virtual void dynamicgraph::sot::dyninv::FeatureProjectedLine::display |
( |
std::ostream & |
os | ) |
const [virtual] |
void dynamicgraph::sot::dyninv::FeatureProjectedLine::display |
( |
std::ostream & |
os | ) |
const [virtual] |
virtual unsigned int& dynamicgraph::sot::dyninv::FeatureProjectedLine::getDimension |
( |
unsigned int & |
dim, |
|
|
int |
time |
|
) |
| [virtual] |
unsigned int & dynamicgraph::sot::dyninv::FeatureProjectedLine::getDimension |
( |
unsigned int & |
dim, |
|
|
int |
time |
|
) |
| [virtual] |
Member Data Documentation