#include <histogram_estimator.h>
◆ HistogramEstimatorParams()
apollo::perception::camera::HistogramEstimatorParams::HistogramEstimatorParams |
( |
| ) |
|
|
inline |
◆ Init()
void apollo::perception::camera::HistogramEstimatorParams::Init |
( |
| ) |
|
在文件 histogram_estimator.cc 第 24 行定义.
24 {
30
32
39
44}
std::vector< uint32_t > smooth_kernel
uint32_t histogram_mass_limit
◆ operator=()
在文件 histogram_estimator.h 第 49 行定义.
49 {
51
55
57
58 int w = static_cast<int>(params.smooth_kernel.size());
59 assert(w >= 1);
65
68
71
74 }
◆ data_ep
float apollo::perception::camera::HistogramEstimatorParams::data_ep = 0.0f |
◆ data_sp
float apollo::perception::camera::HistogramEstimatorParams::data_sp = 0.0f |
◆ decay_factor
float apollo::perception::camera::HistogramEstimatorParams::decay_factor = 0.0f |
◆ hat_min_allowed
float apollo::perception::camera::HistogramEstimatorParams::hat_min_allowed = 0.0f |
◆ hat_std_allowed
float apollo::perception::camera::HistogramEstimatorParams::hat_std_allowed = 0.0f |
◆ histogram_mass_limit
uint32_t apollo::perception::camera::HistogramEstimatorParams::histogram_mass_limit = 0 |
◆ nr_bins_in_histogram
int apollo::perception::camera::HistogramEstimatorParams::nr_bins_in_histogram = 0 |
◆ smooth_kernel
std::vector<uint32_t> apollo::perception::camera::HistogramEstimatorParams::smooth_kernel = {} |
◆ smooth_kernel_radius
int apollo::perception::camera::HistogramEstimatorParams::smooth_kernel_radius = 0 |
◆ smooth_kernel_width
int apollo::perception::camera::HistogramEstimatorParams::smooth_kernel_width = 0 |
◆ step_bin
float apollo::perception::camera::HistogramEstimatorParams::step_bin = 0.0f |
该结构体的文档由以下文件生成: