14#ifndef YARP_DEV_RGBDSENSORPARAMPARSER_H
15#define YARP_DEV_RGBDSENSORPARAMPARSER_H
27#ifndef YARP_NO_DEPRECATED
40 RGBDParam() : name(
"unknown"), isSetting(false), isDescription(false), size(1)
50 RGBDParam(
const std::string& _name,
const int _size) : name(_name), isSetting(false),
51 isDescription(false), size(_size)
70 transformationMatrix(4,4), isOptionalExtrinsic(true) {
71 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.
For streams capable of holding different kinds of content, check what they actually have.
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)