#include <data_provider.h>
◆ ImageOptions() [1/2]
apollo::perception::camera::DataProvider::ImageOptions::ImageOptions |
( |
| ) |
|
|
inline |
◆ ImageOptions() [2/2]
apollo::perception::camera::DataProvider::ImageOptions::ImageOptions |
( |
base::Color |
target_color, |
|
|
bool |
do_crop, |
|
|
base::RectI |
crop_roi |
|
) |
| |
|
inline |
◆ ToString()
std::string apollo::perception::camera::DataProvider::ImageOptions::ToString |
( |
| ) |
|
|
inline |
在文件 data_provider.h 第 58 行定义.
58 {
59 std::stringstream ss;
65 }
66 return ss.str();
67 }
◆ crop_roi
base::RectI apollo::perception::camera::DataProvider::ImageOptions::crop_roi |
◆ do_crop
bool apollo::perception::camera::DataProvider::ImageOptions::do_crop = false |
◆ target_color
该结构体的文档由以下文件生成: