36#ifndef vpFeatureLuminance_h
37#define vpFeatureLuminance_h
39#include <visp3/core/vpImage.h>
40#include <visp3/core/vpMatrix.h>
41#include <visp3/visual_features/vpBasicFeature.h>
50#ifndef DOXYGEN_SHOULD_SKIP_THIS
58class VISP_EXPORT vpLuminance
103 unsigned int thickness = 1)
const;
105 unsigned int thickness = 1)
const;
112 double get_Z()
const;
115 void init(
unsigned int _nbr,
unsigned int _nbc,
double _Z);
Generic class defining intrinsic camera parameters.
Implementation of column vector and the associated operations.
Class to define RGB colors available for display functionalities.
static const vpColor green
unsigned int nbr
Number of rows.
void setCameraParameters(vpCameraParameters &_cam)
vpColVector error(const vpBasicFeature &s_star, unsigned int select=FEATURE_ALL)
vpLuminance * pixInfo
Store the image (as a vector with intensity and gradient I, Ix, Iy).
void display(const vpCameraParameters &cam, const vpImage< unsigned char > &I, const vpColor &color=vpColor::green, unsigned int thickness=1) const
unsigned int nbc
Number of column.
unsigned int bord
Border size.
vpFeatureLuminance & operator=(const vpFeatureLuminance &f)
void buildFrom(vpImage< unsigned char > &I)
vpMatrix interaction(unsigned int select=FEATURE_ALL)
vpFeatureLuminance * duplicate() const
void print(unsigned int select=FEATURE_ALL) const
Definition of the vpImage class member functions.
Implementation of a matrix and operations on matrices.