44 #ifndef vpFeaturePoint3d_H
45 #define vpFeaturePoint3d_H
52 #include <visp/vpMatrix.h>
53 #include <visp/vpBasicFeature.h>
54 #include <visp/vpPoint.h>
56 #include <visp/vpHomogeneousMatrix.h>
57 #include <visp/vpRGBa.h>
233 void buildFrom(
const vpPoint &p) ;
235 void buildFrom(
const double X,
const double Y,
const double Z) ;
238 void set_X(
const double X) ;
240 void set_Y(
const double Y) ;
242 void set_Z(
const double Z) ;
244 void set_XYZ(
const double X,
const double Y,
const double Z) ;
247 double get_X()
const ;
249 double get_Y()
const ;
251 double get_Z()
const ;
282 inline static unsigned int selectX() {
return FEATURE_LINE[0] ; }
308 inline static unsigned int selectY() {
return FEATURE_LINE[1] ; }
334 inline static unsigned int selectZ() {
return FEATURE_LINE[2] ; }
340 const unsigned int select = FEATURE_ALL) ;
342 void print(
const unsigned int select=FEATURE_ALL )
const ;
350 unsigned int thickness=1)
const ;
354 unsigned int thickness=1)
const ;
Definition of the vpMatrix class.
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
Class that defines what is a point.
class that defines what is a visual feature
Class that defines the 3D point visual feature.
virtual vpMatrix interaction(const unsigned int select=FEATURE_ALL)=0
Compute the interaction matrix from a subset of the possible features.
Generic class defining intrinsic camera parameters.
static unsigned int selectZ()
virtual ~vpFeaturePoint3D()
Destructor. Does nothing.
static unsigned int selectX()
Class that provides a data structure for the column vectors as well as a set of operations on these v...
static unsigned int selectY()
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