Data structure used to store the results of the MLS fitting. More...
#include <mls.h>
Public Member Functions | |
| MLSResult () | |
| MLSResult (Eigen::Vector3d &a_plane_normal, Eigen::Vector3d &a_u, Eigen::Vector3d &a_v, Eigen::VectorXd a_c_vec, int a_num_neighbors, float &a_curvature) | |
Public Attributes | |
| Eigen::VectorXd | c_vec |
| float | curvature |
| int | num_neighbors |
| Eigen::Vector3d | plane_normal |
| Eigen::Vector3d | u |
| Eigen::Vector3d | v |
| bool | valid |
Data structure used to store the results of the MLS fitting.
| pcl::MovingLeastSquares< PointInT, PointOutT >::MLSResult::MLSResult | ( | ) | [inline] |
| pcl::MovingLeastSquares< PointInT, PointOutT >::MLSResult::MLSResult | ( | Eigen::Vector3d & | a_plane_normal, |
| Eigen::Vector3d & | a_u, | ||
| Eigen::Vector3d & | a_v, | ||
| Eigen::VectorXd | a_c_vec, | ||
| int | a_num_neighbors, | ||
| float & | a_curvature | ||
| ) |
| Eigen::VectorXd pcl::MovingLeastSquares< PointInT, PointOutT >::MLSResult::c_vec |
| float pcl::MovingLeastSquares< PointInT, PointOutT >::MLSResult::curvature |
| int pcl::MovingLeastSquares< PointInT, PointOutT >::MLSResult::num_neighbors |
| Eigen::Vector3d pcl::MovingLeastSquares< PointInT, PointOutT >::MLSResult::plane_normal |
| Eigen::Vector3d pcl::MovingLeastSquares< PointInT, PointOutT >::MLSResult::u |
| Eigen::Vector3d pcl::MovingLeastSquares< PointInT, PointOutT >::MLSResult::v |
| bool pcl::MovingLeastSquares< PointInT, PointOutT >::MLSResult::valid |