17 #ifndef YARP_DEV_RGBDSENSORPARAMPARSER_H
18 #define YARP_DEV_RGBDSENSORPARAMPARSER_H
31 #ifndef YARP_NO_DEPRECATED
44 RGBDParam() : name(
"unknown"), isSetting(false), isDescription(false), size(1)
54 RGBDParam(
const std::string& _name,
const int _size) : name(_name), isSetting(false),
55 isDescription(false), size(_size)
74 transformationMatrix(4,4), isOptionalExtrinsic(true) {
75 transformationMatrix.eye();
contains the definition of a Matrix type
The RGBDSensorParamParser class.
yarp::sig::Matrix transformationMatrix
RGBDSensorParamParser()
RGBDSensorParamParser, default constructor.
yarp::sig::IntrinsicParams rgbIntrinsic
yarp::sig::IntrinsicParams depthIntrinsic
A base class for nested structures that can be searched.
The main, catch-all namespace for YARP.
RGBDParam(const std::string &_name, const int _size)
RGBDParam.
RGBDParam()
RGBDParam, default constructor.
std::vector< yarp::os::Value > val
The IntrinsicParams struct to handle the intrinsic parameter of cameras(RGB and RGBD either).
#define YARP_SUPPRESS_DLL_INTERFACE_WARNING_ARG(x)
Suppress MSVC C4251 warning for the declaration.
#define YARP_DEPRECATED_TYPEDEF_MSG(x)