#include <lane_scanning_evaluator.h>
|
std::pair< double, double > | WorldCoordToObjCoord (std::pair< double, double > input_world_coord, std::pair< double, double > obj_world_coord, double obj_world_angle) |
|
double | WorldAngleToObjAngle (double input_world_angle, double obj_world_angle) |
|
Eigen::MatrixXf | VectorToMatrixXf (const std::vector< double > &nums, const int start_index, const int end_index) |
|
Eigen::MatrixXf | VectorToMatrixXf (const std::vector< double > &nums, const int start_index, const int end_index, const int output_num_row, const int output_num_col) |
|
ObstacleConf::EvaluatorType | evaluator_type_ |
|
◆ LaneScanningEvaluator()
apollo::prediction::LaneScanningEvaluator::LaneScanningEvaluator |
( |
| ) |
|
◆ ~LaneScanningEvaluator()
virtual apollo::prediction::LaneScanningEvaluator::~LaneScanningEvaluator |
( |
| ) |
|
|
virtualdefault |
◆ Evaluate() [1/2]
◆ Evaluate() [2/2]
◆ ExtractFeatures()
bool apollo::prediction::LaneScanningEvaluator::ExtractFeatures |
( |
const Obstacle * |
obstacle_ptr, |
|
|
const LaneGraph * |
lane_graph_ptr, |
|
|
std::vector< double > * |
feature_values |
|
) |
| |
Extract features for learning model's input.
- Parameters
-
Obstacle | pointer |
Lane | Graph pointer |
To | be filled up with extracted features |
◆ ExtractStringFeatures()
bool apollo::prediction::LaneScanningEvaluator::ExtractStringFeatures |
( |
const LaneGraph & |
lane_graph, |
|
|
std::vector< std::string > *const |
string_feature_values |
|
) |
| |
◆ GetName()
std::string apollo::prediction::LaneScanningEvaluator::GetName |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: