38 #ifndef vpFeatureLuminance_h
39 #define vpFeatureLuminance_h
41 #include <visp3/core/vpMatrix.h>
42 #include <visp3/visual_features/vpBasicFeature.h>
43 #include <visp3/core/vpImage.h>
53 #ifndef DOXYGEN_SHOULD_SKIP_THIS
61 class VISP_EXPORT vpLuminance
116 const unsigned int select = FEATURE_ALL) ;
123 double get_Z()
const ;
126 void init(
unsigned int _nbr,
unsigned int _nbc,
double _Z) ;
132 void print(
const unsigned int select = FEATURE_ALL )
const ;
135 void set_Z(
const double Z) ;
vpBasicFeature & operator=(const vpBasicFeature &f)
Implementation of a matrix and operations on matrices.
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.
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