42 #ifndef vpFeatureLuminance_h
43 #define vpFeatureLuminance_h
45 #include <visp/vpMatrix.h>
46 #include <visp/vpBasicFeature.h>
47 #include <visp/vpImage.h>
108 void init(
unsigned int _nbr,
unsigned int _nbc,
double _Z) ;
125 void set_Z(
const double Z) ;
126 double get_Z()
const ;
138 const unsigned int select = FEATURE_ALL) ;
142 void print(
const unsigned int select = FEATURE_ALL )
const ;
vpBasicFeature & operator=(const vpBasicFeature &f)
Class that defines the luminance and gradient of a point.
Definition of the vpMatrix class.
vpLuminance * pixInfo
Store the image (as a vector with intensity and gradient I, Ix, Iy)
unsigned int bord
Border size.
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
unsigned int nbr
Number of rows.
class that defines what is a visual feature
Class that defines the image luminance 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.
unsigned int nbc
Number of column.
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