Conventional axis-aligned projection (i.e., selecting any of XYZ axes with the largest variance).
More...
#include <small_kdtree.hpp>
|
| double | operator() (const Eigen::Vector4d &pt) const |
| | Project the point to the selected axis.
|
| |
|
|
int | axis |
| | Axis index (0: X, 1: Y, 2: Z)
|
| |
Conventional axis-aligned projection (i.e., selecting any of XYZ axes with the largest variance).
◆ find_axis()
template<typename
PointCloud , typename IndexConstIterator >
Find the axis with the largest variance.
- Parameters
-
| points | Point cloud |
| first | First point index iterator |
| last | Last point index iterator |
| setting | Search setting |
- Returns
- Projection with the largest variance axis
◆ operator()()
| double gtsam_points::AxisAlignedProjection::operator() |
( |
const Eigen::Vector4d & |
pt | ) |
const |
|
inline |
Project the point to the selected axis.
- Parameters
-
- Returns
- Projected value
The documentation for this struct was generated from the following file:
- /home/runner/work/gtsam_points/gtsam_points/include/gtsam_points/ann/small_kdtree.hpp