#include <common_functions.h>
◆ ConnectedComponent() [1/2]
apollo::perception::camera::ConnectedComponent::ConnectedComponent |
( |
| ) |
|
|
inline |
◆ ConnectedComponent() [2/2]
apollo::perception::camera::ConnectedComponent::ConnectedComponent |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
在文件 common_functions.h 第 242 行定义.
242 : pixel_count_(1) {
244 point.x = x;
245 point.y = y;
246 pixels_.push_back(point);
251 }
◆ ~ConnectedComponent()
apollo::perception::camera::ConnectedComponent::~ConnectedComponent |
( |
| ) |
|
|
inline |
◆ AddPixel()
void apollo::perception::camera::ConnectedComponent::AddPixel |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
◆ GetBBox()
base::BBox2DI apollo::perception::camera::ConnectedComponent::GetBBox |
( |
| ) |
const |
|
inline |
◆ GetPixelCount()
int apollo::perception::camera::ConnectedComponent::GetPixelCount |
( |
| ) |
const |
|
inline |
◆ GetPixels()
std::vector< base::Point2DI > apollo::perception::camera::ConnectedComponent::GetPixels |
( |
| ) |
const |
|
inline |
该类的文档由以下文件生成: