39 #ifndef vpFeatureLine_H
40 #define vpFeatureLine_H
47 #include <visp3/core/vpMatrix.h>
48 #include <visp3/visual_features/vpBasicFeature.h>
51 #include <visp3/core/vpHomogeneousMatrix.h>
52 #include <visp3/core/vpRGBa.h>
216 void buildFrom(
const double rho,
const double theta) ;
217 void buildFrom(
const double rho,
const double theta,
218 const double A,
const double B,
219 const double C,
const double D) ;
224 unsigned int thickness=1)
const ;
228 unsigned int thickness=1)
const ;
232 const unsigned int select = FEATURE_ALL) ;
249 void print(
const unsigned int select= FEATURE_ALL)
const ;
251 void setRhoTheta(
const double rho,
const double theta) ;
252 void setABCD(
const double A,
const double B,
253 const double C,
const double D) ;
258 static unsigned int selectRho();
259 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)
Compute the error between two visual features from a subset of the possible features.
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