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

#include <base_feature_extractor.h>

Inheritance diagram for apollo::perception::camera::FeatureExtractorInitOptions:
Inheritance graph
Collaboration diagram for apollo::perception::camera::FeatureExtractorInitOptions:
Collaboration graph

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
 

Member Data Documentation

◆ feat_blob

std::shared_ptr<base::Blob<float> > apollo::perception::camera::FeatureExtractorInitOptions::feat_blob

◆ gpu_id

int apollo::perception::camera::FeatureExtractorInitOptions::gpu_id = 0

◆ input_height

int apollo::perception::camera::FeatureExtractorInitOptions::input_height = 0

◆ input_width

int apollo::perception::camera::FeatureExtractorInitOptions::input_width = 0

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