|
Apollo 11.0
自动驾驶开放平台
|
#include <image.h>
Public 成员函数 | |
| Image (const int width, const int height, const bool init=true) | |
| ~Image () | |
| void | init (const T &val) |
| Init an image | |
| Image< T > * | copy () const |
| Copy an image | |
| int | width () const |
| Get the width of an image | |
| int | height () const |
| Get the height of an image | |
Public 属性 | |
| T * | _data |
| T ** | _access |
| apollo::perception::lidar::Image< T >::Image | ( | const int | width, |
| const int | height, | ||
| const bool | init = true |
||
| ) |
| apollo::perception::lidar::Image< T >::~Image | ( | ) |
| Image< T > * apollo::perception::lidar::Image< T >::copy | ( | ) | const |
|
inline |
| void apollo::perception::lidar::Image< T >::init | ( | const T & | val | ) |
|
inline |
| T** apollo::perception::lidar::Image< T >::_access |
| T* apollo::perception::lidar::Image< T >::_data |