#include <histogram_estimator.h>
◆ HistogramEstimator()
apollo::perception::camera::HistogramEstimator::HistogramEstimator |
( |
| ) |
|
|
inline |
◆ ~HistogramEstimator()
apollo::perception::camera::HistogramEstimator::~HistogramEstimator |
( |
| ) |
|
|
inline |
◆ Clear()
void apollo::perception::camera::HistogramEstimator::Clear |
( |
| ) |
|
|
inline |
◆ get_bin_value()
uint32_t apollo::perception::camera::HistogramEstimator::get_bin_value |
( |
int |
i | ) |
const |
|
inline |
◆ get_hist()
const std::vector<uint32_t>& apollo::perception::camera::HistogramEstimator::get_hist |
( |
| ) |
const |
|
inline |
◆ get_val_cur()
float apollo::perception::camera::HistogramEstimator::get_val_cur |
( |
| ) |
const |
|
inline |
◆ get_val_estimation()
float apollo::perception::camera::HistogramEstimator::get_val_estimation |
( |
| ) |
const |
|
inline |
◆ Init()
◆ Process()
bool apollo::perception::camera::HistogramEstimator::Process |
( |
| ) |
|
◆ Push()
bool apollo::perception::camera::HistogramEstimator::Push |
( |
float |
val | ) |
|
|
inline |
◆ kMaxNrBins
const int apollo::perception::camera::HistogramEstimator::kMaxNrBins = 1000 |
|
static |
The documentation for this class was generated from the following file: