39 #ifndef vpFeatureDepth_H 40 #define vpFeatureDepth_H 47 #include <visp3/core/vpMatrix.h> 48 #include <visp3/visual_features/vpBasicFeature.h> 50 #include <visp3/core/vpHomogeneousMatrix.h> 51 #include <visp3/core/vpRGBa.h> 183 void buildFrom(
const double x,
const double y,
const double Z,
const double LogZoverZstar);
186 unsigned int thickness = 1)
const;
188 unsigned int thickness = 1)
const;
192 double get_x()
const;
194 double get_y()
const;
196 double get_Z()
const;
198 double get_LogZoverZstar()
const;
203 void print(
const unsigned int select = FEATURE_ALL)
const;
204 void set_x(
const double x);
206 void set_y(
const double y);
208 void set_Z(
const double Z);
210 void set_LogZoverZstar(
const double LogZoverZstar);
212 void set_xyZLogZoverZstar(
const double x,
const double y,
const double Z,
const double logZZs);
Implementation of a matrix and operations on matrices.
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)
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.
Implementation of column vector and the associated operations.
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