Apollo 10.0
自动驾驶开放平台
|
#include <camera.h>
Public 成员函数 | |
virtual | ~BaseCameraModel ()=default |
virtual Eigen::Vector2f | Project (const Eigen::Vector3f &point3d)=0 |
virtual Eigen::Vector3f | UnProject (const Eigen::Vector2f &point2d)=0 |
virtual std::string | name () const =0 |
void | set_width (size_t width) |
void | set_height (size_t height) |
size_t | get_width () const |
size_t | get_height () const |
Protected 属性 | |
size_t | image_width_ = 0 |
size_t | image_height_ = 0 |
|
virtualdefault |
|
inline |
|
inline |
|
pure virtual |
|
pure virtual |
|
inline |
|
inline |
|
pure virtual |
|
protected |