Apollo
6.0
Open source self driving car software
|
#include <hough_transfer.h>
Public Attributes | |
float | r = 0.0f |
float | theta = 0.0f |
float | length = 0.0f |
int | vote_num = 0 |
std::vector< int > | pts |
float apollo::perception::common::HoughLine::length = 0.0f |
std::vector<int> apollo::perception::common::HoughLine::pts |
float apollo::perception::common::HoughLine::r = 0.0f |
float apollo::perception::common::HoughLine::theta = 0.0f |
int apollo::perception::common::HoughLine::vote_num = 0 |