cameracfg.h
来自「Particle filtering implementation and ap」· C头文件 代码 · 共 20 行
H
20 行
#ifndef CAMERACFG_H_#define CAMERACFG_H_#include <utils/point.h>#include <utils/range.h>struct CameraCfg{ IntPoint center; Point f; OrientedPoint3d pose; double roll, pitch, yaw; Range angleHeight; Range angleWidth; int height; int width;};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?