Apollo 10.0
自动驾驶开放平台
apollo::perception::camera::CameraGroundPlaneParams结构体 参考

#include <camera_ground_plane.h>

apollo::perception::camera::CameraGroundPlaneParams 的协作图:

Public 成员函数

 CameraGroundPlaneParams ()
 
void SetDefault ()
 
void operator= (const CameraGroundPlaneParams &params)
 

Public 属性

int min_nr_samples
 
int nr_frames_track
 
float max_tilt_angle
 
float max_camera_ground_height
 
float min_inlier_ratio
 
float thres_inlier_plane_fitting
 

详细描述

在文件 camera_ground_plane.h77 行定义.

构造及析构函数说明

◆ CameraGroundPlaneParams()

apollo::perception::camera::CameraGroundPlaneParams::CameraGroundPlaneParams ( )
inline

成员函数说明

◆ operator=()

void apollo::perception::camera::CameraGroundPlaneParams::operator= ( const CameraGroundPlaneParams params)
inline

在文件 camera_ground_plane.h88 行定义.

88 {
89 this->min_nr_samples = params.min_nr_samples;
90 this->nr_frames_track = params.nr_frames_track;
91 this->max_tilt_angle = params.max_tilt_angle;
92 this->min_inlier_ratio = params.min_inlier_ratio;
93 this->thres_inlier_plane_fitting = params.thres_inlier_plane_fitting;
94 }

◆ SetDefault()

void apollo::perception::camera::CameraGroundPlaneParams::SetDefault ( )

在文件 camera_ground_plane.cc205 行定义.

205 {
206 min_nr_samples = 6; // 40
207 nr_frames_track = 3; // 2
210 min_inlier_ratio = 0.5f;
211 /*
212 thres_inlier_plane_fitting = 1.5f; // in pixel
213 */
214 thres_inlier_plane_fitting = 0.0035f; // in reversed depth, 3m@30m
215}
float IDegreeToRadians(float d)
Definition i_basic.h:266

类成员变量说明

◆ max_camera_ground_height

float apollo::perception::camera::CameraGroundPlaneParams::max_camera_ground_height

在文件 camera_ground_plane.h84 行定义.

◆ max_tilt_angle

float apollo::perception::camera::CameraGroundPlaneParams::max_tilt_angle

在文件 camera_ground_plane.h83 行定义.

◆ min_inlier_ratio

float apollo::perception::camera::CameraGroundPlaneParams::min_inlier_ratio

在文件 camera_ground_plane.h85 行定义.

◆ min_nr_samples

int apollo::perception::camera::CameraGroundPlaneParams::min_nr_samples

在文件 camera_ground_plane.h81 行定义.

◆ nr_frames_track

int apollo::perception::camera::CameraGroundPlaneParams::nr_frames_track

在文件 camera_ground_plane.h82 行定义.

◆ thres_inlier_plane_fitting

float apollo::perception::camera::CameraGroundPlaneParams::thres_inlier_plane_fitting

在文件 camera_ground_plane.h86 行定义.


该结构体的文档由以下文件生成: