|
template<typename T > |
void | apollo::perception::algorithm::IEigSymmetric2x2Closed (const T *A, T *EV, T *Q) |
|
template<typename T > |
void | apollo::perception::algorithm::IEigSymmetric3x3Closed (const T *A, T *EV, T *Q) |
|
template<typename T > |
void | apollo::perception::algorithm::IProjectThroughExtrinsic (const T *R, const T *t, const T *X, T *x) |
|
template<typename T > |
void | apollo::perception::algorithm::IProjectThroughIntrinsic (const T *K, const T *X, T *x) |
|
template<typename T > |
void | apollo::perception::algorithm::IProjectThroughKRt (const T *K, const T *R, const T *t, const T *X, T *x) |
|
template<typename T > |
void | apollo::perception::algorithm::IUnprojectThroughIntrinsic (const T *K, const T *x, T *X) |
|
template<typename T > |
bool | apollo::perception::algorithm::IPointInFrontOfCamera (const T *X, const T *cop, const T *prv) |
|
template<typename T > |
void | apollo::perception::algorithm::IBackprojectCanonical (const T *x, const T *K, T depth, T *X) |
|
template<typename T > |
void | apollo::perception::algorithm::IBackprojectThroughKRt (const T *x, const T *K, const T *R, const T *t, T depth, T *X) |
|
template<typename T > |
bool | apollo::perception::algorithm::IBackprojectPlaneIntersectionCanonical (const T *x, const T *K, const T *pi, T *X) |
|