47 #ifndef _MIRA_COVOBJECT_H_ 48 #define _MIRA_COVOBJECT_H_ 67 CovObject(Ogre::SceneManager* sceneManager, Ogre::SceneNode* parent=NULL);
77 void setMean(
const Eigen::Vector2f& x);
78 void setMean(
const Eigen::Vector3f& x);
84 const Ogre::Quaternion& orientation);
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
Declaration of MeshObject.
void setSigma(float sigma)
const Eigen::Vector3f & getSingularValues()
Definition: CovObject.h:86
CovObject(Ogre::SceneManager *sceneManager, Ogre::SceneNode *parent=NULL)
Creates a new CovObject that can be used to display a position covariance ellipsoid in 3D...
Visualization of covariances.
Definition: CovObject.h:59
Definition: MeshObject.h:67
float getSigma() const
Definition: CovObject.h:72
void setCovariance(const Eigen::Matrix2f &cov)
void setMean(const Eigen::Vector2f &x)