|
void | apollo::perception::camera::ConvertGround3ToGround4 (const float &baseline, const std::vector< float > &k_mat, const std::vector< float > &ground3, std::vector< float > *ground4) |
|
bool | apollo::perception::camera::ConvertGround4ToGround3 (const float &baseline, const std::vector< float > &k_mat, const std::vector< float > &ground4, std::vector< float > *ground3) |
|
void | apollo::perception::camera::GetGroundPlanePitchHeight (const float &baseline, const std::vector< float > &k_mat, const std::vector< float > &ground3, float *pitch, float *cam_height) |
|
void | apollo::perception::camera::GetGround3FromPitchHeight (const std::vector< float > &k_mat, const float &baseline, const float &pitch, const float &cam_height, std::vector< float > *ground3) |
|
template<typename T > |
void | apollo::perception::camera::GroundHypoGenFunc (const T *v, const T *d, T *p) |
|
template<typename T > |
void | apollo::perception::camera::GroundFittingCostFunc (const T *p, const T *v, const T *d, int n, int *nr_inlier, int *inliers, T *cost, T error_tol) |
|