|
Apollo
v5.5.0
Open source self driving car software
|
#include <base_feature_extractor.h>


Public Attributes | |
| int | input_width = 0 |
| int | input_height = 0 |
| std::shared_ptr< base::Blob< float > > | feat_blob |
| int | gpu_id = 0 |
Public Attributes inherited from apollo::perception::camera::BaseInitOptions | |
| std::string | root_dir |
| std::string | conf_file |
| int | gpu_id = 0 |
| bool | use_cyber_work_root = false |
| std::shared_ptr<base::Blob<float> > apollo::perception::camera::FeatureExtractorInitOptions::feat_blob |
| int apollo::perception::camera::FeatureExtractorInitOptions::gpu_id = 0 |
| int apollo::perception::camera::FeatureExtractorInitOptions::input_height = 0 |
| int apollo::perception::camera::FeatureExtractorInitOptions::input_width = 0 |
1.8.13