43 #ifndef vpFeatureLine_H
44 #define vpFeatureLine_H
51 #include <visp/vpMatrix.h>
52 #include <visp/vpBasicFeature.h>
55 #include <visp/vpHomogeneousMatrix.h>
56 #include <visp/vpRGBa.h>
220 void setRhoTheta(
const double rho,
const double theta) ;
221 void setABCD(
const double A,
const double B,
222 const double C,
const double D) ;
226 void buildFrom(
const double rho,
const double theta) ;
227 void buildFrom(
const double rho,
const double theta,
228 const double A,
const double B,
229 const double C,
const double D) ;
261 inline static unsigned int selectRho() {
return FEATURE_LINE[0] ; }
279 inline static unsigned int selectTheta() {
return FEATURE_LINE[1] ; }
284 const unsigned int select = FEATURE_ALL) ;
288 void print(
const unsigned int select= FEATURE_ALL)
const ;
297 unsigned int thickness=1)
const ;
301 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.
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
static unsigned int selectTheta()
class that defines what is a visual feature
static unsigned int selectRho()
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 ...
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