Apollo 10.0
自动驾驶开放平台
|
#include <obj_postprocessor.h>
Public 成员函数 | |
ObjPostProcessor ()=default | |
virtual | ~ObjPostProcessor ()=default |
void | Init (const float *k_mat, int width, int height) |
process 2d 3d object | |
bool | PostProcessObjWithGround (const ObjPostProcessorOptions &options, float center[3], float hwl[3], float *ry) |
init params | |
bool | PostProcessObjWithDispmap (const ObjPostProcessorOptions &options, float center[3], float hwl[3], float *ry) |
none | |
在文件 obj_postprocessor.h 第 63 行定义.
|
default |
|
virtualdefault |
|
inline |
process 2d 3d object
k_mat | 3x3 matrix |
width | image width |
height | image height |
在文件 obj_postprocessor.h 第 74 行定义.
bool apollo::perception::camera::ObjPostProcessor::PostProcessObjWithDispmap | ( | const ObjPostProcessorOptions & | options, |
float | center[3], | ||
float | hwl[3], | ||
float * | ry | ||
) |
none
options | |
center | center of the object |
hwl | the hwl of the object |
ry | ry of the object |
在文件 obj_postprocessor.cc 第 59 行定义.
bool apollo::perception::camera::ObjPostProcessor::PostProcessObjWithGround | ( | const ObjPostProcessorOptions & | options, |
float | center[3], | ||
float | hwl[3], | ||
float * | ry | ||
) |
init params
options | options for processing |
center | center of the object |
hwl | the hwl of the object |
ry | ry of the object |
在文件 obj_postprocessor.cc 第 36 行定义.