40 #ifndef vpFeatureSegment_H 41 #define vpFeatureSegment_H 48 #include <visp3/core/vpMatrix.h> 49 #include <visp3/core/vpPoint.h> 50 #include <visp3/core/vpRGBa.h> 51 #include <visp3/visual_features/vpBasicFeature.h> 52 #include <visp3/visual_features/vpFeatureException.h> 82 void buildFrom(
const double x1,
const double y1,
const double Z1,
const double x2,
const double y2,
const double Z2);
85 unsigned int thickness = 1)
const;
87 unsigned int thickness = 1)
const;
100 inline double getXc()
const {
return s[0]; }
108 inline double getYc()
const {
return s[1]; }
117 inline double getL()
const {
return s[2]; }
133 inline double getZ1()
const {
return Z1_; }
142 inline double getZ2()
const {
return Z2_; }
150 void print(
const unsigned int select = FEATURE_ALL)
const;
157 static unsigned int selectXc();
158 static unsigned int selectYc();
159 static unsigned int selectL();
160 static unsigned int selectAlpha();
205 inline void setL(
const double val)
244 std::cout <<
"Z1 = " << Z1_ << std::endl;
249 if (fabs(Z1_) < 1e-6) {
251 std::cout <<
"Z1 = " << Z1_ << std::endl;
277 std::cout <<
"Z2 = " << Z2_ << std::endl;
282 if (fabs(Z2_) < 1e-6) {
284 std::cout <<
"Z2 = " << Z2_ << std::endl;
Implementation of a matrix and operations on matrices.
void setAlpha(const double val)
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 ~vpFeatureSegment()
Destructor. Does nothing.
virtual vpColVector error(const vpBasicFeature &s_star, const unsigned int select=FEATURE_ALL)
static const vpColor green
void setL(const double val)
void setZ1(const double val)
class that defines what is a visual feature
void setZ2(const double val)
Class that defines a 2D segment visual features. This class allow to consider two sets of visual feat...
Error that can be emited by the vpBasicFeature class and its derivates.
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.
void setYc(const double val)
void setNormalized(bool normalized)
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
void setXc(const double val)