MCPcopy Create free account
hub / github.com/LimHyungTae/patchwork / PCAFeature

Class PCAFeature

include/patchwork/patchwork.hpp:97–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97struct PCAFeature {
98 Eigen::Vector3f principal_;
99 Eigen::Vector3f normal_;
100 Eigen::Vector3f singular_values_;
101 Eigen::Vector3f mean_;
102 float d_;
103 float th_dist_d_;
104 float linearity_;
105 float planarity_;
106};
107
108template <typename PointT>
109struct Patch {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected