Apollo
6.0
Open source self driving car software
|
#include <cropbox.h>
Public Member Functions | |
CropBox (float crop_scale, int min_crop_size) | |
void | Init (float crop_scale, int min_crop_size) |
virtual void | getCropBox (const int width, const int height, const base::TrafficLightPtr &light, base::RectI *crop_box) |
apollo::perception::camera::CropBox::CropBox | ( | float | crop_scale, |
int | min_crop_size | ||
) |
|
virtual |
Implements apollo::perception::camera::IGetBox.
void apollo::perception::camera::CropBox::Init | ( | float | crop_scale, |
int | min_crop_size | ||
) |