42 #ifndef vpFeatureLuminance_h
43 #define vpFeatureLuminance_h
45 #include <visp/vpMatrix.h>
46 #include <visp/vpBasicFeature.h>
47 #include <visp/vpImage.h>
116 void init(
unsigned int _nbr,
unsigned int _nbc,
double _Z) ;
131 void set_Z(
const double Z) ;
132 double get_Z()
const ;
144 const unsigned int select = FEATURE_ALL) ;
148 void print(
const unsigned int select = FEATURE_ALL )
const ;