Apollo  6.0
Open source self driving car software
Public Attributes | List of all members
apollo::perception::fusion::YSimilarityParams Struct Reference

#include <track_object_similarity.h>

Collaboration diagram for apollo::perception::fusion::YSimilarityParams:
Collaboration graph

Public Attributes

float smooth_factor_ = 0.3f
 
float diff_std_dev_ = 0.2f
 
float bounded_scale_positive_max_p_ = 0.6f
 
float bounded_scale_positive_min_p_ = 0.5f
 

Member Data Documentation

◆ bounded_scale_positive_max_p_

float apollo::perception::fusion::YSimilarityParams::bounded_scale_positive_max_p_ = 0.6f

◆ bounded_scale_positive_min_p_

float apollo::perception::fusion::YSimilarityParams::bounded_scale_positive_min_p_ = 0.5f

◆ diff_std_dev_

float apollo::perception::fusion::YSimilarityParams::diff_std_dev_ = 0.2f

◆ smooth_factor_

float apollo::perception::fusion::YSimilarityParams::smooth_factor_ = 0.3f

The documentation for this struct was generated from the following file: