Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::perception::camera::CropBox Class Reference

#include <cropbox.h>

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

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)
 

Constructor & Destructor Documentation

◆ CropBox()

apollo::perception::camera::CropBox::CropBox ( float  crop_scale,
int  min_crop_size 
)

Member Function Documentation

◆ getCropBox()

virtual void apollo::perception::camera::CropBox::getCropBox ( const int  width,
const int  height,
const base::TrafficLightPtr light,
base::RectI crop_box 
)
virtual

◆ Init()

void apollo::perception::camera::CropBox::Init ( float  crop_scale,
int  min_crop_size 
)

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