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>
190 void buildFrom(
const double x,
const double y,
const double Z,
const double LogZoverZstar) ;
192 void set_x(
const double x) ;
194 void set_y(
const double y) ;
196 void set_Z(
const double Z) ;
198 void set_LogZoverZstar(
const double LogZoverZstar);
200 void set_xyZLogZoverZstar(
const double x,
const double y,
const double Z,
const double logZZs) ;
202 double get_x()
const ;
204 double get_y()
const ;
206 double get_Z()
const ;
208 double get_LogZoverZstar()
const ;
219 const unsigned int select = FEATURE_ALL) ;
221 void print(
const unsigned int select = FEATURE_ALL )
const ;
229 unsigned int thickness=1)
const ;
233 unsigned int thickness=1)
const ;
Definition of the vpMatrix class.
bool * flags
Ensure that all the parameters needed to compute the iteraction matrix are set.
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