44 #ifndef vpFeatureThetaU_H
45 #define vpFeatureThetaU_H
52 #include <visp/vpMatrix.h>
53 #include <visp/vpThetaUVector.h>
54 #include <visp/vpBasicFeature.h>
56 #include <visp/vpHomogeneousMatrix.h>
57 #include <visp/vpRGBa.h>
240 } vpFeatureThetaUType;
251 } vpFeatureThetaURotationRepresentationType;
263 vpFeatureThetaURotationRepresentationType r) ;
265 vpFeatureThetaURotationRepresentationType r) ;
267 vpFeatureThetaURotationRepresentationType r) ;
281 void set_TUx(
const double tu_x) ;
282 void set_TUy(
const double tu_y) ;
283 void set_TUz(
const double tu_z) ;
285 double get_TUx()
const ;
286 double get_TUy()
const ;
287 double get_TUz()
const ;
319 inline static unsigned int selectTUx() {
return FEATURE_LINE[0] ; }
344 inline static unsigned int selectTUy() {
return FEATURE_LINE[1] ; }
369 inline static unsigned int selectTUz() {
return FEATURE_LINE[2] ; }
375 const unsigned int select = FEATURE_ALL) ;
376 void print(
const unsigned int select= FEATURE_ALL)
const ;
385 unsigned int thickness=1)
const ;
389 unsigned int thickness=1)
const ;
392 vpFeatureThetaURotationRepresentationType rotation;
Definition of the vpMatrix class.
bool * flags
Ensure that all the parameters needed to compute the iteraction matrix are set.
The class provides a data structure for the homogeneous matrices as well as a set of operations on th...
virtual void print(const unsigned int select=FEATURE_ALL) const =0
Print the name of the feature.
Class to define colors available for display functionnalities.
virtual vpColVector error(const vpBasicFeature &s_star, const unsigned int select=FEATURE_ALL)
Compute the error between two visual features from a subset of the possible features.
static const vpColor green
The vpRotationMatrix considers the particular case of a rotation matrix.
class that defines what is a visual feature
static unsigned int selectTUz()
static unsigned int selectTUx()
virtual vpMatrix interaction(const unsigned int select=FEATURE_ALL)=0
Compute the interaction matrix from a subset of the possible features.
static unsigned int selectTUy()
Generic class defining intrinsic camera parameters.
Class that provides a data structure for the column vectors as well as a set of operations on these v...
Class that defines a 3D visual feature from a axis/angle parametrization that represent the rotatio...
virtual vpBasicFeature * duplicate() const =0
virtual void display(const vpCameraParameters &cam, const vpImage< unsigned char > &I, const vpColor &color=vpColor::green, unsigned int thickness=1) const =0
Class that consider the case of the parameterization for the rotation.
virtual ~vpFeatureThetaU()
Destructor. Does nothing.