|
| template<typename PointT > |
| void | apollo::perception::algorithm::TransformPoint (const PointT &point_in, const Eigen::Affine3d &pose, PointT *point_out) |
| |
| template<typename PointT > |
| void | apollo::perception::algorithm::TransformPointCloud (const base::PointCloud< PointT > &cloud_in, const Eigen::Affine3d &pose, base::PointCloud< PointT > *cloud_out) |
| |
| template<typename PointT > |
| void | apollo::perception::algorithm::TransformPointCloud (const Eigen::Affine3d &pose, base::PointCloud< PointT > *cloud_in_out) |
| |
| template<typename PointCloudT > |
| void | apollo::perception::algorithm::ExtractIndicedCloud (const std::shared_ptr< const PointCloudT > cloud, const std::vector< int > &indices, std::shared_ptr< PointCloudT > trans_cloud) |
| |
| template<typename PointT > |
| void | apollo::perception::algorithm::GetMinMaxIn3DWithRange (const base::AttributePointCloud< PointT > &cloud, const size_t range, Eigen::Matrix< typename PointT::Type, 4, 1 > *min_p, Eigen::Matrix< typename PointT::Type, 4, 1 > *max_p) |
| |
| template<typename PointT > |
| void | apollo::perception::algorithm::GetMinMaxIn3D (const base::AttributePointCloud< PointT > &cloud, const base::PointIndices &indices, Eigen::Matrix< typename PointT::Type, 4, 1 > *min_p, Eigen::Matrix< typename PointT::Type, 4, 1 > *max_p) |
| |
| template<typename PointT > |
| void | apollo::perception::algorithm::GetMinMaxIn3D (const base::AttributePointCloud< PointT > &cloud, Eigen::Matrix< typename PointT::Type, 4, 1 > *min_p, Eigen::Matrix< typename PointT::Type, 4, 1 > *max_p) |
| |
| template<typename T > |
| Eigen::Matrix< T, 3, 1 > | apollo::perception::algorithm::CalculateCentroid (const base::AttributePointCloud< base::Point< T > > &cloud) |
| |
| template<typename T > |
| Eigen::Matrix< T, 3, 1 > | apollo::perception::algorithm::CalculateRadarCentroid (const base::AttributeRadarPointCloud< base::RadarPoint< T > > &cloud) |
| |