43 #ifndef vpFeatureDepth_H
44 #define vpFeatureDepth_H
51 #include <visp/vpMatrix.h>
52 #include <visp/vpBasicFeature.h>
54 #include <visp/vpHomogeneousMatrix.h>
55 #include <visp/vpRGBa.h>
187 void buildFrom(
const double x,
const double y,
const double Z,
const double LogZoverZstar) ;
189 void set_x(
const double x) ;
191 void set_y(
const double y) ;
193 void set_Z(
const double Z) ;
195 void set_LogZoverZstar(
const double LogZoverZstar);
197 void set_xyZLogZoverZstar(
const double x,
const double y,
const double Z,
const double logZZs) ;
199 double get_x()
const ;
201 double get_y()
const ;
203 double get_Z()
const ;
205 double get_LogZoverZstar()
const ;
216 const unsigned int select = FEATURE_ALL) ;
218 void print(
const unsigned int select = FEATURE_ALL )
const ;
226 unsigned int thickness=1)
const ;
230 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.
Class that defines a 3D point visual feature which is composed by one parameters that is that defin...
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
virtual ~vpFeatureDepth()
Destructor.
class that defines what is a 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.
Class that provides a data structure for the column vectors as well as a set of operations on these v...
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