39 #ifndef vpFeatureLine_H 40 #define vpFeatureLine_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> 213 void buildFrom(
const double rho,
const double theta);
214 void buildFrom(
const double rho,
const double theta,
const double A,
const double B,
const double C,
const double D);
217 unsigned int thickness = 1)
const;
219 unsigned int thickness = 1)
const;
238 void print(
const unsigned int select = FEATURE_ALL)
const;
240 void setRhoTheta(
const double rho,
const double theta);
241 void setABCD(
const double A,
const double B,
const double C,
const double D);
244 static unsigned int selectRho();
245 static unsigned int selectTheta();
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.
virtual vpColVector error(const vpBasicFeature &s_star, const unsigned int select=FEATURE_ALL)
static const vpColor green
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 defines a 2D line visual feature which is composed by two parameters that are and ...
virtual ~vpFeatureLine()
Destructor.
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