iCub-main
|
#include <deque>
#include <yarp/sig/all.h>
Go to the source code of this file.
Namespaces | |
iCub | |
This file contains the definition of unique IDs for the body parts and the skin parts of the robot. | |
iCub::optimization | |
Functions | |
bool | iCub::optimization::minVolumeEllipsoid (const std::deque< yarp::sig::Vector > &points, const double tol, yarp::sig::Matrix &A, yarp::sig::Vector &c) |
Find the minimum volume ellipsoide (MVEE) of a set of N d-dimensional data points. More... | |