21 namespace perception {
26 virtual void getCropBox(
const int width,
const int height,
33 CropBox(
float crop_scale,
int min_crop_size);
35 void Init(
float crop_scale,
int min_crop_size);
37 virtual void getCropBox(
const int width,
const int height,
42 float crop_scale_ = 2.5f;
43 int min_crop_size_ = 270;
48 virtual void getCropBox(
const int width,
const int height,
virtual void getCropBox(const int width, const int height, const base::TrafficLightPtr &light, base::RectI *crop_box)=0
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
std::shared_ptr< TrafficLight > TrafficLightPtr
Definition: traffic_light.h:88
bool Init(const char *binary_name)