43 #ifndef vpFeaturePoint_H
44 #define vpFeaturePoint_H
51 #include <visp/vpMatrix.h>
52 #include <visp/vpBasicFeature.h>
53 #include <visp/vpPoint.h>
55 #include <visp/vpHomogeneousMatrix.h>
56 #include <visp/vpRGBa.h>
207 void buildFrom(
const double x,
const double y,
const double Z) ;
209 void set_x(
const double x) ;
211 void set_y(
const double y) ;
213 void set_Z(
const double Z) ;
215 void set_xyZ(
const double x,
const double y,
const double Z) ;
217 double get_x()
const ;
219 double get_y()
const ;
221 double get_Z()
const ;
245 inline static unsigned int selectX() {
return FEATURE_LINE[0] ; }
263 inline static unsigned int selectY() {
return FEATURE_LINE[1] ; }
268 const unsigned int select = FEATURE_ALL) ;
270 void print(
const unsigned int select = FEATURE_ALL )
const ;
278 unsigned int thickness=1)
const ;
282 unsigned int thickness=1)
const ;
292 } vpFeaturePointType;
Definition of the vpMatrix class.
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.
Class that defines a 2D point visual feature which is composed by two parameters that are the cartes...
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 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
static unsigned int selectX()
virtual ~vpFeaturePoint()
Destructor.
static unsigned int selectY()