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 setRhoTheta(
const double rho,
const double theta) ;
217 void setABCD(
const double A,
const double B,
218 const double C,
const double D) ;
222 void buildFrom(
const double rho,
const double theta) ;
223 void buildFrom(
const double rho,
const double theta,
224 const double A,
const double B,
225 const double C,
const double D) ;
241 static unsigned int selectRho();
242 static unsigned int selectTheta();
247 const unsigned int select = FEATURE_ALL) ;
251 void print(
const unsigned int select= FEATURE_ALL)
const ;
258 unsigned int thickness=1)
const ;
262 unsigned int thickness=1)
const ;
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